[issue28693] No HKSCS support in Windows cp950

STINNER Victor report at bugs.python.org
Tue Nov 15 03:29:18 EST 2016


STINNER Victor added the comment:

Python supports native Windows code pages using
codecs.code_page_encode() and codecs.code_page_decode() methods. See
for example Lib/encodings/cp65001.py : this codec is not implemented
in Python, but is a wrapper to native Windows functions
(MultiByteToWideChar and WideCharToMultiByte).

----------

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


More information about the Python-bugs-list mailing list