i am trying to get UTF-8 string with using servlet, my code block is showing below;
request.setCharacterEncoding("UTF-8");
response.setContentType("text/html;charset=UTF-8");
but I could not get the utf-8 string , interesting chars is apperaing... Is there any way to get UTF-8 string ?