This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 2/3] Add/Fix country_isbn for France


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>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]