estools / escodegen

ECMAScript code generator
BSD 2-Clause "Simplified" License
2.64k stars 334 forks source link

GBK chaodedracters are automatically encoded #439

Closed yzajoee closed 3 years ago

yzajoee commented 3 years ago

When I use any Chinese symbol (e.g., "。").), the generate method encodes the symbols automatically to "\u3002". I couldn't find any option or issue about to avoid this situation. How should I do.

yzajoee commented 3 years ago

sorry, I found this option in code: escapeless