alek-sys / sublimetext_indentxml

Plugin for Sublime Text editor for reindenting XML and JSON files
MIT License
534 stars 135 forks source link

Unicode Escapes #70

Closed laktak closed 8 years ago

laktak commented 9 years ago

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?

zhaoxin34 commented 9 years ago

I got the problem too !-_-!. Who can please fix the Issue

alek-sys commented 8 years ago

Closed with a2994dc19b01d5490fb41eec3189e618b712a9c6