View Single Post
  #1 (permalink)  
Old 11-04-09, 07:02
dimis2500 dimis2500 is offline
Registered User
 
Join Date: Jan 2005
Posts: 362
zip file problem (greek file name)

I am creating on the fly a zip file with some files on the server and then I download it.
The problem ia that the 2 classes I tried can not read greek variables.
What can I do?
For example
Supposse there is the file τεστ.txt .
At zip file the name is _Ε+__Δ_Ε.txt the content is ok.At this case I use codeigniter zip class.
Another class I used is PhpConcept - PclZip (PhpConcept Library Zip) this has problem also with greeks.
And some other classes from phpclasses.org
Reply With Quote