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

R. David Murray report at bugs.python.org
Fri Jun 24 10:28:02 EDT 2016


R. David Murray added the comment:

I bet the existing wording is just left over from the python2 docs.

I think cp437 should still be mentioned explicitly.  And mentioning "setting the utf-8 flag" would probably make the explanation clearer, though I'm not sure.

Tecnically speaking, I think zipfile supports utf8, not unicode.  Or it supports unicode via utf-8.

----------

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


More information about the Python-bugs-list mailing list