Message117866
r85172 changes PyUnicode_AsWideCharString() (don't count the trailing nul character in the output size) and add unit tests.
r85173 patches unicode_aswidechar() to supports non-BMP characters for all known wchar_t/Py_UNICODE size combinaisons (2/2, 2/4 and 4/2).
I noticed that PyUnicode_AsWideChar() and PyUnicode_AsWideCharString() accept embeded nul characters. I don't know if it is a bug or an expected behaviour. Anyway, there is now a test for this case. |
|
Date |
User |
Action |
Args |
2010-10-02 11:17:34 | vstinner | set | recipients:
+ vstinner, lemburg, theller, stutzbach, ezio.melotti |
2010-10-02 11:17:34 | vstinner | set | messageid: <1286018254.24.0.588979019791.issue8670@psf.upfronthosting.co.za> |
2010-10-02 11:17:32 | vstinner | link | issue8670 messages |
2010-10-02 11:17:32 | vstinner | create | |
|