This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 2/3] Add/Fix country_isbn for France
- From: Mike FABIAN <mfabian at redhat dot com>
- To: Akhilesh Kumar <akhilesh dot k at samsung dot com>
- Cc: libc-alpha at sourceware dot org, pankaj dot m at samsung dot com
- Date: Fri, 21 Jul 2017 10:16:42 +0200
- Subject: Re: [PATCH 2/3] Add/Fix country_isbn for France
- Authentication-results: sourceware.org; auth=none
- Authentication-results: ext-mx03.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com
- Authentication-results: ext-mx03.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=mfabian at redhat dot com
- Dkim-filter: OpenDKIM Filter v2.11.0 mx1.redhat.com C68FB8B973
- Dmarc-filter: OpenDMARC Filter v1.3.2 mx1.redhat.com C68FB8B973
- References: <CGME20170720063034epcas5p4463c74620afd20bc60c22b3b7dddb5cf@epcas5p4.samsung.com> <1500531984-7032-1-git-send-email-akhilesh.k@samsung.com> <s9dtw27cyew.fsf@redhat.com>
Mike FABIAN <mfabian@redhat.com> さんはかきました:
> Akhilesh Kumar <akhilesh.k@samsung.com> wrote:
>
>> [BZ #21795]
>> * locales/br_FR (LC_ADDRESS) : Add country_post.
>> * locales/ca_FR (LC_ADDRESS) : Add country_post.
>> * locales/fr_FR (LC_ADDRESS) : Add country_post.
>> * locales/ia_FR (LC_ADDRESS) : Add country_post.
>> * locales/oc_FR (LC_ADDRESS) : Fix country_post.
> ^ country_isbn !
>
>> --- a/localedata/locales/br_FR
>> +++ b/localedata/locales/br_FR
>> @@ -175,6 +175,7 @@ country_name "<U0046><U0072><U0061><U00F1><U0073>"
>> country_ab2 "<U0046><U0052>"
>> country_ab3 "<U0046><U0052><U0041>"
>> country_num 250
>> +country_isbn 979-10
>> % F
>> country_car "<U0046>"
>> % Brezhoneg
>
> [...]
>
>> diff --git a/localedata/locales/oc_FR b/localedata/locales/oc_FR
>> index cfabfa1..f0ffa2b 100644
>> --- a/localedata/locales/oc_FR
>> +++ b/localedata/locales/oc_FR
>> @@ -45,7 +45,7 @@ country_post "F"
>> country_ab2 "FR"
>> country_ab3 "FRA"
>> country_num 250
>> -country_isbn "2"
>> +country_isbn 979-10
>> country_car "<U0046>"
>> % Occitan
>> lang_name "<U004F><U0063><U0063><U0069><U0074><U0061><U006E>"
>
> That seems correct according to the RangeMessage.xml file one
> can download at https://www.isbn-international.org/range_file_generation
But it needs to be in double quotes, like this:
country_isbn "979-10"
Without the double quotes it is a syntax error:
br_FR.UTF-8...locales/br_FR:178: LC_ADDRESS: syntax error
--
Mike FABIAN <mfabian@redhat.com>