I recently deployed the graphiql web app onto an embedded device that I work with and the page is marked up with extra accented "A" characters. What could be causing this?
Details:
edit:
Â
seem to show up beside a
, as in Â
It turns out the response did not specify charset=utf-8
, hence the default of ISO-8859-1
was assumed and caused the problem. Adding charset=utf-8
fixed everything.