王大虎
王大虎
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 updates?
any way to work around? @huntrist
下个月吧
https://github.com/wangdahoo/vonic/issues/19 @Jackmaster520