Jiri Barton wrote:
> Hello,
>
> I have a problem with international characters in multi-line strings.
>
>
> Works: '''á'''
>
> Works: '''
> a'''
>
> Does not work: '''
> á'''
>
>
> By does not work I mean the infamous
>
> 'ascii' codec can't encode character u'\xe1' in position 4: ordinal
Hello,
I have a problem with international characters in multi-line strings.
Works: '''á'''
Works: '''
a'''
Does not work: '''
á'''
By does not work I mean the infamous
'ascii' codec can't encode character u'\xe1' in position 4: ordinal not
in range(128)
I'm using Ubuntu 8.04 with Pytho