Unicode string output
Alexander Kostyrkin
avkost66 at f4.dion.ne.jp
Sun Jan 21 11:19:51 EST 2001
More information about the Python-list mailing list
Sun Jan 21 11:19:51 EST 2001
- Previous message (by thread): Unicode string output
- Next message (by thread): Unicode string output
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Surprisingly printing a unicode string that contains a Japanese kanji
character raises an exception
For example
print u"\u55f4"
UnicodeError: ASCII encoding error: ordinal not in range(128)
Is there any way to overcome the problem?
Sasya
- Previous message (by thread): Unicode string output
- Next message (by thread): Unicode string output
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list