View Single Post
  #2 (permalink)  
Old 11-05-09, 04:41
dimis2500 dimis2500 is offline
Registered User
 
Join Date: Jan 2005
Posts: 362
I used this class.
So when I give at

Code:
$zipfile->create_file(file_get_contents("τεστ.txt"),"τεστ");
greek name has a problem, so I guess the problem is that php file can not give greek names at files of zip.The enconding of file is utf-8 .
What is wrong?
Reply With Quote