tags:

views:

28

answers:

1

ZipFile (and, by extension, JarFile) silently ignores files with filename encoding other than UTF-8, it seems.

A: 

ZipFile has other issues as well, starting with misleading exceptions, and continuing on. Avoid like a plague. Use ZipFile from commons-compress.