From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 108211 invoked by alias); 13 Apr 2016 18:50:49 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 108198 invoked by uid 89); 13 Apr 2016 18:50:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=ghana, Ghana X-HELO: mail-ob0-f170.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=4JEprhqwM1fE+zcau0e3UYlqeBvle9PbXFX6kBViTEU=; b=aOHm4MjLIqw2L81eeppkZ5SUqpgsG/tvbL0jkJ4Yq3pHssCbbwwM3acLMwPofcdbJe qHr4gFjEwaQ7nwKoBeMIwg6FqwtGwHUkxSkTcepUkw4TiS7u2UE3KBToRuaNUrwSX9CV ANfSDsSoRqezK/BPCJMWVrbjQHbiGNSJoqxj2Dz+baA0CjxoNlugh+WplQWPlp804H8T 0F7TA7qowp9VzGaBdP+99tdsfOiC/vAyIquFKLYVgDNf+ID9KE7PMsxqjpG8dFYPcK6c tZmc6qE8OcEpeLBXkqztsqQDsCqyRqXSDOsK37DUPvAhIJbT4dW4td/nVeDpyknPoTcn ywUA== X-Gm-Message-State: AOPr4FXsWUyOdyomkGg3Lot/h3iXFkC+JoaRGCy6G6GupYhmdl2LQ5gqbCb9i+MSwtevQxh5DM3tnZJktthomA== X-Received: by 10.182.216.236 with SMTP id ot12mr5706434obc.69.1460573445834; Wed, 13 Apr 2016 11:50:45 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20160413163945.GK6588@vapier.lan> References: <20160413163945.GK6588@vapier.lan> From: Chris Leonard Date: Wed, 13 Apr 2016 18:50:00 -0000 Message-ID: Subject: Re: [PATCH] localedate: LC_IDENTIFICATION.category: set to ISO 14652 2002 standard To: libc-alpha Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2016-04/txt/msg00325.txt.bz2 +1 from me FWIW cjl On Wed, Apr 13, 2016 at 12:39 PM, Mike Frysinger wrote: > The ISO 14652 standard defines the valid values for the category > keyword as only two options: > posix:1993 > i18n:2002 > > The vast majority of locales had changed the "i18n" string to the > name of its own locale (e.g. "ak_GH:2013") as well as tweaking the > date (presumably thinking it should be the date of submission). > > Convert all of them to "i18n:2002" for consistency. > > Compressed + attached due to size. Example change: > --- a/localedata/locales/ak_GH > +++ b/localedata/locales/ak_GH > @@ -37,19 +37,19 @@ language "Akan" > territory "Ghana" > revision "1.0" > date "2013-08-24" > -% > -category "ak_GH:2013";LC_IDENTIFICATION > -category "ak_GH:2013";LC_CTYPE > -category "ak_GH:2013";LC_COLLATE > -category "ak_GH:2013";LC_TIME > -category "ak_GH:2013";LC_NUMERIC > -category "ak_GH:2013";LC_MONETARY > -category "ak_GH:2013";LC_PAPER > -category "ak_GH:2013";LC_MEASUREMENT > -category "ak_GH:2013";LC_MESSAGES > -category "ak_GH:2013";LC_NAME > -category "ak_GH:2013";LC_ADDRESS > -category "ak_GH:2013";LC_TELEPHONE > + > +category "i18n:2002";LC_IDENTIFICATION > +category "i18n:2002";LC_CTYPE > +category "i18n:2002";LC_COLLATE > +category "i18n:2002";LC_TIME > +category "i18n:2002";LC_NUMERIC > +category "i18n:2002";LC_MONETARY > +category "i18n:2002";LC_PAPER > +category "i18n:2002";LC_MEASUREMENT > +category "i18n:2002";LC_MESSAGES > +category "i18n:2002";LC_NAME > +category "i18n:2002";LC_ADDRESS > +category "i18n:2002";LC_TELEPHONE > END LC_IDENTIFICATION > > LC_CTYPE