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 C1D5910352 for ; Tue, 3 Dec 2013 05:59:42 +0000 (UTC) Received: (qmail 12152 invoked by uid 500); 3 Dec 2013 05:59:39 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 12120 invoked by uid 500); 3 Dec 2013 05:59:38 -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 11987 invoked by uid 99); 3 Dec 2013 05:59:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Dec 2013 05:59:35 +0000 Date: Tue, 3 Dec 2013 05:59:35 +0000 (UTC) From: "Robert Muir (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (LUCENE-4381) support unicode 6.2 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-4381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-4381: -------------------------------- Attachment: LUCENE-4381.patch here's a cleaned up patch. i think its ready. our ICU is currently really out of date, and upgrading it allows us to delete a bunch of custom code. > support unicode 6.2 > ------------------- > > Key: LUCENE-4381 > URL: https://issues.apache.org/jira/browse/LUCENE-4381 > Project: Lucene - Core > Issue Type: Task > Components: modules/analysis > Reporter: Robert Muir > Fix For: 4.7 > > Attachments: LUCENE-4381.patch, LUCENE-4381.patch > > > ICU will release a new version in about a month. > They have a version for testing (http://site.icu-project.org/download/milestone) already out with some interesting features, e.g. dictionary-based CJK segmentation. > This issue is just to test it out/integrate the new stuff/etc. We should try out the automation Steve did as well. -- This message was sent by Atlassian JIRA (v6.1#6144) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org