Staging
v0.5.1
https://github.com/python/cpython
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
Tip revision: 5326110d0eb7d93439dbe5024595860e1f06736a authored by Mark Dickinson on 18 March 2009, 16:08:23 UTC
Blocked revisions 70454 via svnmerge
Tip revision: 5326110
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.bzrignore -rw-r--r-- 673 bytes
.hgignore -rw-r--r-- 866 bytes
.hgtags -rw-r--r-- 3.7 KB
LICENSE -rw-r--r-- 13.6 KB
Makefile.pre.in -rw-r--r-- 38.1 KB
README -rw-r--r-- 55.6 KB
configure -rwxr-xr-x 657.8 KB
configure.in -rw-r--r-- 103.5 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 28.6 KB
setup.py -rw-r--r-- 80.5 KB

README

back to top