ashtuchkin / iconv-lite

Convert character encodings in pure javascript.
MIT License
3.04k stars 282 forks source link

can not work in cocos creator #298

Open sagasarate opened 1 year ago

sagasarate commented 1 year ago

iconv-lite can not work in cocos creator,install by npm when call with "iconv.encode("123456", "cp936")" will report error:Unresolved specifier ./tables/cp936.json how to fix it?