王大虎

Results 27 comments of 王大虎

should be done like this, take chinese encoding for example: ```js const AdmZip = require('adm-zip') const iconv = require('iconv-lite') const zip = new AdmZip('path/to/your/zip/file') zip.getEntries().forEach(entry => { entry.entryName = iconv.decode(entry.rawEntryName,...

any way to work around? @huntrist

https://github.com/wangdahoo/vonic/issues/19 @Jackmaster520