how to zip/unzip UNICODE ZIP with native linux command (redhat 5.5)

link|improve this question
I am not sure what you are asking about here. Usually there already is installed the command line programs zip and unzip, and linux already have supported unicode for a long time so I cannot quite see what the problem is here? – hlovdal Feb 25 '11 at 3:28
feedback

migrated from stackoverflow.com Feb 26 '11 at 10:28

This question came from our site for professional and enthusiast programmers.

1 Answer

There is no such thing as a "Unicode zip". You can use unzip to extract files from a zip archive, and you can use convmv to correct any encoding errors in the extracted filenames.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown