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.
| Comment | File | Size | Author |
|---|---|---|---|
| patch.txt | 733 bytes | rogerpfaff |
Comments
Comment #1
rogerpfaffchanged status to need review
Comment #2
mahil commentedhad the same problem and was able to fix this with the above patch
Comment #3
apanag commentedHello,
the patch worked for me also. I used it to display the greek chars, correctly.
thanks
Comment #4
aaron1234nz commentedThanks for the patch