im using fusion charts to map data. the labels for the data are country names which we localise into languages that have accents, for ex österreich being german for austria.
the data and labels are set in an xml file. for some graphs the accents show by using the decimal equivalent, so ö shows an ö. on other graphs the decimal, entity, hex or original character dont show the correct character on the site and im unable to identify why it works in one file and not the other. the xml file is static so php functions are not available.
how can i get these characters to show appear correctly when they are pulled from the xml?