decompress-zip icon indicating copy to clipboard operation
decompress-zip copied to clipboard

Unsupported filenames, discuss how to handle them

Open satazor opened this issue 12 years ago • 1 comments

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.

satazor avatar Aug 18 '13 13:08 satazor

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

sindresorhus avatar Sep 11 '14 10:09 sindresorhus