Posted by rogerpfaff on November 13, 2009 at 9:20am
Jump to:
| Project: | FusionCharts |
| Version: | 6.x-1.0 |
| Component: | FusionCharts core |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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.
| Attachment | Size |
|---|---|
| patch.txt | 733 bytes |
Comments
#1
changed status to need review
#2
had the same problem and was able to fix this with the above patch
#3
Hello,
the patch worked for me also. I used it to display the greek chars, correctly.
thanks
#4
Thanks for the patch
#5
Automatically closed -- issue fixed for 2 weeks with no activity.