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

Ryan McKinley commented on SOLR-202:
------------------------------------

Interesting, the test runs fine when i run from eclipse, but fails from command 
line.  I think this is because I am testing:
  { "颩ÿ", "%C3%A9%C2%A2%C2%A9%C3%BF" }
directly in the java code.  

Any pointers on the best way to put non-standard characters into the code 
without causing encoding problems?  

We could decode "%C3" then re-encode it...  a bit of a straw-man

> 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.

Reply via email to