commit | 5593d8aeb4bcc904ff58e8e3eb8b799a0aabc302 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Sat Oct 02 11:11:27 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Sat Oct 02 11:11:27 2010 +0000 |
tree | ad617343c26a37551383247908d741ab31234842 | |
parent | 1c24bd02520a647415de5c220834d7bec265a8d0 [diff] |
Issue #8670: PyUnicode_AsWideChar() and PyUnicode_AsWideCharString() replace UTF-16 surrogate pairs by single non-BMP characters for 16 bits Py_UNICODE and 32 bits wchar_t (eg. Linux in narrow build).