public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 1/3] Added country_isbn for Italy
       [not found] <CGME20170720062943epcas5p45cb3aeac5f4ef3e859b9a9f4fdbedc2e@epcas5p4.samsung.com>
@ 2017-07-20  6:29 ` Akhilesh Kumar
  2017-07-20  8:12   ` Mike FABIAN
  0 siblings, 1 reply; 3+ messages in thread
From: Akhilesh Kumar @ 2017-07-20  6:29 UTC (permalink / raw)
  To: libc-alpha; +Cc: pankaj.m, Akhilesh Kumar

[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.

Signed-off-by: Akhilesh Kumar <akhilesh.k@samsung.com>
---
 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 "<U0049><U0054><U0041>"
 country_num 380
 % I
 country_car    "<U0049>"
+country_isbn 979-12
 % català
 lang_name    "<U0063><U0061><U0074><U0061><U006C><U00E0>"
 % ca
diff --git a/localedata/locales/de_IT b/localedata/locales/de_IT
index ba5d235..55e4ab0 100644
--- a/localedata/locales/de_IT
+++ b/localedata/locales/de_IT
@@ -136,6 +136,7 @@ country_ab2 "<U0049><U0054>"
 country_ab3 "<U0049><U0054><U0041>"
 country_num 380
 country_car "<U0049>"
+country_isbn 979-12
 lang_name   "<U0044><U0065><U0075><U0074><U0073><U0063><U0068>"
 lang_ab     "<U0064><U0065>"
 lang_term   "<U0064><U0065><U0075>"
diff --git a/localedata/locales/fur_IT b/localedata/locales/fur_IT
index a222844..40cf0f8 100644
--- a/localedata/locales/fur_IT
+++ b/localedata/locales/fur_IT
@@ -144,6 +144,7 @@ country_name "<U0049><U0074><U0061><U006C><U0069><U0065>"
 country_ab2 "<U0049><U0054>"
 country_ab3 "<U0049><U0054><U0041>"
 country_num 380
+country_isbn 979-12
 % I
 country_car    "<U0049>"
 % Furlan
diff --git a/localedata/locales/it_IT b/localedata/locales/it_IT
index c1a778d..0001b19 100644
--- a/localedata/locales/it_IT
+++ b/localedata/locales/it_IT
@@ -164,6 +164,7 @@ country_name "<U0049><U0074><U0061><U006C><U0069><U0061>"
 country_ab2 "<U0049><U0054>"
 country_ab3 "<U0049><U0054><U0041>"
 country_num 380
+country_isbn 979-12
 % I
 country_car    "<U0049>"
 % Italiano
diff --git a/localedata/locales/lij_IT b/localedata/locales/lij_IT
index 1bb0456..eed02c7 100644
--- a/localedata/locales/lij_IT
+++ b/localedata/locales/lij_IT
@@ -133,6 +133,7 @@ postal_fmt    "<U0025><U0066><U0025><U004E><U0025><U0061><U0025><U004E>/
 country_ab2 "<U0049><U0054>"
 country_ab3 "<U0049><U0054><U0041>"
 country_num 380
+country_isbn 979-12
 % I
 country_car    "<U0049>"
 % Lìgure
diff --git a/localedata/locales/sc_IT b/localedata/locales/sc_IT
index f8a51ce..8e99d40 100644
--- a/localedata/locales/sc_IT
+++ b/localedata/locales/sc_IT
@@ -141,6 +141,7 @@ postal_fmt    "<U0025><U0066><U0025><U004E><U0025><U0061><U0025><U004E>/
 country_ab2 "<U0049><U0054>"
 country_ab3 "<U0049><U0054><U0041>"
 country_num 380
+country_isbn 979-12
 % I
 country_car    "<U0049>"
 % Sardu
-- 
1.7.1

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/3] Added country_isbn for Italy
  2017-07-20  6:29 ` [PATCH 1/3] Added country_isbn for Italy Akhilesh Kumar
@ 2017-07-20  8:12   ` Mike FABIAN
  2017-07-20  8:38     ` Mike FABIAN
  0 siblings, 1 reply; 3+ messages in thread
From: Mike FABIAN @ 2017-07-20  8:12 UTC (permalink / raw)
  To: Akhilesh Kumar; +Cc: libc-alpha, pankaj.m

Akhilesh Kumar <akhilesh.k@samsung.com> 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 <akhilesh.k@samsung.com>
> ---
>  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 "<U0049><U0054><U0041>"
>  country_num 380
>  % I
>  country_car    "<U0049>"
> +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 <mfabian@redhat.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/3] Added country_isbn for Italy
  2017-07-20  8:12   ` Mike FABIAN
@ 2017-07-20  8:38     ` Mike FABIAN
  0 siblings, 0 replies; 3+ messages in thread
From: Mike FABIAN @ 2017-07-20  8:38 UTC (permalink / raw)
  To: Akhilesh Kumar; +Cc: libc-alpha, pankaj.m

Mike FABIAN <mfabian@redhat.com> wrote:

> Akhilesh Kumar <akhilesh.k@samsung.com> 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 <akhilesh.k@samsung.com>
>> ---
>>  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 "<U0049><U0054><U0041>"
>>  country_num 380
>>  % I
>>  country_car    "<U0049>"
>> +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.

Maybe use them both like

    country_isbn "978-88,979-12"

Is a comma separated list OK for this?

-- 
Mike FABIAN <mfabian@redhat.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-07-20  8:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20170720062943epcas5p45cb3aeac5f4ef3e859b9a9f4fdbedc2e@epcas5p4.samsung.com>
2017-07-20  6:29 ` [PATCH 1/3] Added country_isbn for Italy Akhilesh Kumar
2017-07-20  8:12   ` Mike FABIAN
2017-07-20  8:38     ` Mike FABIAN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).