This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients ezio.melotti, lemburg, stutzbach, theller, vstinner
Date 2010-10-01.22:56:13
SpamBayes Score 5.0239803e-05
Marked as misclassified No
Message-id <1285973778.51.0.298783207562.issue8670@psf.upfronthosting.co.za>
In-reply-to
Content
Patch version 4:
 - implement unicode_aswidechar() for 16 bits wchar_t and 32 bits Py_UNICODE
 - PyUnicode_AsWideWcharString() returns the number of wide characters excluding the nul character as does PyUnicode_AsWideChar()

For 16 bits wchar_t and 32 bits Py_UNICODE, I extracted the "as wide char" unicode functions into a small C file and compiled it with -fshort-wchar on Linux.
History
Date User Action Args
2010-10-01 22:56:19vstinnersetrecipients: + vstinner, lemburg, theller, stutzbach, ezio.melotti
2010-10-01 22:56:18vstinnersetmessageid: <1285973778.51.0.298783207562.issue8670@psf.upfronthosting.co.za>
2010-10-01 22:56:16vstinnerlinkissue8670 messages
2010-10-01 22:56:16vstinnercreate