Hi Mike, Then:
There are not way to do a ajax call with charset iso8859¿? I can not add any header or something like that beforeSubmit in order to force iso8859 instead Of utf-8 ¿? My problem is I can not change the charset of asp pages which recives the ajax call. I feel a little bit idiot!!! On 3 jun, 19:28, "Mike Alsup" <[EMAIL PROTECTED]> wrote: > > I always recommend going full utf when you have this kind of problem... > > Same here. jQuery is only going to submit UTF-8 because it uses > encodeURIComponent (as it should). If you need a different charset on > the server then that's where you'll need to convert it. > > Mike