[issue13441] TestEnUSCollation.test_strxfrm() fails on Solaris

STINNER Victor report at bugs.python.org
Mon Nov 21 03:05:10 CET 2011


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

> Is Python supposed to support characters outside U+0000-U+10FFFF range?

If not, PyUnicode_FromUnicode(), PyUnicode_FromWideChar() and PyUnicode_FromKindAndData() should be patched to raise an error if a bigger character is encountered.

----------

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


More information about the Python-bugs-list mailing list