it is easy to create zip file on windows
by default the filename will be encoded in gbk
unix filename encoding always set to be utf8
so when unzip file the filename would be missing understanding
unzip -O GBK file
question will be solved
by default the filename will be encoded in gbk
unix filename encoding always set to be utf8
so when unzip file the filename would be missing understanding
unzip -O GBK file
question will be solved