Closed wxynihao closed 3 years ago
in sublime4, chinese characters be converted to unicode characters after format. for example,
{"name": "张三"}
will be converted to
{ "name": "\u5f20\u4e09" }
i found the bug too, top!
https://github.com/dzhibas/SublimePrettyJson/issues/132#issue-862249894
#132 (comment)
thanks
Preferences - Package Settings - Pretty Json - Settings add "ensure_ascii": false,
-- copy from #132 (comment)
in sublime4, chinese characters be converted to unicode characters after format. for example,
will be converted to