mwfromfi Report post Posted June 10, 2009 (edited) I'm trying to display the symbols for various currency in my chart however I am having trouble getting the symbols for the South Korean Won and the Russian Ruble to display properly. The south korean won I am coding as follows: & #8361; The russian ruble I am coding as follows: & #1088;& #1091;& #1073; note I put a space in after the ampersands so that the code displays on the forum. The symbols that display in my chart are not correct. I'm running Fusioncharts 3.1.1 under Coldfusion 8. Attached is my sample xml code. chart.xml Edited June 10, 2009 by Guest Share this post Link to post Share on other sites
saptarshi Report post Posted June 11, 2009 Hello, Could you please add the BOM to the XML? The BOM tells the .swf that it will receive UTF-8 characters. To know more about how to put a Byte Order Mark (BOM) in your XML, please visit the following documentation page: http://www.fusioncharts.com/docs/Contents/SpChar.html Hope this comes of use. Share this post Link to post Share on other sites