commit | ce9b5a55e164f1128756478b6a2bb548abec1980 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Wed Jun 27 06:28:56 2001 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Wed Jun 27 06:28:56 2001 +0000 |
tree | 0b616e0fae5ec7204f723235d196ae2b7c124d78 | |
parent | 236d8b79748fec890d57ad0dd99ea3f1c3ba57df [diff] |
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.