Looking for an appropriate encoding standard that supports all languages

Martin v. Loewis martin at v.loewis.de
Thu Aug 19 04:55:54 EDT 2010


> I write a line of strings in the source code and I want my program to
> show that as an output on GUI. And this line of strings includes a
> character like "ü".

Make sure you use Unicode literals in your source code, i.e. u"ü".

HTH,
Martin



More information about the Python-list mailing list