David Gucwa Report post Posted February 24, 2009 I am getting some strange behavior working with UTF8 characters. This is my XML: <?xml version="1.0" encoding="utf-8"?> decimalPrecision="1" formatNumberScale="0" showValues="0"> Share this post Link to post Share on other sites
David Gucwa Report post Posted February 24, 2009 This forum doesn't like my XML. It can be seen here: http://dgucwa.sassiedev.com/fusiontest/test.xml Share this post Link to post Share on other sites
srividya_sharma Report post Posted February 24, 2009 (edited) While using FusionCharts (version 3.0) with UTF-8 characters, please remember the following: BOM has to present in the xml given as input to the chart using dataURL method dataXML method can also be used The XML document should begin with an XML declaration which specifies the version of XML being used and the encoding: <?xml version="1.0" encoding="UTF-8" ?> The XML file should be saved with UTF-8 encoding (UTF-8 BOM). I have attached a sample xml. Please try with this xml. BTW, looks like, in the version 3.1 of FusionCharts, displaying UTF-8 characters has been further simplified. JapaneseData.xml Edited May 1, 2009 by Guest Share this post Link to post Share on other sites