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:
- This happens in both Linux Chromium and Windows Chrome. Linux Firefox has the characters in the left pane, but not the right.
- The cursor is followed by an "A" that blinks in unison with the cursor.
- There are no errors in the console.
- graphql version is 0.11.11.
- Server is Erlang Cowboy with shopgun/graphql
edit:
- All instances of
Â
seem to show up beside a
, as inÂ
- Possibly related to HTML encoding issues - "Â" character showing up instead of " "