STINNER Victor added the comment:

This issue looks to be a duplicate of the issue #1602: windows console doesn't 
print or input Unicode. It's a limitation of Windows, not of Python itself. 
Python supports any Unicode character if the output is written in a file 
(encoded in UTF-8).

Workaround: use IDLE or another Python "REPL" (interactive interpreter) which 
has a better Unicode support.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23424>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to