Add non-ASCII file names to zip in Java

后端 未结 7 1344
时光说笑
时光说笑 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:19

    Miracles indeed happen, and Sun/Oracle did really fix the long-living bug/rfe:

    Now it's possible to set up filename encodings upon creating the zip file/stream (requires Java 7).

提交回复
热议问题