[issue8611] Python3 doesn't support locale different than utf8 and an non-ASCII path (POSIX)

Andrew Svetlov report at bugs.python.org
Sun May 23 19:14:58 CEST 2010


Andrew Svetlov <andrew.svetlov at gmail.com> added the comment:

I'm skeptical about surrogates particularly for that problem.
>From my perspective the solution is only to use native unicode support for windows file operation functions.
Conversions utf-8 -> mbcs -> utf8 will loose encoding information thanks to tricky Microsoft mbcs encoding schema.
If I'm wrong please correct me.

----------

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


More information about the Python-bugs-list mailing list