[
https://issues.apache.org/jira/browse/SOLR-4265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13544246#comment-13544246
]
Yonik Seeley commented on SOLR-4265:
------------------------------------
{quote}
When you type an accent (in french language for example) in the console query
tester, there's no charset conversion (servlet request charset conversion)
Eg.: "même" is converted into it's ISO-8859-1 representation ==> fail
{quote}
I thought we had all this UTF8 stuff nailed long ago... I just tried it out on
the new admin console and it seems to be working fine (although I just tried
Chrome on OS-X).
I assume what you meant by "console query tester" is
http://localhost:8983/solr/#/collection1/query
I tried cutting and pasting in héllo (hello with an accent over the e), and it
worked fine. As did même. Can you provide more detailed instructions on how
to reproduce what you are seeing?
> Encoding problem from test console
> ----------------------------------
>
> Key: SOLR-4265
> URL: https://issues.apache.org/jira/browse/SOLR-4265
> Project: Solr
> Issue Type: Bug
> Components: web gui
> Affects Versions: 4.0
> Environment: Windows but, environment independent
> Reporter: Alex Rocher
> Priority: Blocker
> Attachments: SolrDispatchFilter.java.patch
>
>
> When you type an accent (in french language for example) in the console query
> tester, there's no charset conversion (servlet request charset conversion)
> Eg.: "même" is converted into it's ISO-8859-1 representation ==> fail
> The reason : getCharacterEncoding from HTTPRequest is not tested. Il it's
> null, il will assume to convert an UTF-8 encoding charset.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]