decompress-zip
decompress-zip copied to clipboard
Unsupported filenames, discuss how to handle them
Some zip files, like http://code.angularjs.org/1.0.7/angular-1.0.7.zip contain : and , in filenames which are not allowed in Windows.
We should have an option, that somehow allows to change the final names of the entries based on a custom function that would be called for each entry.
How does other unzip apps handle it? Like 7zip.