> > > ZipArchiveOutputStream will now use the platform's native encoding > > instead of UTF8 by default now, while JarArchiveOutputStream > > explicitly sets the encoding to UTF8. Does anybody consider this a > > problem? > > What happens if you try to take a file that was created on a machine with one default encoding, and send it to another machine with a different default encoding (i.e. Linux -> Windows)?
Regards, Mark Fortner