Euro symbol

2007-04-03 Thread Tremal Naik
Hello, I have problems with the encoding of the euro symbol. I set the charset to UTF-8 in my page: meta http-equiv=Content-Type content=text/html; charset=UTF-8 I submit a form containing the euro symbol in a client account number text field (typed in Internet Explorer in a Windows environment

Re: Euro symbol

2007-04-03 Thread David Delbecq
, 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: meta http-equiv=Content-Type content=text/html; charset=UTF-8 I submit a form containing the euro symbol in a client account number text field (typed

Re: Euro symbol

2007-04-03 Thread Tremal Naik
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 form tag add an acceptCharset=UTF-8 parameter 3) call request.setCharacterEncoding(UTF-8) before

Re: Euro symbol

2007-04-03 Thread Martin Gainty
- From: David Delbecq [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org 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 character 2) IE