Ezio Melotti <[email protected]> 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 <[email protected]> <http://bugs.python.org/issue6898> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
