[issue38861] zipfile: Corrupts filenames containing non-UTF8 characters
Jon Nalley added the comment: I think the Python implementation is adhering to the zip specification. >From the specification v6.3.6 (Revised: April 26, 2019): If general purpose bit 11 is unset, the file name and comment SHOULD conform to the original ZIP character encoding. If gene
[issue38861] zipfile: Corrupts filenames containing non-UTF8 characters
Jon Nalley added the comment: Please see a detailed explanation of the behavior here: https://gist.github.com/jnalley/cec21bca2d865758bc5e23654df28bd5 -- ___ Python tracker <https://bugs.python.org/issue38