Sign in to follow this  
Guest Basundhara Ghosal

Problem with Column 3D Single Series Label Display

Recommended Posts

Thanks for your reply

 

 

 

I tried this

 




response.setContentType( "text/xml; charset=UTF-8" );

OutputStream outs = response.getOutputStream();

outs.write( new byte[]{(byte)0xEF, (byte)0xBB, (byte)0xBF} );

outs.flush();



String xmlChart = "Here is my xml String"

outs.write(xmlChart.getBytes());

 

 

 

I am getting a value like ???????? Not an Arabic text ...

 

Could you please tell me what may be the reason???

 

 

 

Thanks

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

Could you please refer to the UTF8Example folder of the Trial pack of the FusionCharts.

Ref.- FusionCharts_Evaluation>Code>PHP>UTF8Examples

Also, could you please let us know the name of the scripting language that you are using for the same?

Awaiting your reply. :D

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

Thank you for letting us know the name of the scripting language that you are using.

Please refer to the UTF8Examples folder for JSP for the same.

Ref.- FusionCharts_Evaluation>Code>JSP>UTF8Example

Hope this helps. :D

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