I found my mistake.
I've forget to set encoding do curl options

curl_setopt($ch, CURLOPT_HTTPHEADER, array('Content-Type: application/json;
charset=UTF-8', 'Content-Length: '.strlen($data)));

So, thank you for attention and have a nice day :)



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-and-Tomcat-problem-with-unicode-characters-tp4003692p4003709.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to