Staging
v0.5.1
Revision 5326110d0eb7d93439dbe5024595860e1f06736a authored by Mark Dickinson on 18 March 2009, 16:08:23 UTC, committed by Mark Dickinson on 18 March 2009, 16:08:23 UTC
........
  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)
........
1 parent 6c87e8b
History

README

back to top