Message117845
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. |
|
| Date |
User |
Action |
Args |
| 2010-10-01 22:56:19 | vstinner | set | recipients:
+ vstinner, lemburg, theller, stutzbach, ezio.melotti |
| 2010-10-01 22:56:18 | vstinner | set | messageid: <[email protected]> |
| 2010-10-01 22:56:16 | vstinner | link | issue8670 messages |
| 2010-10-01 22:56:16 | vstinner | create | |
|