[jira] Updated: (SOLR-194) SimplePostTool uses hardcoded UTF-8 encoding to read files

2007-03-21 Thread Bertrand Delacretaz (JIRA)

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

Bertrand Delacretaz updated SOLR-194:
-

Summary: SimplePostTool uses hardcoded UTF-8 encoding to read files  (was: 
SimplePostTool incorrectly uses the current JVM encoding to read files)

 SimplePostTool uses hardcoded UTF-8 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.



[jira] Updated: (SOLR-194) SimplePostTool uses hardcoded UTF-8 encoding to read files

2007-03-21 Thread Bertrand Delacretaz (JIRA)

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

Bertrand Delacretaz updated SOLR-194:
-

Attachment: post.jar

Includes the fix of revision 520817

 SimplePostTool uses hardcoded UTF-8 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
 Attachments: post.jar


 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.