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?