this is what i have right now
Drawing an RSS feed into the php, the raw xml from the rss feed reads:
Paul’s Confidence
The ph
Just one simple solution.
if your string contains these type of strange chars suppose $text contains some of these then just do as shown bellow:
$text
$mytext=mb_convert_encoding($text, "HTML-ENTITIES", 'UTF-8')
and it will work..