You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to create a ZIP file, with files and folders, that contain UTF-8 filenames and directory names. ( for example, a file containing some cyrillic letters:
тестов_файл.txt
$zip = new \splitbrain\PHPArchive\Zip();
$zip->create('test.zip');
$zip->addFile('D:/testdir/тестов_файл.txt');
$zip->close();
The file in the zip is missing all the letters and corrupted: '_.txt'.
Other UTF-8 filenames other than Cyrillic also fails.
Tested with the latest version of the library on both Windows 10 22H2 and CloudLinux v.7
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to create a ZIP file, with files and folders, that contain UTF-8 filenames and directory names. ( for example, a file containing some cyrillic letters:
тестов_файл.txt
The file in the zip is missing all the letters and corrupted: '_.txt'.
Other UTF-8 filenames other than Cyrillic also fails.
Tested with the latest version of the library on both Windows 10 22H2 and CloudLinux v.7
The text was updated successfully, but these errors were encountered: