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.