[issue21808] 65001 code page not supported

STINNER Victor report at bugs.python.org
Thu Jun 19 16:22:13 CEST 2014


STINNER Victor added the comment:

> It's annoyingly broken for me due to the problems with WriteFile and ReadFile.

sys.stdout.write() doen't use WriteFile. Again, see the issue #1602 if you are interested to improve the Unicode support of the Windows console.

A workaround is for example to play with IDLE which has a better Unicode support.

----------

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


More information about the Python-bugs-list mailing list