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
-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>