jonbrett / cinnamon-feeds-applet

Cinnamon applet for fetching and displaying RSS feeds
https://jonbrettdev.wordpress.com
20 stars 10 forks source link

Convert   HTML escape code in feed descriptions/titles #18

Closed jonbrett closed 11 years ago

jonbrett commented 11 years ago

I've found a number of sites use HTML escape codes, particularly   in their feed item descriptions. Currently these get converted verbatim into plaintext and displayed in the feed description tooltip or title.

I am not keen on implementing conversion for lots of HTML escape codes, but certainly common ones like   should be addressed by the feedreader's html2text/html2pango functions