Tagged Questions

1
vote
1answer
448 views

simplyXML and accented characters in PHP

I have written an XML file which is using the ISO-8859-15 encoding and most of the data within the feed is ran through htmlspecialchars(). I am then using simplyxml_load_string() to retrieve the ...