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 v2] localedata: CLDRv28: update LC_TELEPHONE.int_prefix


On 02/19/2016 01:40 AM, Mike Frysinger wrote:
> This includes updates to more locales now that my python parsing logic
> is able to dive into "copy" files and properly detect missing keys.
> That is to say, after this change, all locales in glibc have int_prefix
> both set and to the correct value :).
> 
> This updates a bunch of locales based on CLDR v28 data:
>   ar_SS: int_prefix: changing 249 to 211
>   bn_BD: int_prefix: changing 88 to 880
>   dz_BT: int_prefix: changing 66 to 975
>   en_HK: int_prefix: changing  to 852
>   en_PH: int_prefix: changing  to 63
>   en_SG: int_prefix: changing  to 65
>   es_DO: int_prefix: changing 1809 to 1
>   es_PA: int_prefix: changing 502 to 507
>   es_PR: int_prefix: changing 1787 to 1
>   km_KH: int_prefix: changing 856 to 855
>   mt_MT: int_prefix: changing  to 356
>   ne_NP: int_prefix: changing 91 to 977
>   pap_AW: int_prefix: changing 599 to 297
>   the_NP: int_prefix: changing 91 to 977
>   tk_TM: int_prefix: changing  to 993
>   uz_UZ: int_prefix: changing 27 to 998
>   zh_SG: int_prefix: changing  to 65
> 
> I've also checked these against https://countrycode.org/.
> 
> Note: the Dominican Republic (DO) and Puerto Rico (PR) updates are
> correct: they both use +1.  Historically, DO had one area code of
> 809 and PR of 787 which is why they were listed as such, but they
> have both expanded into 829 and 989 respectively, so using the four
> digit value is def incorrect now.
> ---
>  localedata/locales/ar_SS          | 2 +-
>  localedata/locales/bn_BD          | 2 +-
>  localedata/locales/dz_BT          | 2 +-
>  localedata/locales/en_HK          | 2 +-
>  localedata/locales/en_PH          | 2 +-
>  localedata/locales/en_SG          | 2 +-
>  localedata/locales/es_DO          | 2 +-
>  localedata/locales/es_PA          | 2 +-
>  localedata/locales/es_PR          | 2 +-
>  localedata/locales/km_KH          | 2 +-
>  localedata/locales/mt_MT          | 2 +-
>  localedata/locales/ne_NP          | 2 +-
>  localedata/locales/pap_AW         | 3 +--
>  localedata/locales/the_NP         | 2 +-
>  localedata/locales/tk_TM          | 1 +
>  localedata/locales/uz_UZ          | 2 +-
>  localedata/locales/uz_UZ@cyrillic | 2 +-
>  localedata/locales/zh_SG          | 2 +-
>  18 files changed, 18 insertions(+), 18 deletions(-)

LGTM.

c.


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