Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Unable to get Devnagri/Hindi text from JSP Pages

843838Nov 29 2005 — edited Nov 30 2005
Hi All,

I am doing one project in which user has to enter text in Devnagri/Hindi in HTML Text box/Text area inside a JSP page. The user entered text has to be processed in another JSP file.

When i want to get the user entered text in another JSP by using
String content = request.getParameter("txtContent");
method. I am getting the text "हैम्तद".

I am unable to understand how to get the text. Also what is ह... etc.

Thanks in advance.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 28 2005
Added on Nov 29 2005
7 comments
552 views