Re: Why doesn't an ajax call properly display accented Latin-1 charachters?
Posted By:
Anonymous
Posted On:
Monday, May 7, 2007 03:42 AM
make sure you have set
response.setContentType("text/html;charset=UTF-8");
and in html/jsp page
the value of charset attribute may vary respective to the charset you are using