GNOME Bugzilla – Bug 750990
Fix unescaping Guardian Videos titles
Last modified: 2015-06-16 10:40:45 UTC
.
Created attachment 305280 [details] [review] guardianvideos: Unescape the titles Some of the titles might contain escaped characters, make sure to unescape them before passing them on.
Created attachment 305281 [details] [review] lua-factory: Fix unescaping ANSI HTML entities HTML escape sequences still use Windows-1252/ANSI codes: http://www.w3schools.com/charsets/ref_html_ansi.asp Before this, – would unescape to a non-printable character, when it should be unescaping to an ndash character. This is especially visible in the Guardian Videos source.
Review of attachment 305281 [details] [review]: Looks good.
Review of attachment 305280 [details] [review]: Okay!
Attachment 305280 [details] pushed as bc7182c - guardianvideos: Unescape the titles Attachment 305281 [details] pushed as 6052992 - lua-factory: Fix unescaping ANSI HTML entities