laktak opened this issue 10 years ago · 2 comments
When I auto indent this JSON:
{"string":"text ßüöäÜÖÄ"}
I get:
{ "string": "text \u00df\u00fc\u00f6\u00e4\u00dc\u00d6\u00c4" }
There is no need to escape my unicode characters. Could this be fixed?
I got the problem too !-_-!. Who can please fix the Issue
Closed with a2994dc