dkorz Report post Posted August 20, 2009 I discovered that FusionCharts is unable to decode XML documents encoded using the default UTF-8 encoding so any text in labels or captions can not contain special characters. The documentation states that the XML must have a byte ordering mark and gives some code snippets for several web servers but not Django. Has anyone gotten this to work? Share this post Link to post Share on other sites
srividya_sharma Report post Posted August 20, 2009 Hi In which ever technology or language: You would need to output the UTF-8 BOM 0xef, 0xbb, 0xbf Hope someone else has more detailed answer. Srividya Share this post Link to post Share on other sites