to use unicode strings only

Benjamin Peterson benjamin at python.org
Sat Jun 27 09:43:17 EDT 2009


Gaudha <sanal.vikram <at> gmail.com> writes:

> 
> 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?

Or the -U flag, but that's probably a bad idea.





More information about the Python-list mailing list