Message 117845 - Python tracker
Message117845
| 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:19 | vstinner | set | recipients: + vstinner, lemburg, theller, stutzbach, ezio.melotti |
| 2010-10-01 22:56:18 | vstinner | set | messageid: <1285973778.51.0.298783207562.issue8670@psf.upfronthosting.co.za> |
| 2010-10-01 22:56:16 | vstinner | link | issue8670 messages |
| 2010-10-01 22:56:16 | vstinner | create | |