php - How to get proper title from RSS feed? -


i have feed: https://www.facebook.com/feeds/page.php?format=rss20&id=172360026392

with title example:

no nie wiary! maraton warszawski & #x2013; ki

the space between & , # intentional, in rss there no space. how convert string pure utf-8 & #x2013; become "-" character?

use html_entity_decode function: http://www.php.net/manual/en/function.html-entity-decode.php


Popular posts from this blog

Php - Delimiter must not be alphanumeric or backslash -

c# - How to change the "Applies To" field under folder auditing options programatically (.NET) -

c++ - Ambiguity when using boost::assign::list_of to construct a std::vector -