Add non-ASCII file names to zip in Java

后端 未结 7 1371
时光说笑
时光说笑 2020-12-14 08:38

What is the best way to add non-ASCII file names to a zip file using Java, in such a way that the files can be properly re

7条回答
  •  情深已故
    2020-12-14 09:14

    Did it actually fail or was just a font issue? (e.g. font having different glyphs for those charcodes) I've seen similar issues in Windows where rendering "broke" because the font didn't support the charset but the data was actually intact and correct.

提交回复
热议问题