[issue6898] Unicode Error
Ezio Melotti
report at bugs.python.org
Sun Sep 13 03:07:32 CEST 2009
Ezio Melotti <ezio.melotti at gmail.com> added the comment:
It looks like you are using the Windows terminal, that, afaik, is not
able to display the characters you are trying to print. This is because
its default encoding - cp1252 - can encode only a small subset of the
Unicode characters.
If changing the encoding of the terminal doesn't work, you can try to
use a better terminal or IDLE instead.
----------
nosy: +ezio.melotti
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6898>
_______________________________________
More information about the Python-bugs-list
mailing list