[issue10972] zipfile: add "unicode" option to the force the filename encoding to UTF-8

Antoine Pitrou report at bugs.python.org
Fri Jan 21 14:03:43 CET 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

> Support non-ASCII filenames in python32.zip (#10955): at bootstrap,
> Python 3.2 can only use UTF-8 codec (not cp437).
> 
> But I suppose also that forcing the encoding to UTF-8 gives a better
> Unicode support (when you decompress the archive).

The question is, rather, why you need an external flag for that.

----------

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


More information about the Python-bugs-list mailing list