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

Roumen Petrov report at bugs.python.org
Sun Nov 30 22:27:56 CET 2008


Roumen Petrov <bugtrack at roumenpetrov.info> added the comment:

it is fine on linux (tested with UTF-8 codeset for locale):
$ ./python test��.py
('My arguments are: ', ['test\xf0\x90\x85\xad.py'])
\xf0\x90\x85\xad (UTF-8) =  0001016d (USC-4) = 65901

----------
nosy: +rpetrov

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


More information about the Python-bugs-list mailing list