to use unicode strings only

MRAB python at mrabarnett.plus.com
Sat Jun 27 07:50:26 EDT 2009


Gaudha wrote:
> Hey gentlemen,
> 
> I wanna make all the strings in my code unicode strings. How to do it
> without giving unicode switch 'u' before every string?

Use Python 3.1 instead.



More information about the Python-list mailing list