[jQuery] jQuery and charset encoding
Hey everyone!
I'm startint to work with jQuery and trying to learn from it but I am
stuck with a little problem.
I use jQuery's ajax to query a server which returns a page encoded in
iso-8859-1, but when I display those pages, of course all the special
caracters can't be displayed (french accents). From what I have read,
jQuery converts to UTF-8.
The problem here is that I cannot acces the server's page to change
the page to utf-8. Is there any ways for jQuery not to change the
encoding it received?
I did search abit around the group, jquery's forum and google but
could not find anything useful.
Thanks for the help!
JP