diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2009-03-18 16:09:22 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2009-03-18 16:09:22 (GMT) |
commit | e7f45b8e5948d7367c3754b0506b082d1296138f (patch) | |
tree | 2b4fd8b8827acc861ee7e6ecbd6f39bd3a4bdaea | |
parent | 081dfee4f154f4dfd11a3cf14516340f385049bd (diff) | |
download | cpython-e7f45b8e5948d7367c3754b0506b082d1296138f.zip cpython-e7f45b8e5948d7367c3754b0506b082d1296138f.tar.gz cpython-e7f45b8e5948d7367c3754b0506b082d1296138f.tar.bz2 |
Blocked revisions 70454 via svnmerge
........
r70454 | mark.dickinson | 2009-03-18 16:07:26 +0000 (Wed, 18 Mar 2009) | 9 lines
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.
(backport of r70452 from py3k to trunk)
........
0 files changed, 0 insertions, 0 deletions