Josh Wolfe
Josh Wolfe
The problem seems to be that the filenames are encoded in UTF8, but general purpose bit 11 is not set. The zipfile claims the filenames are encoded with CP437, and...
Is it Archive Utility on Mac?
You'd think that Apple would be better at writing software, but their Archive Utility really sucks at zip files. I've been working around bugs in that software for years. If...
Sorry, I haven't been working on this project lately. I'll revisit this issue next week.
> when I passed option `decodeStrings: false`, filename of zip file by mac os could received normally. > See the [pr](https://github.com/kevva/decompress-unzip/pull/19) I believe the `toString()` call is using `"utf8"` encoding...
I did some research into Info-ZIP's charset detection code, and in the absence of General Purpose Bit 11, Info-ZIP uses a different charset depending on the operating system. It will...
Hello everyone. Sorry for the long silence. Whenever Mac Archive Utility has a bug I'm supposed to work around, it's really demotivating. I suggest everyone who is interested in this...
That error message is pretty confusing. We should definitely support this usecase.
Just to be clear, yauzl does not support any decryption. The only allowed values for the `decrypt` option are `false` and `null`. I was thinking that perhaps yauzl could one...
Thanks for all your contributions @overlookmotel . Being dissatisfied with status quo and making my own alternative is how this project got started. Happy to see someone with a drive...