[Proto-Scripty] Ajax request Encoding issue iso-8859-1

2008-11-25 Thread AS
Could anyone please let me know why Ajax request in the following manner is not setting up the correct encoding. It looks like prototype is using default utf-8 encoding. var params = Form.serialize("my_form"); new Ajax.Request(url, { method: 'post', parameters: params,

[Proto-Scripty] Re: Ajax request Encoding issue iso-8859-1

2008-11-25 Thread AS
Thanks for the information. But I right now I can't restrict the user to use only utf-8. As Ajax.Request has the encoding parameter so I guess that by passing the encoding would solve the issue. new Ajax.Request(url, { method: 'post', parameters: paramets, //I