German umlaute in chart titles are displayed as html entities

rogerpfaff - November 13, 2009 - 09:20
Project:FusionCharts
Version:6.x-1.0
Component:FusionCharts core
Category:bug report
Priority:normal
Assigned:Unassigned
Status:needs review
Description

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.

AttachmentSize
patch.txt733 bytes

#1

rogerpfaff - November 13, 2009 - 09:21
Status:active» needs review

changed status to need review

#2

mahil0301 - November 20, 2009 - 11:50

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

 
 

Drupal is a registered trademark of Dries Buytaert.