XkcdViewer
XkcdViewer copied to clipboard
Defect: Character encoding issue in #971
Comic 971's hover text displays with incorrectly encoded text.
Actually, it looks to me like this one might be Randall's fault. I don't know if you're using the JSON API, but if you look at https://www.xkcd.com/971/info.0.json in the browser, it actually says: ...when you know you\u00e2\u0080\u0099re not
... which is totally wrong.
This also occurs in #1147 (see gh-62). Even though it's not a bug in the app, maybe we should put in a workaround?