I've never had any issues with charset and jquery.
You should probably set your charset (META) on your page to utf-8.

On Feb 18, 8:27 am, phicarre <gam...@bluewin.ch> wrote:
> [jquery-1.1.3.js]
>
> client-side: I have a form with text field and file field.    +
> iso-8859-1
>                  transmission by ajax to the server
>
> server-side: I have a var_dump($_POST);
>
> First test
> I enter in one text field the string "rené" : the dump gives "rené"
> Second test
> I enter in one text field the string "rené" and in the file field
> "logo.gif" : the dump gives "rené"
>
> That means that jquery changes somewhere the charset ? How can I
> manage that cleanly ?

Reply via email to