[issue1688] Incorrectly displayed non ascii characters in prompt using "input()" - Python 3.0a2

Christian Heimes report at bugs.python.org
Thu Jan 3 19:19:44 CET 2008


Christian Heimes added the comment:

Windows needs its own PyOS_StdioReadline() function in order to support
wide chars. We can either use the low level functions _putwch() and
_getwche(). Or we could probably use the more higher functions
_cwprintf_s() (secure console wide char print format, oh I love MS'
naming schema) and _cgetws_s().

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1688>
__________________________________


More information about the Python-bugs-list mailing list