Problem with passing japanese values to a servlet

2002-06-12 Thread mubariz kharbe
Hi, I am developing an internationalized web based application using Tomcat 3.1 on Windows 2000. I am facing the following problems When I pass Japanese values to the servlet and I retreive the value using myData = httpservletrequest.getParameter("foo"); I get ?? in myData. So I used

Re: Problem with passing japanese values to a servlet

2002-06-12 Thread Ushakov, Sergey N
ot; [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 12, 2002 4:03 PM Subject: Problem with passing japanese values to a servlet Hi, I am developing an internationalized web based application using Tomcat 3.1 on Windows 2000. I am facing the following problems When I

Problem with passing japanese values to a servlet

2002-06-12 Thread Drew Sudell
mubariz kharbe writes: Hi, I am developing an internationalized web based application using Tomcat 3.1 on Windows 2000. I am facing the following problems When I pass Japanese values to the servlet and I retreive the value using myData = httpservletrequest.getParameter(foo);