Andoni wrote:
I don't understand why the browser still insists on sending the data as
ISO-8859-1 if the header of the page and the accept-encoding tag on the form
both explicitly specify UTF-8 ??  Bizarre ;-8
If it helps... for Servlet API 2.0+, you can use the ServletRequest method getCharacterEncoding() to verify the charset used by the submitting page.

Jon Roberts


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to