if i understood the problem, i think that you have to set the output of your servlet to UTF-8. An example, if you use a Java Servlet you can use
response.setCharacterEncoding("UTF-8");
If i understood the problem, i think that you have to set the output of your servlet to UTF-8.
An example, if you use a Java Servlet you can use
response.setCharacterEncoding("UTF-8");