Sign in to follow this  
mwfromfi

Currency XML encoding issue

Recommended Posts

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 by Guest

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this