ZipUnicode
ZipUnicode copied to clipboard
Extract zip file with correct encoding. Auto detect encoding for filename that was used to archive files. Fix zip file to use UTF-8 as filename encoding.
To explain my problem: pkg_resources and pip can both verify that ZipUnicode has been installed properly. However, I cannot use either Python or my terminal to execute the zipu command.
The dates of the files in the generated .zip archive are set to the current system time. This should not happen. The dates should be old by default, as the...
Hi, While investigating unexpected extra logs in a project, I noticed this repo is a dependency and configures logging with `logging.basicConfig()`: https://github.com/Dragon2fly/ZipUnicode/blob/412b9422469069fe580c219ef683639a4192e088/zip_unicode/main.py#L20-L21 This config applies to the root logger, and...