You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Bertrand Delacretaz (JIRA)" <ji...@apache.org> on 2007/03/21 10:39:32 UTC

[jira] Commented: (SOLR-194) SimplePostTool incorrectly uses the current JVM encoding to read files

    [ https://issues.apache.org/jira/browse/SOLR-194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12482690 ] 

Bertrand Delacretaz commented on SOLR-194:
------------------------------------------

The above problem is fixed in revision 520817 by hardcoding the UTF-8 encoding to read files.

We'll need to use a the XML parser to read these files cleanly, especially once SOLR-190 is fixed.

> SimplePostTool incorrectly uses the current JVM encoding to read files
> ----------------------------------------------------------------------
>
>                 Key: SOLR-194
>                 URL: https://issues.apache.org/jira/browse/SOLR-194
>             Project: Solr
>          Issue Type: Bug
>          Components: clients - java
>            Reporter: Bertrand Delacretaz
>            Priority: Minor
>
> Using 
>   java -Dfile.encoding=iso-8859-1 -jar post.jar http://localhost:8983/solr/update utf8-example.xml
> posts incorrect data, apparently utf8-example.xml is read using the JVM's encoding.
> As a workaround before we fix this, use
>   java -Dfile.encoding=UTF-8 -jar post.jar http://localhost:8983/solr/update utf8-example.xml

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.