[issue4474] PyUnicode_FromWideChar incorrect for characters outside the BMP (unix only)

STINNER Victor report at bugs.python.org
Sat Jan 17 04:58:34 CET 2009


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

Patch fixing PyUnicode_FromWideChar() for UCS-2 build: create 
surrogates for character > U+FFFF like PyUnicode_FromOrdinal() does.

----------
keywords: +patch
Added file: http://bugs.python.org/file12773/unicode_fromwidechar_surrogate.patch

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


More information about the Python-bugs-list mailing list