zip4j
zip4j copied to clipboard
The file name extracted is in messy code
I packaged the files which file name is Chinese into a zip file in windows platform. When my program running in linux uses extractAll method, the file name is in messy code. I try to use zipFile.setCharset(GBK) or zipFile.setCharset(UTF8) but it still does work. How can I solve the messy code?
怎么处理的