In ZipArchiveEntry how to define the filename(files that are zipped have name in the foreign language other than english). When i define
ZipArchiveEntry ze = new ZipArchiveEntry(filename);
It works fine for linux machines but not for windows. please help.
update
Using ZipArchiveEntry i trying to zip the indivdual files with name in foreign language. After zipped i extract the file from that zip. In linux it returns the filename correctly. But in windows filenames are corrupted