What is probably going on is that the response is not being interpreted as UTF-8 but as some other encoding.
What are you using to display the response? François On Aug 28, 2012, at 8:08 AM, zehoss <zeh...@gmail.com> wrote: > Hi, > at the beginning I would like to sorry for my english. I hope my message > will be communicative. > > I would like to ask you for help with Solr running on Tomcat 6. > > I have configured Tomcat's Connector like this: > <Connector port="8080" protocol="HTTP/1.1" > connectionTimeout="20000" > URIEncoding="UTF-8" > redirectPort="8443" /> > > But still I have problem with unicode chars. > > My application sends query string to server: > <code> > q=title:%22r%C3%B3%C5%BCnica%22~20^100 OR > contents:%22r%C3%B3%C5%BCnica%22~20&debugQuery=on&rows=2000&timeAllowed=3000&f1=score,title,contents&wt=json > > </code> > > but in response I get: > <code> > 'q' => 'title:"różnica"~20^100 OR contents:"różnica"~20' > </code> > and no results found. > > For tests I tried configure Solr on Jetty to be sure that everything on the > application site is ok. > And when I start Solr on Jetty I get correct results and in response I get > correct characters. > Only when I start Tomcat there are problems. > > There are no exceptions nor warnings in tomcat logs. > > Could anyone suggest me where should I search a problem? > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-and-Tomcat-problem-with-unicode-characters-tp4003692.html > Sent from the Solr - User mailing list archive at Nabble.com.