[jQuery] Re: Encoding characters using load("some_file.html")

2009-02-12 Thread Leonardo
http://www.w3schools.com/XML/xml_encoding.asp On 2 fev, 07:34, Hilmar Kolbe wrote: > I have the same problem with german characters (Umlaute) - each umlaut comes > in with a charCode of 65533. > Is there really no way to get an 8859-page via Ajax with unencoded > characters?

[jQuery] Re: Encoding characters using load("some_file.html")

2009-02-02 Thread Hilmar Kolbe
I have the same problem with german characters (Umlaute) - each umlaut comes in with a charCode of 65533. Is there really no way to get an 8859-page via Ajax with unencoded characters?

[jQuery] Re: Encoding characters using load("some_file.html")

2009-01-28 Thread Leonardo
Hi Maujor, I'm passing the same problem, but I used the following header file requested: ...but works only on Chrome... :o( hugz, lcidral (sfs,sc,br) ;o) On Jan 27, 6:31 pm, Maujor wrote: > Maujor wrote: > > > How to encode special caracters when requesting a  **HTML > > fragments**  us

[jQuery] Re: Encoding characters using load("some_file.html")

2009-01-27 Thread Maujor
Maujor wrote: > > > How to encode special caracters when requesting a **HTML > fragments** using the jQuery AJAX method load() ? > > There are tons of discussions on this subject but I didn't realize the > right > (best) way to go. Or how many ways ("bullet proof") are there? > > Please ha