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

STINNER Victor report at bugs.python.org
Thu Nov 4 16:15:03 CET 2010


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

sys_write_stdtout.patch: Create sys.write_stdout() test function to call WriteConsoleOutputA() or WriteConsoleOutputW() depending on the input types (bytes or str).

----------
keywords: +patch
Added file: http://bugs.python.org/file19493/sys_write_stdout.patch

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


More information about the Python-bugs-list mailing list