This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 1/1] Added country_isbn for Netherlands
- 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
- Date: Thu, 31 Aug 2017 08:52:11 +0200
- Subject: Re: [PATCH 1/1] Added country_isbn for Netherlands
- 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=fail smtp.mailfrom=mfabian at redhat dot com
- Dmarc-filter: OpenDMARC Filter v1.3.2 mx1.redhat.com CD3297EBD6
- References: <CGME20170830133806epcas5p1f2d68f6522a9650359bb46e97f78596c@epcas5p1.samsung.com> <1504099943-37872-1-git-send-email-akhilesh.k@samsung.com>
Akhilesh Kumar <akhilesh.k@samsung.com> wrote:
> [BZ #22043]
> * locales/fy_NL (LC_ADDRESS): Add country_isbn.
> * locales/li_NL (LC_ADDRESS): Add country_isbn.
> * locales/nds_NL(LC_ADDRESS): Fix country_isbn.
> * locales/nl_NL (LC_ADDRESS): Add country_isbn.
> ---
> localedata/locales/fy_NL | 1 +
> localedata/locales/li_NL | 2 +-
> localedata/locales/nds_NL | 2 +-
> localedata/locales/nl_NL | 1 +
> 4 files changed, 4 insertions(+), 2 deletions(-)
[...]
> --- a/localedata/locales/nds_NL
> +++ b/localedata/locales/nds_NL
> @@ -47,7 +47,7 @@ country_ab2 "<U004E><U004C>"
> country_ab3 "<U004E><U004C><U0044>"
> country_car "<U004E><U004C>"
> country_num 528
> -country_isbn "3"
> +country_isbn "978-90,978-94"
> lang_name "<U004E><U0065><U0064><U0064><U0065><U0072><U0073><U0061><U0073><U0073><U0069><U0073><U0063><U0068>"
> %lang_ab
> lang_term "<U006E><U0064><U0073>"
I am a bit confused about this ISBN stuff.
The RangeMessage.xml file downloadable at
https://www.isbn-international.org/range_file_generation
has:
<Prefix>978-3</Prefix>
<Agency>German language</Agency>
and:
<Prefix>978-90</Prefix>
<Agency>Netherlands</Agency>
[...]
<Prefix>978-94</Prefix>
<Agency>Netherlands</Agency>
So I wonder whether the "3" in nds_NL was possibly not wrong because
nds is a German dialect. Is the country, Netherlands more important here
or the language? I have no idea.
And what about our de_CH, fr_CH, and it_CH locales? The RangeMessage.xml
file does not have anything for Switzerland, it has an entry for “German
language” but not for “French language” and not for “Italian language”
either. There are entries for “Italy” and “France” but are these
relevant for Switzerland?
--
Mike FABIAN <mfabian@redhat.com>