]> granicus.if.org Git - python/commit
Encode surrogates in UTF-8 even for a wide Py_UNICODE.
authorMartin v. Löwis <martin@v.loewis.de>
Wed, 27 Jun 2001 06:28:56 +0000 (06:28 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Wed, 27 Jun 2001 06:28:56 +0000 (06:28 +0000)
commitce9b5a55e164f1128756478b6a2bb548abec1980
tree0b616e0fae5ec7204f723235d196ae2b7c124d78
parent236d8b79748fec890d57ad0dd99ea3f1c3ba57df
Encode surrogates in UTF-8 even for a wide Py_UNICODE.
Implement sys.maxunicode.
Explicitly wrap around upper/lower computations for wide Py_UNICODE.
When decoding large characters with UTF-8, represent expected test
results using the \U notation.
Include/unicodeobject.h
Lib/test/test_unicode.py
Objects/unicodectype.c
Objects/unicodeobject.c
Python/sysmodule.c