>> > 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)?

Can this be simulated when creating a file within testcase and then
changing java.encoding stuff and extracting it again?
If so I can write a testcase (i am working on them currently)

cheers

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to