Migrated a site with Hungryfeed and seem to have lost & < > so that tags and entities are breaking.
The feed is coming from a blogging engine and the above characters are encoded in the RSS, feed is UTF-8.
What am I overlooking?
Migrated a site with Hungryfeed and seem to have lost & < > so that tags and entities are breaking.
The feed is coming from a blogging engine and the above characters are encoded in the RSS, feed is UTF-8.
What am I overlooking?
SOLUTION:
Hopefully this helps someone out there -- the problem is probably your server using a version of libxml2, which strips out the < > & characters when SimplePie parses it.
Solution is to convert the problematic characters before SP parses. Solution and more info here ---> http://tt-rss.org/forum/viewtopic.php?f=1&t=393
interesting, thanks for posting the solution!
You must log in to post.