[issue13247] os.path.abspath returns unicode paths as question marks

STINNER Victor report at bugs.python.org
Tue Oct 25 22:00:09 CEST 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13247>
_______________________________________


More information about the Python-bugs-list mailing list