Zippy
Zippy copied to clipboard
unzip chinese filename garbled!!!
unzip file, chinese filename garbled!!!
Can you be more specific ? What is the original name, and the expected output ?
normal example:中文.txt output 中文.txt garbled example:中文.txt output 涓枃.txt
same as @linxu, may be a PHP bug?
https://bugs.php.net/bug.php?id=53948
for chines file name, pclzip is another solution: http://www.phpconcept.net/pclzip/user-guide/54
@Viky-zhang thanks