how i use '=?iso-8859-15?q?=E3?=' in python???

Martin v. Loewis martin at v.loewis.de
Wed Jun 19 01:47:06 EDT 2002


Gerhard Häring <gerhard at bigfoot.de> writes:

> You need to give more details than "doesn't work". Most probably there
> is no problem with the statement
> 
>     s='ã'
>     
> but a problem occurs when you try to print a string that contains a
> non-ASCII character, right?

I guess the error occurs when entering that statement into IDLE. In
that case, I can only recommend to use a different editor, at the
moment.

Regards,
Martin




More information about the Python-list mailing list