Message146397
os_mbcs.patch adds _Py_EncodeCodePage() to encode directly wchar_t* filenames without having to create a temporary Unicode object.
The patch removes HAVE_MBCS because the MBCS is now always needed by the posixmodule.c. Anyway, I don't see why MultiByteToWideChar() and WideCharToMultiByte() would not be available on Windows. |
|
| Date |
User |
Action |
Args |
| 2011-10-25 20:00:10 | vstinner | set | recipients:
+ vstinner, ubershmekel |
| 2011-10-25 20:00:09 | vstinner | set | messageid: <[email protected]> |
| 2011-10-25 20:00:09 | vstinner | link | issue13247 messages |
| 2011-10-25 20:00:09 | vstinner | create | |
|