Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: RSS activity feed is blank (solved)

If you are referring to bp-fr, if you load the RSS in Firefox, it dies when it finds an uppercase “E” with an accent on in the parameter.</p> <p>Currently title is generated like: <code>html_entity_decode( utf8_encode( $text ) )</code>.<br /> Description is generated like: <code>html_entity_decode( str_replace( '%s', '', $text )</code></p> <p>Besides being inconsistent, as all the content is within CDATA tags, I am wondering if we should be running the text through the htmlspecialchars() code to generate the HTML character codes for these special characters? Something like: <code>htmlspecialchars(utf8_encode($string), ENT_QUOTES)</code></p> <p>Anyone out there who can help me learn this stuff? I’ve not really looked into the RSS spec, etc, before.

Skip to toolbar