Posted By:
Mohammed_Soliman
Posted On:
Wednesday, June 9, 2010 04:55 AM
I've a group of files and I'm trying to zip them all in a zip file using ZipOutputStream and ZipEntry classes. Everything is ok but I've a problem with arabic file names. When any of my files is named in arabic, it is put inside the zip file succesffully but the name is corrupted. I tried encoding the file name before I put it in the ZipEntry collection but I get the same problem.
Any ides regarding encoding ZipOutputStream? or any other API that I can use to handle this issue?