Re: How do I pass Japanese values to a servlet?
Posted By:
Mehul_Jasani
Posted On:
Monday, July 1, 2002 07:09 PM
Hi ,
If you are using servlet 2.3 supporting web server then use request.setCharacterEncoding("shift_jis"), here I have given shift_jis, you can use any encoding based on your input.
Please note that this works only with servlet 2.3 compatible web server.
Regards,
Mehul.