Click here to Skip to main content
15,894,172 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all i need some help.

I'm creating a zip file using the IonicZip dll but the problem is that when an inner file contains arabic characters in its name the characters are displayed as "??????".

Does anyone know a solution to that?
Posted

1 solution

The situation does not need solution. ZIP file algorithm does not have anything which could modify content of the file in any way. I'm afraid to say, you do something else before zipping which mangles the file or the file itself have problems in first place.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900