> > 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 ?


JavaScript does character encoding in UTF-8.  But when you submit the
form with a file, JavaScript is not used to do the encoding.

Reply via email to