Often when we upload the compressed file to the Linux server, we need to come out the original file, but we find the Chinese characters of the original file are garbled, so we need to change the command to decompress it

If you use XFTP to transfer files,

To do this, right-click XFTP Connection -> Properties -> Options and select UTF-8

When using unzip

Unzip -o GBK The zip to be decompressed is followed.

ex:  unzip  -O  gbk aa.zip