I have a file e.g. test.zip. If I use a ZIP-tool like winrar, it\'s easy to extract (unzip test.zip to test.csv). But test.csv is not in UTF8 format. My problem here is, whe
As i remember this only happen when the file name is not encoded in UTF8.
If 3rd Component is not forbidden,try Apache Zip API.
import org.apache.tools.zip.ZipEntry; import org.apache.tools.zip.ZipFile;