adm-zip
adm-zip copied to clipboard
writeZipPromise creates a broken archive when file names have non-ASCII characters
The function "writeZipPromise" creates a broken archive when file names have non-ASCII characters.
Although the function "writeZip" works as expected.
Steps to reproduce:
- Create a folder or zip archive.
- Add a file with non-ASCII characters in its name, e.g. "my file копія.png".
- Try to write a zip using the function "writeZipPromise".