> 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