Gregor Schneider wrote:
> If found this one:
> 
> http://www.w3.org/TR/html401/interact/forms.html#adef-accept-charset
> 
> Actually, to me it's not clear why Tomcat should believe the input
> being encoded in ISO8859-1, when one can give a detailled information
> how the form-data is encoded.
> 
> If I understand it correctly, one can even *force* any client (as long
> as the client is following the specs) to encode the form-data using
> the "accepeted-charset"-attribute of the <Form>-element.
> 
> IOW:
> 
> Setting "accepted-charset="UTF8"" should solve the problems.
> 
> Comments, anyone?

Yes it should work but it won't. Tomcat will honour it if sent but the browsers
don't send it. See http://markmail.org/message/zozxd3iqp47ciisw

Mark

> 
> Rgds
> 
> Gregor


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to