diff --git a/general/sysutils/unzip.xml b/general/sysutils/unzip.xml index b72674ae40..f7de8e57d6 100644 --- a/general/sysutils/unzip.xml +++ b/general/sysutils/unzip.xml @@ -134,23 +134,15 @@ running the Wine Windows emulator. - 2) After running unzip, fix the damage made to + 2) Use bsdtar xf from + to unpacking the ZIP archive, + then fix the damage made to the filenames using the convmv tool (). The following is an example - for the ru_RU.KOI8-R locale: + for the zh_CN.UTF-8 locale: -
- Step 1. Undo the conversion done by - unzip: - -convmv -f iso-8859-1 -t cp850 -r --nosmart --notest \ +convmv -f cp936 -t utf-8 -r --nosmart --notest \ </path/to/unzipped/files> - - Step 2. Do the correct conversion instead: - -convmv -f cp866 -t koi8-r -r --nosmart --notest \ - </path/to/unzipped/files> -