I am trying to read UTF-8 info from the request.
I used “request.setCharacterEncoding(“UTF-8″);”, but it seems to do nothing – the info read is non UTF-8.
What am i doing wrong?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you are using tomcat, you should also set the URIEncoding to UTF-8 in your connectors: