This content has been marked as final.
Show 1 reply
-
1. Re: Urgent! request.getParameter() multilingual
dudoes Aug 20, 2002 11:42 AM (in response to nikbats)OK!
I'm from China, I speak Chinese, My JAVA charset is 'GB2312' or 'GBK'.
I handle your problem by adding
"<%request.setCharacterEncoding("GB2312");%>"
at top of submit page file.
You can change 'GB2312' to your Charset Name.
Happy to you.