[issue15027] Faster UTF-32 encoding

Arfrever Frehtes Taifersar Arahesis report at bugs.python.org
Mon May 18 21:14:25 CEST 2015


Arfrever Frehtes Taifersar Arahesis added the comment:

In Objects/stringlib/codecs.h in 2 comments U+DC800 should be changed into U+D800 (from definition of Py_UNICODE_IS_SURROGATE) or U+DC80 (from result of b"\x80".decode(errors="surrogateescape")).

----------

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


More information about the Python-bugs-list mailing list