[docs] [issue27344] zipfile *does* support utf-8 filenames

Daniel Holth report at bugs.python.org
Tue Jun 21 22:50:33 EDT 2016


Daniel Holth added the comment:

This is a simple documentation bug about the ZIP file format supporting utf-8 and 'no encoding' filenames depending on whether two bits are set in a flag inside the archive member. Bug 10614 appears to be a different issue about out-of-band encoding information that you could pass to Python's zipfile implementation.

----------

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


More information about the docs mailing list