Discussions

Ask a Question
Back to All

ASCII Character Encoding?

We noticed that some data we are sending in Json comes out garbled in the Web UI.
i.e.
Apostrophes (') shows as âEUR(TM)
Dashes (-) shows as âEUR"

Do we have to encode differently? The JSON looks correct to my understanding.
ContentType = Application/Json
And Encoding is default UTF8.