[issue1602] windows console doesn't print or input Unicode

STINNER Victor report at bugs.python.org
Wed Oct 19 22:58:45 CEST 2011


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

test_win_console.py: Small script to test win_console.patch. Write some characters into sys.stdout.buffer (WriteConsoleA) and sys.stdout (WriteConsoleW). The test is written for cp850, cp1252 and cp65001 code pages.

----------
Added file: http://bugs.python.org/file23471/test_win_console.py

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


More information about the Python-bugs-list mailing list