Hello, I hope somebody can help me with this problem.
I have a servlet in my application which unzips a uploaded zip archive and stores the 
contained files. 
This works fine until the filename of a zipentry contains german umlauts.

For example in a zipfile a.zip is an entry äöü.txt.

When i get the ZipEntry for that file zipEntry.getName() returns me ???.txt instead of 
äöü.txt.
I think this has something to do with the right Characterencoding but I don't know how 
to do it.

thanks in advance
Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to