|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 7/27/2008 2:49:49 PM
Posts: 8,
Visits: 57
|
|
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 é, è etc...)
i tried using encoding ISO-8859-15 but nothing happened.
if i try instead of this url, a url "xxx.xml" to read directly a XML file, it's OK for all characters.
Could you help me please 
Florian.
|
|
|
|
|
Supreme Being
      
Group: Forum Members
Last Login: Yesterday @ 11:57:38 PM
Posts: 173,
Visits: 1,003
|
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 7/27/2008 2:49:49 PM
Posts: 8,
Visits: 57
|
|
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
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: 7/29/2008 12:15:49 PM
Posts: 2,001,
Visits: 474
|
|
Hi,
Can you try switching the debug mode to on and see if it helps?
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 7/27/2008 2:49:49 PM
Posts: 8,
Visits: 57
|
|
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=' €' "
thank you !
|
|
|
|