simonbingham Report post Posted April 10, 2013 I've created a chart which works nicely, but I'm having trouble adding a pound stirling currency symbol to the legend. The following code: <set label='Project Name - £1000' value='1000' /> appears as: 'Project Name - £1000' in the legend. I've tried changing '£' to the actual pound stirling currency symbol, but that doesn't work either. Can anyone help? Share this post Link to post Share on other sites
FusionCharts Support Report post Posted April 10, 2013 Hi, Can you please try %A3 instead? Share this post Link to post Share on other sites
simonbingham Report post Posted April 16, 2013 Thanks for your reply and apologies for the delay in responding. I tried your suggestion: <set label='foobar, %A31000' value='1000' /> Which outputs as: foobar, %A31000 Any more suggestions? Share this post Link to post Share on other sites
Swarnam Report post Posted April 17, 2013 Hey, Can you please try the below suggestion? <set label='Project Name - £1000' value='1000' /> Hope this helps. Share this post Link to post Share on other sites
simonbingham Report post Posted April 17, 2013 Yes, I tried that and I get a question mark symbol inside a box so I guess that character isn't recognised. Share this post Link to post Share on other sites
Swarnam Report post Posted April 17, 2013 Can you please try encoding the XML as UTF-8? Most of the text editors like Notepad can do this automatically. To know more on how to BOM mark a file, please read Using Multi-lingual text page. Share this post Link to post Share on other sites
simonbingham Report post Posted April 17, 2013 Yes, thank you, that fixed it. Share this post Link to post Share on other sites