STINNER Victor <[email protected]> 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 <[email protected]>
<http://bugs.python.org/issue13441>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to