Hello everybody,

I'm just working Java Servlet with my Web on Redhat 5.1 & Win$ NT 4.
The problem is I can't pass my Chinese characters to my Servlets via
GET or PUT method, when I use getParameter(somename) to get somename's
value, it simply converts any charactor >=0x80 with 0x3f ('?'). The same
thing is also happened with jdbc.
I know it's caused by InputStream. But I have no idea to solve it. Any
one can help me?


Thanks,
 Chu                          mailto:[EMAIL PROTECTED]

Reply via email to