> Oh. I read somewhere that UTF-8 variable names we're supported. I > thought I even saw a colleague using Kanji.
In source code (string literals, comments), surely. Not in variable names, not in 2.x. To rephrase Bruno's comment: Python supports UTF-8 as a source encoding. That doesn't mean that you can use all Unicode characters in all places of the code. Regards, Martin -- http://mail.python.org/mailman/listinfo/python-list