ssage -
From: "David Delbecq" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Tuesday, April 03, 2007 9:20 AM
Subject: Re: Euro symbol
Hi,
most probably one of those is happening
1) IE sends form in iso-8859-1 and tomcat decodes it in UTF-8, resulting
in wrong char
2007/4/3, David Delbecq <[EMAIL PROTECTED]>:
as the charset used to encode parameters when submitting form. One
possible way i know to prevent such problem is
1) set page encoding to utf-8
2) in the tag add an acceptCharset="UTF-8" parameter
3) call request.setCharacterEncoding("UTF-8") before g
précis du 03/04/07 14:33, Tremal Naik s'exprimait en ces
termes:
> Hello,
> I have problems with the encoding of the euro symbol.
> I set the charset to UTF-8 in my page:
>
>
>
> I submit a form containing the euro symbol in a client account number
> text field (typed in In
Hello,
I have problems with the encoding of the euro symbol.
I set the charset to UTF-8 in my page:
I submit a form containing the euro symbol in a client account number
text field (typed in Internet Explorer in a Windows environment).
I set a breakpoint on
org.apache.coyote.http11