hey all, i just noticed that setting a charset encoding within the
response headers makes prototype stop working in IE...

when i use it like that in my repsonse:

header("Content-Type: text/html;");

is works, when is use it like this:

header("Content-Type: text/html; charset= UTF-8");

it doesn't return anything in IE and gives my a script error in
prototype.js line 1372, which is:

this.responseText = String.interpret(transport.responseText);

everytingl on the server is set to UTF-8, page encodings, file-
encodings, responses, charsets and so on.

any idea why's that?

thanks: lars






--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to