On Jul 16, 2008, at 4:33 AM, Stefan Oestreicher wrote:
Yes you're right. I was testing with analysis.jsp but it chokes on multibyte
chars.
I modified the jsp and set the encoding using
request.setCharacterEncoding("UTF-8");
and it's working fine. Bug in analysis.jsp?

Yeah, it's recently been fixed though:

r676183 | yonik | 2008-07-12 10:59:12 -0400 (Sat, 12 Jul 2008) | 1 line
SOLR-501: Fix admin/analysis.jsp UTF-8 input for some other servlet containers such as Tomcat

Reply via email to