Closed kolkov closed 7 years ago
Hi! How to set default charset UTF-8 for json writer? by default I see:
HTTP/1.1 200 OK Content-Type: application/json Date: Tue, 16 May 2017 16:55:58 GMT Transfer-Encoding: chunked
https://youtrack.jetbrains.com/issue/WEB-24771
As you wrote in the jetbrains issue, JSON should be encoded in unicode. Why would you set the charset in the header?
Thanks! I think that is a JetBrains bug!
Hi! How to set default charset UTF-8 for json writer? by default I see:
https://youtrack.jetbrains.com/issue/WEB-24771