Hi, Thanks for your response. I am currently working in this issue.
When I run the test_utf8.sh script, I got the following result. Solr server is up. HTTP GET is accepting UTF-8 HTTP POST is accepting UTF-8 HTTP POST defaults to UTF-8 ERROR: HTTP GET is not accepting UTF-8 beyond the basic multilingual plane ERROR: HTTP POST is not accepting UTF-8 beyond the basic multilingual plane ERROR: HTTP POST + URL params is not accepting UTF-8 beyond the basic multilingual plane I also placed "TM" symbol and "–" Symbol in one of the example XML docs and indexed that with post.jar, with "wt=python" param . Input: Good unicode support: héllo (hello with an™ accent OLB – Account over the e) Output: Good unicode support: héllo (hello with an� accent OLB � Account over the e) -- View this message in context: http://lucene.472066.n3.nabble.com/SOLR-support-for-unicode-tp2790512p2824041.html Sent from the Solr - User mailing list archive at Nabble.com.