Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: BasilisciPosted on 2007-01-29 at 12:51:57ID: 18422830
I believe the AJAX code assumes the encoding to be UTF-8, as that's the standard encoding in XML (even if the page encoding is different). So when an ISO-8859-1 XML file is parsed as UTF-8, you get messed up strings.
I'd recommend saving the files you fetch using ajax, with UTF-8 encoding.
You could also check that the server does not send wrong encoding information in the HTTP headers.