[issue8715] Create PyUnicode_EncodeFSDefault() function

STINNER Victor report at bugs.python.org
Sat May 15 02:10:05 CEST 2010


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

Notes for myself:
 - "Encodes" and "fallback" in .h documentation  => "Encode", "fall back"
 - bootstrap failure on Windows: import did use default error handler, it uses surrogateescape error handler, but PyUnicode_EncodeString() doesn't have codec "fast-path" for MBCS+surrogateescape.

----------

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


More information about the Python-bugs-list mailing list