I have an rss feed file in which i have characters such as
htmlentities() is not working and wrapping it in CDATA isn't helping at all...is there anyway to combat this?é and ’
Moderator: General Moderators
htmlentities() is not working and wrapping it in CDATA isn't helping at all...is there anyway to combat this?é and ’
Alot of times i encouter feeds that show the characters correctly and at other times they don'tkaszu wrote:If you know character code (for example 44), then you can replace it with its decimal entity , which is valid in xml
Edit:
Have a look here: http://en.wikipedia.org/wiki/List_of_XM ... references