Try to send a http header specifing the character encoding you are using.

In PHP it goes like this (a similar thing should exist in asp)
        header('Content-type: text/html; charset=utf-8');

Nandi

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of oscar
Sent: Tuesday, February 06, 2007 1:41 PM
To: discuss@jquery.com
Subject: [jQuery] Load doesn`t mantain charset?


I am using load method in order to get asp.page

asp page has this code

<P>
Datos básicos
</P>

The call:


jQuery("#datosBasicosFrame").load"/ProtINMO2/inmuebleModuledatosBasicosFrame.asp"});

Then I get:

Datos b#sicos


Any idea? l
-- 
View this message in context: 
http://www.nabble.com/Load-doesn%60t-mantain-charset--tf3180432.html#a8825304
Sent from the JQuery mailing list archive at Nabble.com.


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to