wrote an article earlier Ubuntu decompression garbled Article,After reaching Manjaro,Encounter old problems again,I also bought songs at Omusic,After buying, unzip and garble,And deal with it in the previous way,This time it was invalid。
Input “unzip -help” instruction,You will find that the -O parameter used previously is missing,Therefore, the encoding cannot be commanded through this parameter。Internet crawl text after,Just download unzip-iconv。
◎ Install unzip-iconv。
◎ Enter again “unzip -help”,At this time, the -O parameter will appear.。
◎ Use the following command to complete the decompression。
unzip -O big5 ./abc.zip # big5 為壓縮檔內的編碼
【參考連結】