[
https://issues.apache.org/jira/browse/SOLR-2034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12925642#action_12925642
]
Ryan McKinley commented on SOLR-2034:
-------------------------------------
try:
{code:java}
server.setParser(new XMLResponseParser());
{code}
You may also have to set:
{code:java}
server.setRequestWriter(new RequestWriter());
{code}
> javabin should use UTF-8, not modified UTF-8
> --------------------------------------------
>
> Key: SOLR-2034
> URL: https://issues.apache.org/jira/browse/SOLR-2034
> Project: Solr
> Issue Type: Bug
> Reporter: Robert Muir
> Assignee: Robert Muir
> Attachments: SOLR-2034.patch, SOLR-2034.patch, SOLR-2034.patch,
> SOLR-2034.patch
>
>
> for better interoperability, javabin should use standard UTF-8 instead of
> modified UTF-8 (http://www.unicode.org/reports/tr26/)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]