diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-02-09 06:58:40 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-04-15 00:27:11 -0400 |
commit | 76c3498180b8c98f162a48f30c07abbd1d6efb95 (patch) | |
tree | 573f3da2be636218cda3e38602ac1c0d5afad991 /localedata/ChangeLog | |
parent | fe1f87ac127fe14a0c37262f37a1858309581f7f (diff) | |
download | glibc-76c3498180b8c98f162a48f30c07abbd1d6efb95.tar glibc-76c3498180b8c98f162a48f30c07abbd1d6efb95.tar.gz glibc-76c3498180b8c98f162a48f30c07abbd1d6efb95.tar.bz2 glibc-76c3498180b8c98f162a48f30c07abbd1d6efb95.zip |
localedata: CLDRv29: update LC_ADDRESS.country_num values
This updates a few locales based on CLDR v29 data.
Add missing fields:
as_IN: changing to 356
dv_MV: changing to 462
kk_KZ: changing to 398
my_MM: changing to 104
rw_RW: changing to 646
tt_RU: changing to 643
Update ones that are wrong:
dz_BT: changing BHU to 064
en_PH: changing 360 to 608
km_KH: changing 418 to 116
ky_KG: changing 643 to 417
tr_CY: changing 792 to 196
wo_SN: changing 450 to 686
As a result of fixing these, I had to update country_ab[23]:
dz_BT: changing BHU to BTN
en_PH: changing ID/IDN to PH/PHL
km_KH: changing LA/LAO to KH/KHM
ky_KG: changing KY/KYR to KG/KGZ
tr_CY: changing TR/TUR to CY/CYP
wo_SN: changing MG/MDG to SN/SEN
Pad with leading zeros to match the standard and other locales:
ber_DZ: changing 12 to 012
ca_AD: changing 20 to 020
en_AG: changing 28 to 028
hy_AM: changing 51 to 051
li_BE: changing 56 to 056
wa_BE: changing 56 to 056
I hand checked the first two sets against ISO 3166-1 directly.
Diffstat (limited to 'localedata/ChangeLog')
-rw-r--r-- | localedata/ChangeLog | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 71986b375e..04e85ce085 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,5 +1,37 @@ 2016-04-15 Mike Frysinger <vapier@gentoo.org> + * locales/as_IN (country_num): Define. + * locales/ber_DZ (country_num): Add leading 0 prefix. + * locales/ca_AD (country_num): Likewise. + * locales/dv_MV (country_num): Define. + * locales/dz_BT (country_num): Change to an integer. + (country_ab3): Change to BTN. + * locales/en_AG (country_num): Add leading 0 prefix. + * locales/en_PH (country_num): Change to 608. + (country_ab2): Change to PH. + (country_ab3): Change to PHL. + * locales/hy_AM (country_num): Add leading 0 prefix. + * locales/kk_KZ (country_num): Define. + * locales/km_KH (country_num): Change to 116. + (country_ab2): Change to KH. + (country_ab3): Change to KHM. + * locales/ky_KG (country_num): Change to 417. + (country_ab2): Change to KG. + (country_ab3): Change to KGZ. + * locales/li_BE (country_num): Add leading 0 prefix. + * locales/my_MM (country_num): Define. + * locales/rw_RW (country_num): Define. + * locales/tr_CY (country_num): Change to 196. + (country_ab2): Change to CY. + (country_ab3): Change to CYP. + * locales/tt_RU (country_num): Define. + * locales/wa_BE (country_num): Add leading 0 prefix. + * locales/wo_SN (country_num): Change to 686. + (country_ab2): Change to SN. + (country_ab3): Change to SEN. + +2016-04-15 Mike Frysinger <vapier@gentoo.org> + * locales/aa_DJ (LC_PAPER): Replace content with a copy directive. * locales/ak_GH: Likewise. * locales/ar_AE: Likewise. |