Problem encoding euro symbol in chart
FusionCharts Forum
Home       Members    Calendar    Who's On
Welcome Guest ( Login | Register )
        



Problem encoding euro symbol in chart Expand / Collapse
Author
Message
Posted 7/18/2008 11:51:16 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 10/23/2008 8:15:27 AM
Posts: 8, Visits: 58
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.

Post #7407
Posted 7/19/2008 12:41:25 AM
Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme Being

Group: Moderators
Last Login: Today @ 11:14:02 PM
Posts: 627, Visits: 1,914
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


Thanks,
Arindam

FusionCharts Team
www.fusioncharts.com

Post #7416
Posted 7/19/2008 8:35:50 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 10/23/2008 8:15:27 AM
Posts: 8, Visits: 58
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
Post #7424
Posted 7/21/2008 10:53:13 AM
FusionCharts Team

FusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts Team

Group: Administrators
Last Login: Today @ 8:20:12 AM
Posts: 2,194, Visits: 521
Hi,

Can you try switching the debug mode to on and see if it helps?


Thanks,
Pallav Nadhani
FusionCharts Team
Post #7463
Posted 7/21/2008 11:15:12 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 10/23/2008 8:15:27 AM
Posts: 8, Visits: 58
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 !
Post #7469
« Prev Topic | Next Topic »


Permissions Expand / Collapse

All times are GMT -7:00, Time now is 11:25pm


Execution: 0.047.