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

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -