unzip: clarify charset description

This commit is contained in:
Agniva De Sarker
2018-05-09 12:11:33 +05:30
parent 0c45920e1f
commit 8f6a40fe9a

View File

@@ -18,6 +18,6 @@
`unzip -c {{file.zip}}`
- Extract zip file created by windows (you may use the command if there are non-ascii filenames in zip file):
- Extract a zip file created in windows, containing files with non-ascii (chinese) filenames:
`unzip -O gbk {{file.zip}}`
`unzip -O {{gbk}} {{file.zip}}`