Sometimes the RT site leaves some wierd encoded punctuation for open+close ", open+close ' and hyphens.
open " Ãô - 195 244
close " Ãö - 195 245
open ' Ãæ - 195 230
close ' ÃÆ - 195 198
hyphen - Ãù - 195 249
hyphen - Ãû - 195 251
This patch adds some cleanup code to replace these encoded punctuations with the ASCII-7 equivalents (",',-)
uk_rt.diff - remove encoded punctuation
Logged In: YES
user_id=1602878
Originator: NO
Thanks for the patch to fix these character encoding/translation issues. I will try and remember to inform the Radio Times of this issue and see if a fix can be made upstream.
Logged In: YES
user_id=1602878
Originator: NO
tv_grab_uk_rt.in v1.101 Update to handle strange punctuation characters for single/double quotes and hyphens seen occasionally in recent Radio Times data. Thanks to Niel Markwick for the patch.