I'm having a problem with character encoding. The data that I'm indexing with SOLR is being pulled from a MySQL database and then the index is being integrated into a PHP application. When I display the text from the SOLR index it's full of strange characters (–, é, etc...). However, when I bypass SOLR and access the data from the MySQL table directly and write to the browser I don't see any problems with em-dashes and accented characters.
Is this a JETTY issue or a SOLR issue or something else? (It's not simply an issue of including <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> either) Thanks for any help. Peter Hedlund