FlorianHarvest Report post Posted July 18, 2008 (edited) I'm using embed tag to generate my chart. attribute dataurl has an url which generate a XML. (dataurl =/HvsCeg2008.1.004/chart/typechartdispatcher.do?prjref=5bb80bf6-b826-417c-b990-3a4302178e7f&_cancelToken=true&chartId=resultsChartId&chartType=MSCombiDY2D&width=665&height=170&imgType=swf) all my characters are correctly rendered (even accents such Edited July 18, 2008 by Guest Share this post Link to post Share on other sites
Arindam Report post Posted July 19, 2008 Hi Florian, Please follow the documentation http://www.fusioncharts.com/docs/Contents/SpChar_Euro.html also you can see other Special Characters http://www.fusioncharts.com/docs/ Advanced Charting > Using Special Characters Share this post Link to post Share on other sites
FlorianHarvest Report post Posted July 19, 2008 thanks for the response but unfortunately i even read and tried this solution... it seems to be an encoding problem in the httpservletresponse but i'm not sure... When the XML datas are in a physical file, the "dataURL" render the euro symbol, but when it's an URL , this symbol is not rendered Share this post Link to post Share on other sites
Pallav Report post Posted July 21, 2008 Hi, Can you try switching the debug mode to on and see if it helps? Share this post Link to post Share on other sites
FlorianHarvest Report post Posted July 21, 2008 Hi I forced my String to be encoded in ISO-8859-15 , and now it's OK new String(myXmlString.getBytes(), "ISO-8859-15") myXmlString contains this attribute written like that : "numberSuffix=' Share this post Link to post Share on other sites