zip4j icon indicating copy to clipboard operation
zip4j copied to clipboard

The file name extracted is in messy code

Open chenzhicong12345 opened this issue 2 years ago • 1 comments

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?

chenzhicong12345 avatar Jul 29 '23 03:07 chenzhicong12345

怎么处理的

yh-wyz avatar Oct 09 '23 03:10 yh-wyz