[jQuery] Re: åäö doesn't work with load()

2007-04-11 Thread Ⓙⓐⓚⓔ

I see no content type in either header! You are at the mercy of the browser
to guess what to do with the high ascii characters.


head http://www2.hemsida.net/badtant/test/ajax.html

200 OK
Connection: close
Date: Wed, 11 Apr 2007 17:50:32 GMT
Accept-Ranges: bytes
ETag: "ad6874f127cc71:9b2"
Server: Microsoft-IIS/5.0
Content-Length: 76
Content-Type: text/html
Last-Modified: Wed, 11 Apr 2007 08:20:48 GMT
Client-Date: Wed, 11 Apr 2007 17:36:29 GMT
Client-Peer: 212.37.5.72:80
Client-Response-Num: 1
X-Powered-By: ASP.NET


head http://www2.hemsida.net/badtant/test/test.html

200 OK
Connection: close
Date: Wed, 11 Apr 2007 17:51:22 GMT
Accept-Ranges: bytes
ETag: "f636a94f127cc71:9b2"
Server: Microsoft-IIS/5.0
Content-Length: 1509
Content-Type: text/html
Last-Modified: Wed, 11 Apr 2007 08:20:49 GMT
Client-Date: Wed, 11 Apr 2007 17:37:19 GMT
Client-Peer: 212.37.5.72:80
Client-Response-Num: 1
X-Powered-By: ASP.NET


On 4/11/07, badtant <[EMAIL PROTECTED]> wrote:



hi!

i'm trying to use the ajax function "load" to load an "extrernal" html-
file into a div.

when i run the page i just get questionmarks where there is åäö.
anyone who knows whats wrong and what i can do about it? my pages is
ISO-8859-1.

here's the main-file that runs the ajax-script when you hover the
links:
http://www2.hemsida.net/badtant/test/test.html

and here's the file that is loaded:
http://www2.hemsida.net/badtant/test/ajax.html





--
Ⓙⓐⓚⓔ - יעקב   ʝǡǩȩ   ᎫᎪᏦᎬ


[jQuery] Re: åäö doesn't work with load ()

2007-04-11 Thread Dmitrii 'Mamut' Dimandt
Internet Explorer works reliably only with utf-8
Even if your entire site is ISO-..., you can still use utf-8 for all
your ajax-related stuff, i think

badtant wrote:
> my whole site is in ISO-8859-1 and it's to much work right now to
> convert to UTF-8. i think that this is something that should work
> automaticly.
>
> /N
>
> On Apr 11, 11:04 am, "Mariusz Cieśla" <[EMAIL PROTECTED]> wrote:
>   
>> Can't you just try to use UTF-8 for the pages? Conversion isn't hard
>> and still it solves most problems with special characters. ; )
>>
>> Cheers,
>> M.
>> 
>
>
>   



[jQuery] Re: åäö doesn't work with load ()

2007-04-11 Thread badtant

my whole site is in ISO-8859-1 and it's to much work right now to
convert to UTF-8. i think that this is something that should work
automaticly.

/N

On Apr 11, 11:04 am, "Mariusz Cieśla" <[EMAIL PROTECTED]> wrote:
> Can't you just try to use UTF-8 for the pages? Conversion isn't hard
> and still it solves most problems with special characters. ; )
>
> Cheers,
> M.



[jQuery] Re: åäö doesn't work with load ()

2007-04-11 Thread Mariusz Cieśla

Can't you just try to use UTF-8 for the pages? Conversion isn't hard
and still it solves most problems with special characters. ; )

Cheers,
M.