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

Mark Dickinson report at bugs.python.org
Sat Jan 17 10:41:47 CET 2009


Mark Dickinson <dickinsm at gmail.com> added the comment:

Thanks for the patch, Victor!

Looks pretty good at first glance, except that it seems that the UTF-32 to 
UTF-16 translation is skipped if HAVE_USABLE_WCHAR_T is defined.  Is that 
deliberate?

A test would be good, too.

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


More information about the Python-bugs-list mailing list