New issue 7 by mark.matienzo: CSV file gets streamed into Solr with weird
encoding
http://code.google.com/p/kochief/issues/detail?id=7
Seeing this with a default Solr 1.4 example directory, using the built-in
Jetty container. I'm on Mac OS 10.6. Despite output of the custom CSV
writer dumping in UTF-8 the file is seemingly being streamed as MacRoman
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Potential fix:
http://www.mail-archive.com/solr...@lucene.apache.org/msg05541.html
Long story short work around is to add another parameter to the servlet
container:
-Dfile.encoding=UTF-8
See hossman's followup on solr-user about why this seems weird, but I can
confirm
that it fixes it for me. Not sure of implications of modifying solr-init to
set this
explicitly.
Comment #2 on issue 7 by mark.matienzo: CSV file gets streamed into Solr
with weird encoding
http://code.google.com/p/kochief/issues/detail?id=7
This issue was closed by revision d7bb2f9118.