Gandalf wrote:
if i want to print utf-8 string i should writre:

print u"hello word"

but what happen if i want to print variable?

u"hello world" is *not* an utf-8 encoded string. It's a unicode string. I suggest you read http://www.joelonsoftware.com/articles/Unicode.html

Christian

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to