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 ubershmekel, vstinner
Date 2011-10-25.20:00:09
SpamBayes Score 7.069299e-06
Marked as misclassified No
Message-id <1319572809.97.0.358678742068.issue13247@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-10-25 20:00:10vstinnersetrecipients: + vstinner, ubershmekel
2011-10-25 20:00:09vstinnersetmessageid: <1319572809.97.0.358678742068.issue13247@psf.upfronthosting.co.za>
2011-10-25 20:00:09vstinnerlinkissue13247 messages
2011-10-25 20:00:09vstinnercreate