Hi everyone,

I have a slight problem which some one of would have solved before.

I am accepting some text in a html form. The form posts to a servlet
that takes the values using request.getParameter("textfieldname").

Now, when the user types characters like ä (umlauts), the character
gets changed to symbols like "%" (division sign). This causes some problems
when I compare it in a select statement like

select * from offer where state = 'value entered by user';

Is it possible to take the values as are entered by the user, store it in
the same form without using the ¨ symbols.

Thanks
Nagaraj.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to