Sometimes you come by Zip files with file or directory with some unrecognized characters in the names so you can’t extract them. What tools do you use to extract them in properly converted filenames?
Sometimes you come by Zip files with file or directory with some unrecognized characters
Share
I searched the web but failed to find a good script. So out of necessity I wrote a Python script myself. Hope it comes handy for someone.
Any suggestions are welcome, especially if you know this will not work in some special cases. Please don’t pick on the untidy coding style.