Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 06AE6107F4 for ; Fri, 12 Jul 2013 16:53:53 +0000 (UTC) Received: (qmail 98690 invoked by uid 500); 12 Jul 2013 16:53:50 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 98468 invoked by uid 500); 12 Jul 2013 16:53:50 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 98416 invoked by uid 99); 12 Jul 2013 16:53:49 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Jul 2013 16:53:49 +0000 Date: Fri, 12 Jul 2013 16:53:49 +0000 (UTC) From: "Uwe Schindler (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (LUCENE-5106) unban properties with unicode escapes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org