Sign in to follow this  
dkorz

Adding BOM to XML output from Django

Recommended Posts

I discovered that FusionCharts is unable to decode XML documents encoded using the default UTF-8 encoding so any text in labels or captions can not contain special characters.

 

 

 

The documentation states that the XML must have a byte ordering mark and gives some code snippets for several web servers but not Django. Has anyone gotten this to work?

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