I am receiving an XML response which comes through perfectly.
Words such as "português" and "españa" are correctly formatted.
However, once I have parsed the XML through the php function simplexml_load_string()
, the words are transformed as follows: "portugu�s" and "espa�a".