Martin v. Löwis <mar...@v.loewis.de> added the comment:

umedoblock: your patch is incorrect, as it produces moji-bake. if there is a 
file name b'f\x94n', it will decode as sjis under your patch (to u'f\u99ac'), 
even though it was meant as cp437 (i.e. u'f\xf6n').

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10614>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to