bower / decompress-zip

Module that decompresses zip files
MIT License
102 stars 76 forks source link

Unsupported filenames, discuss how to handle them #6

Open satazor opened 11 years ago

satazor commented 11 years ago

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.

sindresorhus commented 10 years ago

How does other unzip apps handle it? Like 7zip.