[issue1602] windows console doesn't print utf8 (Py30a2)

STINNER Victor report at bugs.python.org
Sun Jan 9 10:03:12 CET 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

> It is certainly possible to write Unicode to the console 
> successfully using WriteConsoleW

Did you tried with characters not encodable to the code page and with character that cannot be rendeded by the font?

See msg120414 for my tests with WriteConsoleOutputW.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1602>
_______________________________________


More information about the Python-bugs-list mailing list