[issue10542] Py_UNICODE_NEXT and other macros for surrogates

Alexander Belopolsky report at bugs.python.org
Wed Dec 29 19:40:17 CET 2010


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

The example in my previous message should have been:

>>> '\U00010000' == '\uD800\uDC00'
True

----------

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


More information about the Python-bugs-list mailing list