When trying to store romanian special characters (diacritics) into a solr schema field, like:
<field name="description" type="text_general" indexed="true" stored="true" required="false"/>
The romanian characters are: (ă,î,â,ș,ț) and they are replaced in SOLR by ?
.
To mention I've done everything a basic setup requires, I run it with Tomcat6.
My Solr version is 4.7.1