ashtuchkin / iconv-lite

Convert character encodings in pure javascript.
MIT License
3.08k stars 281 forks source link

can not work in cocos creator #298

Open sagasarate opened 2 years ago

sagasarate commented 2 years 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?