Hi,
I'm trying to update whatever is being written into the text area into
other jsp page.
But I get as a result is this junk like
"हेलॠलो "
I'm transliterating from english to hindi however not able to get the
desired text.
The code at jsp is simple
String txt=request.getParameter("eth");
out.println(txt);
Please help me out.
--
You received this message because you are subscribed to the Google Groups
"Google AJAX APIs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-ajax-search-api?hl=en.