[
https://issues.apache.org/jira/browse/LUCENE-5106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13707081#comment-13707081
]
Uwe Schindler commented on LUCENE-5106:
---------------------------------------
I Robert, to make us both happy - I would suggest to commit the patch from
LUCENE-5107. It uses UTF-8 and when backported to Lucene 4.4, we are both happy:
- You don't need to ban UTF-8 in LuSolr 4.4
- And I have safety that loading/storing properties is consistent.
LUCENE-5107 does not bring any compatibility issues, because properties files
written using OutputStream are ASCII-only (Java escapes everything > 127), so
can be loaded as UTF-8 easily.
> unban properties with unicode escapes
> -------------------------------------
>
> Key: LUCENE-5106
> URL: https://issues.apache.org/jira/browse/LUCENE-5106
> Project: Lucene - Core
> Issue Type: Bug
> Affects Versions: 4.4
> Reporter: Robert Muir
> Assignee: Uwe Schindler
> Priority: Blocker
> Attachments: LUCENE-5106.patch
>
>
> As discussed on the mailing list, its just wrong to ban the use of unicode
> here.
> This blocks 4.4 (because it was committed there, too)
--
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]