hihi all,

i am using Ajax.request() function to call and return results on a web
page and i noticed that depending on where the server is deployed, the
encoding of the response changes.

if i am running the code locally on my windows machine, the Ajax
response encoding is UTF-8.  but when deployed to a unix server, the
Ajax response encoding is ISO-8859-1.

the side-effect is that the response contains unreadable characters
because it's in the wrong encoding (should be UTF-8, but it's
ISO-8859-1)

does anyone know why this happens and how to fix this?

thanks in advance!
-h

--~--~---------~--~----~------------~-------~--~----~
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 [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to