Hi,
I have still same problems with encoding in new release. (I'm not able to search for czech characters.)
Did you try this issue for other specific languages(with special characters)?
In script is something like that:
request.setCharacterEncoding("UTF-8");
but i have to explicitly say encoding, that i want to convert from
String parameter = request.getParameter("query");
String queryString = new String(parameter.getBytes("ISO-8859-1"), "UTF-8");
myabe it's problem on our server or tomcat...?works it for you?
l.
|