Bug 21783 - Fix int_select international_call_prefixes
Summary: Fix int_select international_call_prefixes
Status: RESOLVED FIXED
Alias: None
Product: glibc
Classification: Unclassified
Component: localedata (show other bugs)
Version: 2.26
: P2 normal
Target Milestone: 2.26
Assignee: Mike FABIAN
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-18 06:21 UTC by Akhilesh Kumar
Modified: 2017-07-26 10:22 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:
fweimer: security-


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Akhilesh Kumar 2017-07-18 06:21:38 UTC
While playing with locals i found  international_call_prefixes is wrong for some locals.  

ref 
http://www.dialingnumber.com/dialcode.htm
https://en.wikipedia.org/wiki/List_of_international_call_prefixes#cite_note-itu_e164-2
Comment 1 Akhilesh Kumar 2017-07-18 06:28:59 UTC
Fix patch for IDC
https://sourceware.org/ml/libc-alpha/2017-07/msg00622.html
Comment 2 Akhilesh Kumar 2017-07-19 04:43:05 UTC
Fix patch for IDC
https://sourceware.org/ml/libc-alpha/2017-07/msg00622.html
Added New IDC for Missing fields 
https://sourceware.org/ml/libc-alpha/2017-07/msg00661.html
Comment 3 Sourceware Commits 2017-07-19 12:43:01 UTC
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  0757b139fc4fd393cb987e62a273fb2cd6e56772 (commit)
      from  00d7a3777369bac3d8d44152dde2bb7381984ef6 (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=0757b139fc4fd393cb987e62a273fb2cd6e56772

commit 0757b139fc4fd393cb987e62a273fb2cd6e56772
Author: Akhilesh Kumar <akhilesh.k@samsung.com>
Date:   Tue Jul 18 11:51:48 2017 +0530

    Fix or add int_select international_call_prefixes
    
    	[BZ #21783 ]
    	* locales/ar_AE (LC_TELEPHONE): Add int_select.
    	* locales/ar_BH (LC_TELEPHONE): Fix int_select.
    	* locales/ar_IQ (LC_TELEPHONE): Add int_select.
    	* locales/es_CU (LC_TELEPHONE): Add int_select.
    	* locales/ja_JP (LC_TELEPHONE): Add int_select.
    	* locales/lg_UG (LC_TELEPHONE): Fix int_select.
    	* locales/mn_MN (LC_TELEPHONE): Fix int_select.
    	* locales/om_KE (LC_TELEPHONE): Add int_select.
    	* locales/sm_WS (LC_TELEPHONE): Fix int_select.

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

Summary of changes:
 localedata/ChangeLog     |   13 +++++++++++++
 localedata/locales/ar_AE |    3 ++-
 localedata/locales/ar_BH |    2 +-
 localedata/locales/ar_IQ |    2 +-
 localedata/locales/es_CU |    6 ++++--
 localedata/locales/ja_JP |    2 ++
 localedata/locales/lg_UG |    4 ++--
 localedata/locales/mn_MN |    2 +-
 localedata/locales/om_KE |    3 ++-
 localedata/locales/sm_WS |    4 ++--
 10 files changed, 30 insertions(+), 11 deletions(-)
Comment 4 Mike FABIAN 2017-07-19 12:43:47 UTC
FIXED.
Comment 5 Sourceware Commits 2017-07-21 09:40:53 UTC
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  77046c6153eb313e4f21a660fcb7e7060f71fd8a (commit)
      from  5eeb2ea9815358d22b77b74a8c3230ab5ea65ec3 (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=77046c6153eb313e4f21a660fcb7e7060f71fd8a

commit 77046c6153eb313e4f21a660fcb7e7060f71fd8a
Author: Rafal Luzynski <digitalfreak@lingonborough.com>
Date:   Fri Jul 21 10:29:06 2017 +0200

    localedata/locales/lg_UG: Fix some comments.
    
    After the recent update of int_select the comment needed an update, too.
    While at this, all comments in LC_TELEPHONE were moved above their
    respective values because this looks better.  Some minor typos fixed.
    
    	[BZ #21783]
    	* localedata/locales/lg_UG (LC_TELEPHONE): Move all comments
    	above the values, correct some of them.

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

Summary of changes:
 localedata/ChangeLog     |    6 ++++++
 localedata/locales/lg_UG |   20 ++++++++++----------
 2 files changed, 16 insertions(+), 10 deletions(-)