RE: UTF-8 problems

2003-08-04 Thread Shanta B
CATALINA_OPTS=-Dfile.encoding=ISO-8859-1 -Original Message- From: Tang Guangyu [mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2003 5:30 AM To: Tomcat Users List Subject: Re: UTF-8 problems This problem was caused by your browser. The browser will use its own encoding to encode form values

UTF-8 problems

2003-08-03 Thread Nathan Coast
Hi, I have an text fields in a form that will contain UTF-8 characters e.g. ''. I can retrieve utf-8 chars from the db and display them correctly in jsps via tomcat. The only problem comes with submiting forms to tomcat. request.getParameter() returns the incorrect value for the char e.g.

Re: UTF-8 problems

2003-08-03 Thread Tang Guangyu
PROTECTED] To: tomcat user [EMAIL PROTECTED] Sent: Sunday, August 03, 2003 9:11 PM Subject: UTF-8 problems Hi, I have an text fields in a form that will contain UTF-8 characters e.g. ''. I can retrieve utf-8 chars from the db and display them correctly in jsps via tomcat. The only problem