alek-sys / sublimetext_indentxml

Plugin for Sublime Text editor for reindenting XML and JSON files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unicode Escapes

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