]> granicus.if.org Git - python/commit
Issue #8670: PyUnicode_AsWideChar() and PyUnicode_AsWideCharString() replace
authorVictor Stinner <victor.stinner@haypocalc.com>
Sat, 2 Oct 2010 11:11:27 +0000 (11:11 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sat, 2 Oct 2010 11:11:27 +0000 (11:11 +0000)
commit5593d8aeb4bcc904ff58e8e3eb8b799a0aabc302
treead617343c26a37551383247908d741ab31234842
parent1c24bd02520a647415de5c220834d7bec265a8d0
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).
Lib/test/test_unicode.py
Misc/NEWS
Objects/unicodeobject.c