HttpServletRequest - setCharacterEncoding seems to do nothing

Viewed 49905

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?

8 Answers
Related