[
https://issues.apache.org/jira/browse/SOLR-202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485757
]
Yonik Seeley commented on SOLR-202:
-----------------------------------
> Any pointers on the best way to put non-standard characters into the code
> without causing encoding problems?
Let Java do it... replace chars above 127 with unicode escapes (\uxxxx)
> parseQueryString should use UTF-8
> ---------------------------------
>
> Key: SOLR-202
> URL: https://issues.apache.org/jira/browse/SOLR-202
> Project: Solr
> Issue Type: Bug
> Reporter: Ryan McKinley
> Priority: Minor
> Fix For: 1.2
>
> Attachments: SOLR-202-ParseQueryStringUTF8.patch
>
>
> update handler should explicitly use UTF-8 decoding for parameters in the
> query string:
> URLDecoder.decode( kv, "UTF-8" );
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.