alek-sys/sublimetext_indentxml

Unicode Escapes

laktak opened this issue · 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