When using ö,ü,ä in chart titles the output is transformed to html entities for these characters. this is caused by the function fusioncharts_entities() where htmlentities() is used. changing this to htmlspecialchars() will do the job.

I attached a patch to correct this. the patch is created to a single aptana project fusioncharts checked out with aptana.

CommentFileSizeAuthor
patch.txt733 bytesrogerpfaff

Comments

rogerpfaff’s picture

Status: Active » Needs review

changed status to need review

mahil’s picture

had the same problem and was able to fix this with the above patch

apanag’s picture

Hello,

the patch worked for me also. I used it to display the greek chars, correctly.

thanks

aaron1234nz’s picture

Status: Needs review » Fixed

Thanks for the patch

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.