]> granicus.if.org Git - python/commit
Issue 4474: On platforms with sizeof(wchar_t) == 4 and
authorMark Dickinson <dickinsm@gmail.com>
Wed, 18 Mar 2009 14:47:41 +0000 (14:47 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Wed, 18 Mar 2009 14:47:41 +0000 (14:47 +0000)
commit081dfee4f154f4dfd11a3cf14516340f385049bd
tree2b4fd8b8827acc861ee7e6ecbd6f39bd3a4bdaea
parentecdfd513a2a506f70c4d5aa0f3d39b9323f91e6e
Issue 4474: On platforms with sizeof(wchar_t) == 4 and
sizeof(Py_UNICODE) == 2, PyUnicode_FromWideChar now converts
each character outside the BMP to the appropriate surrogate pair.

Thanks Victor Stinner for the patch.
Misc/NEWS
Modules/_testcapimodule.c
Objects/unicodeobject.c