http://xkcd.com/847/info.0.json
- Code: Select all
"alt": "E\u00c3\u00a4rendil will patrol ...
The spec says \u is a UTF-16 escape (resulting in ä instead of ä). Here, it has UTF-8 encoded in it. Shouldn't it be \u00e4 if you must escape? Or is the interface defined to be like this now for compatibility with software that expects it?
http://xkcd.com/472/info.0.json
- Code: Select all
"safe_title": "<span style=\"color: #0000ED\">House</span> of Pancakes"
What's safe_title about, if it's not stripping things like this?
