From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30732 invoked by alias); 10 May 2012 20:28:41 -0000 Received: (qmail 30725 invoked by uid 22791); 10 May 2012 20:28:41 -0000 X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO sourceware.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 10 May 2012 20:28:29 +0000 From: "jsm28 at gcc dot gnu.org" To: glibc-bugs@sources.redhat.com Subject: [Bug localedata/14094] New: Update locale data to Unicode 6.1 Date: Thu, 10 May 2012 20:28:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: localedata X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jsm28 at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2012-05/txt/msg00166.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=14094 Bug #: 14094 Summary: Update locale data to Unicode 6.1 Product: glibc Version: 2.15 Status: NEW Severity: normal Priority: P2 Component: localedata AssignedTo: unassigned@sourceware.org ReportedBy: jsm28@gcc.gnu.org CC: libc-locales@sources.redhat.com Classification: Unclassified The Unicode locale data - character map and LC_CTYPE information - should be updated from Unicode 6.1 (the character map is currently based on 6.0, and LC_CTYPE is currently based on 5.0). This should be done with proper automation and wiki documentation being added of how to do future updates. I identified the following tasks at : * Ensure the character type data in localedata/charmaps/i18n can be properly reproduced from Unicode 5.0 data using gen-unicode-ctype.c, adapting gen-unicode-ctype.c as needed to replicate any changes that may have been made not using that program. * Update the character type data to Unicode 6.1, removing any local hacks from gen-unicode-ctype.c that are no longer needed. (10646:2012, corresponding to Unicode 6.1, appears to be in publication stage so should be out very soon.) * Ensure the character data in localedata/charmaps/UTF-8 can be reproduced in some automated fashion from Unicode 6.0, locating any previously used automation for this or creating some new automation if any previous automation can't be found. * Update the character data to Unicode 6.1, removing any local hacks in the automation from the previous step. * Document thoroughly on the wiki how the automation works and how to do updates to new Unicode versions. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.