From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 37611 invoked by alias); 20 Jul 2017 08:12:14 -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 37589 invoked by uid 89); 20 Jul 2017 08:12:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-25.9 required=5.0 tests=BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=italian, Association, publishing, Italian X-HELO: mx1.redhat.com DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 791A980B29 Authentication-Results: ext-mx04.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx04.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=mfabian@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 791A980B29 From: Mike FABIAN To: Akhilesh Kumar Cc: libc-alpha@sourceware.org, pankaj.m@samsung.com Subject: Re: [PATCH 1/3] Added country_isbn for Italy References: <1500531945-48002-1-git-send-email-akhilesh.k@samsung.com> Date: Thu, 20 Jul 2017 08:12:00 -0000 In-Reply-To: <1500531945-48002-1-git-send-email-akhilesh.k@samsung.com> (Akhilesh Kumar's message of "Thu, 20 Jul 2017 11:55:45 +0530") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-SW-Source: 2017-07/txt/msg00726.txt.bz2 Akhilesh Kumar wrote: > [BZ #21794] > * locales/ca_IT (LC_ADDRESS : Add country_post. > * locales/de_IT (LC_ADDRESS) : Add country_post. > * locales/fur_IT (LC_ADDRESS : Add country_post. > * locales/it_IT (LC_ADDRESS : Add country_post. > * locales/lij_IT (LC_ADDRESS : Add country_post. > * locales/sc_IT (LC_ADDRESS : Add country_post. ^ You mean "add country_isbn" here, not country_post > Signed-off-by: Akhilesh Kumar > --- > localedata/locales/ca_IT | 1 + > localedata/locales/de_IT | 1 + > localedata/locales/fur_IT | 1 + > localedata/locales/it_IT | 1 + > localedata/locales/lij_IT | 1 + > localedata/locales/sc_IT | 1 + > 6 files changed, 6 insertions(+), 0 deletions(-) > > diff --git a/localedata/locales/ca_IT b/localedata/locales/ca_IT > index c4f816f..4afc954 100644 > --- a/localedata/locales/ca_IT > +++ b/localedata/locales/ca_IT > @@ -97,6 +97,7 @@ country_ab3 "" > country_num 380 > % I > country_car "" > +country_isbn 979-12 https://en.wikipedia.org/wiki/International_Standard_Book_Number says: WP> Italy: The privately held company EDISER srl, owned by Associazione WP> Italiana Editori (Italian Publishers Association) is responsible for WP> issuing ISBNs.[21] The original national prefix 978-88 is reserved for WP> publishing companies, starting at €49 for a ten-codes block[22] while a WP> new prefix 979-12 is dedicated to self-publishing authors, at a fixed WP> price of €25 for a single code. So I wonder whether 978-88 or 979-12 is correct for country_isbn. -- Mike FABIAN