It's a patch for bug #20047
http://rubyforge.org/tracker/index.php?func=detail&aid=20047&group_id=775&atid=3061
If you try to get and cache a feed which is not encoded in utf-8, is not saved correctly in database (only is saved
until first non-ASCII character), so when you get the feed from the cache you get no content.
I'm using feedtools 0.2.29
You can try with these feeds for example:
http://heraldo.es/index.php/mod.portadas/mem.rss
http://www.elperiodicodearagon.com/RSS/2.xml
I have attached a patch to set encoding and convert data to utf-8 after fetching. |