public inbox for libc-locales@sourceware.org
 help / color / mirror / Atom feed
* [Bug localedata/21794] New: Added-country_isbn-for-Italy
@ 2017-07-20  6:18 akhilesh.k at samsung dot com
  2017-07-20  6:49 ` [Bug localedata/21794] Added-country_isbn-for-Italy akhilesh.k at samsung dot com
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: akhilesh.k at samsung dot com @ 2017-07-20  6:18 UTC (permalink / raw)
  To: libc-locales

https://sourceware.org/bugzilla/show_bug.cgi?id=21794

            Bug ID: 21794
           Summary: Added-country_isbn-for-Italy
           Product: glibc
           Version: 2.26
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: localedata
          Assignee: unassigned at sourceware dot org
          Reporter: akhilesh.k at samsung dot com
                CC: libc-locales at sourceware dot org
  Target Milestone: ---

Missing country_isbn for Italy

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug localedata/21794] Added-country_isbn-for-Italy
  2017-07-20  6:18 [Bug localedata/21794] New: Added-country_isbn-for-Italy akhilesh.k at samsung dot com
@ 2017-07-20  6:49 ` akhilesh.k at samsung dot com
  2017-07-20  6:55 ` akhilesh.k at samsung dot com
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: akhilesh.k at samsung dot com @ 2017-07-20  6:49 UTC (permalink / raw)
  To: libc-locales

https://sourceware.org/bugzilla/show_bug.cgi?id=21794

--- Comment #1 from Akhilesh Kumar <akhilesh.k at samsung dot com> ---
For Some countries Identifiers (979/978) are used with prefix (Two to Four) . 

While playing with locals I found for Most of the Locals Identifiers are not
used also if country has more than one prefix only single prefix is added

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug localedata/21794] Added-country_isbn-for-Italy
  2017-07-20  6:18 [Bug localedata/21794] New: Added-country_isbn-for-Italy akhilesh.k at samsung dot com
  2017-07-20  6:49 ` [Bug localedata/21794] Added-country_isbn-for-Italy akhilesh.k at samsung dot com
@ 2017-07-20  6:55 ` akhilesh.k at samsung dot com
  2017-07-20  8:33 ` akhilesh.k at samsung dot com
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: akhilesh.k at samsung dot com @ 2017-07-20  6:55 UTC (permalink / raw)
  To: libc-locales

https://sourceware.org/bugzilla/show_bug.cgi?id=21794

--- Comment #2 from Akhilesh Kumar <akhilesh.k at samsung dot com> ---
https://sourceware.org/ml/libc-alpha/2017-07/msg00717.html

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug localedata/21794] Added-country_isbn-for-Italy
  2017-07-20  6:18 [Bug localedata/21794] New: Added-country_isbn-for-Italy akhilesh.k at samsung dot com
  2017-07-20  6:49 ` [Bug localedata/21794] Added-country_isbn-for-Italy akhilesh.k at samsung dot com
  2017-07-20  6:55 ` akhilesh.k at samsung dot com
@ 2017-07-20  8:33 ` akhilesh.k at samsung dot com
  2017-07-21  9:34 ` akhilesh.k at samsung dot com
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: akhilesh.k at samsung dot com @ 2017-07-20  8:33 UTC (permalink / raw)
  To: libc-locales

https://sourceware.org/bugzilla/show_bug.cgi?id=21794

--- Comment #3 from Akhilesh Kumar <akhilesh.k at samsung dot com> ---
> https://en.wikipedia.org/wiki/International_Standard_Book_Number

 (For reply using bugzilla because Unable to reply due to my locale system
issue) 

 I read think before, But i believe locale has lot of junk data/ Missing field
……
 So I decided to take the latest field which are commonly used 

 Finally I referred below link…. 
 https://en.wikipedia.org/wiki/List_of_ISBN_identifier_groups

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

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug localedata/21794] Added-country_isbn-for-Italy
  2017-07-20  6:18 [Bug localedata/21794] New: Added-country_isbn-for-Italy akhilesh.k at samsung dot com
                   ` (2 preceding siblings ...)
  2017-07-20  8:33 ` akhilesh.k at samsung dot com
@ 2017-07-21  9:34 ` akhilesh.k at samsung dot com
  2017-07-24  6:32 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: akhilesh.k at samsung dot com @ 2017-07-21  9:34 UTC (permalink / raw)
  To: libc-locales

https://sourceware.org/bugzilla/show_bug.cgi?id=21794

--- Comment #4 from Akhilesh Kumar <akhilesh.k at samsung dot com> ---
> > 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?
  Yes, Added your comments 
  https://sourceware.org/ml/libc-alpha/2017-07/msg00774.html

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug localedata/21794] Added-country_isbn-for-Italy
  2017-07-20  6:18 [Bug localedata/21794] New: Added-country_isbn-for-Italy akhilesh.k at samsung dot com
                   ` (3 preceding siblings ...)
  2017-07-21  9:34 ` akhilesh.k at samsung dot com
@ 2017-07-24  6:32 ` cvs-commit at gcc dot gnu.org
  2017-07-24  6:35 ` maiku.fabian at gmail dot com
  2017-07-24  6:36 ` maiku.fabian at gmail dot com
  6 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2017-07-24  6:32 UTC (permalink / raw)
  To: libc-locales

https://sourceware.org/bugzilla/show_bug.cgi?id=21794

--- Comment #5 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  2a28610f9ff05484130b71dfd525f031c4066166 (commit)
       via  fa13514a5177faf3ddac7115db9dbb43c5c1921b (commit)
       via  54606ca8c70628e0e237ee997bedb8be6c7e7a63 (commit)
      from  cab91f947a6059907a314a91f4c90abcccfb0262 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=2a28610f9ff05484130b71dfd525f031c4066166

commit 2a28610f9ff05484130b71dfd525f031c4066166
Author: Akhilesh Kumar <akhilesh.k@samsung.com>
Date:   Mon Jul 24 09:17:37 2017 +0530

    Added country_name in mai_IN

        [BZ #21821]
        * locales/mai_IN (LC_ADDRESS): Add country_name.

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=fa13514a5177faf3ddac7115db9dbb43c5c1921b

commit fa13514a5177faf3ddac7115db9dbb43c5c1921b
Author: Akhilesh Kumar <akhilesh.k@samsung.com>
Date:   Fri Jul 21 14:57:01 2017 +0530

    Added country_isbn for Republic of Korea

        [BZ #21796]
        * locales/ko_KR (LC_ADDRESS): Add country_isbn.

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=54606ca8c70628e0e237ee997bedb8be6c7e7a63

commit 54606ca8c70628e0e237ee997bedb8be6c7e7a63
Author: Akhilesh Kumar <akhilesh.k@samsung.com>
Date:   Fri Jul 21 14:46:42 2017 +0530

    Added country_isbn for Italy

        [BZ #21794]
        * locales/ca_IT (LC_ADDRESS): Add country_isbn.
        * locales/de_IT (LC_ADDRESS): Add country_isbn.
        * locales/fur_IT (LC_ADDRESS): Add country_isbn.
        * locales/it_IT (LC_ADDRESS): Add country_isbn.
        * locales/lij_IT (LC_ADDRESS): Add country_isbn.
        * locales/sc_IT (LC_ADDRESS): Add country_isbn.

-----------------------------------------------------------------------

Summary of changes:
 localedata/ChangeLog      |   20 ++++++++++++++++++++
 localedata/locales/ca_IT  |    1 +
 localedata/locales/de_IT  |    1 +
 localedata/locales/fur_IT |    1 +
 localedata/locales/it_IT  |    1 +
 localedata/locales/ko_KR  |    1 +
 localedata/locales/lij_IT |    1 +
 localedata/locales/mai_IN |    2 +-
 localedata/locales/sc_IT  |    1 +
 9 files changed, 28 insertions(+), 1 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug localedata/21794] Added-country_isbn-for-Italy
  2017-07-20  6:18 [Bug localedata/21794] New: Added-country_isbn-for-Italy akhilesh.k at samsung dot com
                   ` (4 preceding siblings ...)
  2017-07-24  6:32 ` cvs-commit at gcc dot gnu.org
@ 2017-07-24  6:35 ` maiku.fabian at gmail dot com
  2017-07-24  6:36 ` maiku.fabian at gmail dot com
  6 siblings, 0 replies; 8+ messages in thread
From: maiku.fabian at gmail dot com @ 2017-07-24  6:35 UTC (permalink / raw)
  To: libc-locales

https://sourceware.org/bugzilla/show_bug.cgi?id=21794

Mike FABIAN <maiku.fabian at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |maiku.fabian at gmail dot com
           Assignee|unassigned at sourceware dot org   |maiku.fabian at gmail dot com
   Target Milestone|---                         |2.26

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug localedata/21794] Added-country_isbn-for-Italy
  2017-07-20  6:18 [Bug localedata/21794] New: Added-country_isbn-for-Italy akhilesh.k at samsung dot com
                   ` (5 preceding siblings ...)
  2017-07-24  6:35 ` maiku.fabian at gmail dot com
@ 2017-07-24  6:36 ` maiku.fabian at gmail dot com
  6 siblings, 0 replies; 8+ messages in thread
From: maiku.fabian at gmail dot com @ 2017-07-24  6:36 UTC (permalink / raw)
  To: libc-locales

https://sourceware.org/bugzilla/show_bug.cgi?id=21794

Mike FABIAN <maiku.fabian at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

--- Comment #6 from Mike FABIAN <maiku.fabian at gmail dot com> ---
FIXED.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

end of thread, other threads:[~2017-07-24  6:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-20  6:18 [Bug localedata/21794] New: Added-country_isbn-for-Italy akhilesh.k at samsung dot com
2017-07-20  6:49 ` [Bug localedata/21794] Added-country_isbn-for-Italy akhilesh.k at samsung dot com
2017-07-20  6:55 ` akhilesh.k at samsung dot com
2017-07-20  8:33 ` akhilesh.k at samsung dot com
2017-07-21  9:34 ` akhilesh.k at samsung dot com
2017-07-24  6:32 ` cvs-commit at gcc dot gnu.org
2017-07-24  6:35 ` maiku.fabian at gmail dot com
2017-07-24  6:36 ` maiku.fabian at gmail dot com

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