diff options
| author | Mike Frysinger <vapier@gentoo.org> | 2016-02-09 05:32:07 -0500 |
|---|---|---|
| committer | Mike Frysinger <vapier@gentoo.org> | 2016-04-15 13:42:29 -0400 |
| commit | 223f17cf7b796e49e222caf287889e4b2793d8a2 (patch) | |
| tree | bc50001071e79315c9ad9ca8ef7f6003f64c08ec | |
| parent | 900f59f084bfe35cb389bbe0dc464413a1a38e90 (diff) | |
| download | glibc-223f17cf7b796e49e222caf287889e4b2793d8a2.tar.xz glibc-223f17cf7b796e49e222caf287889e4b2793d8a2.zip | |
localedata: CLDRv29: update LC_MONETARY int_curr_symbol & currency_symbol
This updates a few locales based on CLDR v29 data. I've verified most by
hand while the rest I know are correct.
For int_curr_symbol, it should be 3 characters followed by a space:
ar_SS: changing SDG to SSP
bem_ZM: changing ZMK to ZMW
dz_BT: changing BTN to BTN # Just changing " " to "<U0020>".
en_ZW: changing ZWD to USD
es_SV: changing SVC to USD
lv_LV: changing LVL to EUR
ne_NP: changing INR to NPR
pap_AW: changing ANG to AWG
the_NP: changing INR to NPR
Some of these require updates iso-4217.def.
For currency_symbol, it should be the standard/localized symbol name:
aa_DJ: changing $ to Fdj
ar_SA: changing ريال to ر.س
ar_SS: changing ج.س. to £
az_AZ: changing man. to ₼
bg_BG: changing лв to лв.
ce_RU: changing руб to ₽
crh_UA: changing gr to ₴
cv_RU: changing t to ₽
de_CH: changing Fr. to CHF
dz_BT: changing དངུལ་ཀྲམ་ to Nu.
en_BW: changing Pu to P
en_DK: changing ¤ to kr.
en_PH: changing Php to ₱
en_ZW: changing Z$ to $
es_BO: changing $b to Bs
es_DO: changing $ to RD$
es_HN: changing L. to L
es_PA: changing B/ to B/.
es_SV: changing ₡ to $
fil_PH: changing PhP to ₱
he_IL: changing שח to ₪
hy_AM: changing Դ to ֏
ka_GE: changing ლ to ₾
kk_KZ: changing тг to ₸
ko_KR: changing ₩ to ₩
lg_UG: changing /- to USh
lv_LV: changing Ls to €
mg_MG: changing AR to Ar
mhr_RU: changing ТЕҤ to ₽
my_MM: changing Ks to K
os_RU: changing сом to ₽
pap_AW: changing f to ƒ
pap_CW: changing f to ƒ
ps_AF: changing افغانۍ to ؋
rw_RW: changing Frw to FRw
ru_RU: changing руб to ₽
ru_UA: changing гр to ₴
sd_IN@devanagari: changing रु to ₹
se_NO: changing ru to kr
si_LK: changing ₨ to රු
so_SO: changing $ to S
sq_AL: changing Lek to L
ti_ER: changing $ to Nfk
ti_ET: changing $ to Br
tl_PH: changing PhP to ₱
tr_TR: changing TL to ₺
tt_RU: changing руб to ₽
tt_RU@iqtelif: changing sum to ₽
uz_UZ: changing so'm to soʻm
Note: Some of the characters might not render as they're still quite new
in the Unicode database.
55 files changed, 123 insertions, 61 deletions
@@ -1,3 +1,7 @@ +2016-04-15 Mike Frysinger <vapier@gentoo.org> + + * locale/iso-4217.def: Add SSP and change ZMK to ZMW. + 2016-04-15 H.J. Lu <hongjiu.lu@intel.com> * sysdeps/x86/cpu-features.c (init_cpu_features): Detect Intel diff --git a/locale/iso-4217.def b/locale/iso-4217.def index 414f69bca5..84cebb97da 100644 --- a/locale/iso-4217.def +++ b/locale/iso-4217.def @@ -138,6 +138,7 @@ DEFINE_INT_CURR("SHP") /* St. Helena Pound */ DEFINE_INT_CURR("SLL") /* Sierra Leone Leone */ DEFINE_INT_CURR("SOS") /* Somalia Schilling */ DEFINE_INT_CURR("SRD") /* Suriname Dollar */ +DEFINE_INT_CURR("SSP") /* South Sudanese Pound */ DEFINE_INT_CURR("STD") /* Sao Tome and Principe Dobra */ DEFINE_INT_CURR("SVC") /* El Salvador Colon */ DEFINE_INT_CURR("SYP") /* Syrian Arab Republic Pound */ @@ -167,5 +168,5 @@ DEFINE_INT_CURR("XOF") /* West African Franc (Benin, Ivory Coast, Niger, Senega DEFINE_INT_CURR("XPF") /* French polynesia, New Caledonia, Wallis and Futuna Islands */ DEFINE_INT_CURR("YER") /* Yemeni Rial */ DEFINE_INT_CURR("ZAR") /* South Africa Rand (Lesotho, Namibia) */ -DEFINE_INT_CURR("ZMK") /* Zambian Kwacha */ +DEFINE_INT_CURR("ZMW") /* Zambian Kwacha */ DEFINE_INT_CURR("ZWD") /* Zimbabwe Dollar */ diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 6fbd63d6d1..541c34f8d2 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,5 +1,63 @@ 2016-04-15 Mike Frysinger <vapier@gentoo.org> + [BZ #16374] + [BZ #18896] + * locales/aa_DJ (int_curr_symbol, currency_symbol): Update values to + match CLDRv29. + * locales/ar_SA: Likewise. + * locales/ar_SS: Likewise. + * locales/az_AZ: Likewise. + * locales/bem_ZM: Likewise. + * locales/bg_BG: Likewise. + * locales/ce_RU: Likewise. + * locales/crh_UA: Likewise. + * locales/cv_RU: Likewise. + * locales/de_CH: Likewise. + * locales/dz_BT: Likewise. + * locales/en_BW: Likewise. + * locales/en_DK: Likewise. + * locales/en_PH: Likewise. + * locales/en_ZW: Likewise. + * locales/es_BO: Likewise. + * locales/es_DO: Likewise. + * locales/es_HN: Likewise. + * locales/es_PA: Likewise. + * locales/es_SV: Likewise. + * locales/fil_PH: Likewise. + * locales/he_IL: Likewise. + * locales/hy_AM: Likewise. + * locales/ka_GE: Likewise. + * locales/kk_KZ: Likewise. + * locales/ko_KR: Likewise. + * locales/lg_UG: Likewise. + * locales/lv_LV: Likewise. + * locales/mg_MG: Likewise. + * locales/mhr_RU: Likewise. + * locales/my_MM: Likewise. + * locales/ne_NP: Likewise. + * locales/os_RU: Likewise. + * locales/pap_AW: Likewise. + * locales/pap_CW: Likewise. + * locales/ps_AF: Likewise. + * locales/ru_RU: Likewise. + * locales/ru_UA: Likewise. + * locales/rw_RW: Likewise. + * locales/sd_IN@devanagari: Likewise. + * locales/se_NO: Likewise. + * locales/si_LK: Likewise. + * locales/so_SO: Likewise. + * locales/sq_AL: Likewise. + * locales/the_NP: Likewise. + * locales/ti_ER: Likewise. + * locales/ti_ET: Likewise. + * locales/tl_PH: Likewise. + * locales/tr_TR: Likewise. + * locales/tt_RU: Likewise. + * locales/tt_RU@iqtelif: Likewise. + * locales/uz_UZ: Likewise. + +2016-04-15 Mike Frysinger <vapier@gentoo.org> + * locale/programs/ld-identification.c (identification_finish): Check that the values in identification->category are only known. diff --git a/localedata/locales/aa_DJ b/localedata/locales/aa_DJ index 370afe84b3..4257a2b2eb 100644 --- a/localedata/locales/aa_DJ +++ b/localedata/locales/aa_DJ @@ -88,7 +88,7 @@ END LC_MEASUREMENT LC_MONETARY % int_curr_symbol "<U0044><U004A><U0046><U0020>" -currency_symbol "<U0024>" +currency_symbol "<U0046><U0064><U006A>" mon_decimal_point "<U002E>" mon_thousands_sep "<U0020>" mon_grouping 3;3 diff --git a/localedata/locales/ar_SA b/localedata/locales/ar_SA index 629c464426..aa44fc6d0d 100644 --- a/localedata/locales/ar_SA +++ b/localedata/locales/ar_SA @@ -272,7 +272,7 @@ END LC_COLLATE LC_MONETARY int_curr_symbol "<U0053><U0041><U0052><U0020>" -currency_symbol "<U0631><U064A><U0627><U0644>" +currency_symbol "<U0631><U002E><U0633>" mon_decimal_point "<U002E>" mon_thousands_sep "" mon_grouping -1 diff --git a/localedata/locales/ar_SS b/localedata/locales/ar_SS index fa808cd0c3..74e785556d 100644 --- a/localedata/locales/ar_SS +++ b/localedata/locales/ar_SS @@ -60,9 +60,8 @@ LC_MONETARY % These are generated based on XML base Locale definition file % for IBM Class for Unicode/Java % -% SDG -int_curr_symbol "<U0053><U0044><U0047><U0020>" -currency_symbol "<U062C><U002E><U0633><U002E>" +int_curr_symbol "<U0053><U0053><U0050><U0020>" +currency_symbol "<U00A3>" mon_decimal_point "<U002E>" mon_thousands_sep "<U002C>" mon_grouping 3 diff --git a/localedata/locales/az_AZ b/localedata/locales/az_AZ index a6dc6b0bb2..2d1e619a1e 100644 --- a/localedata/locales/az_AZ +++ b/localedata/locales/az_AZ @@ -213,7 +213,7 @@ END LC_MESSAGES LC_MONETARY % AZN int_curr_symbol "<U0041><U005A><U004E><U0020>" -currency_symbol "<U006D><U0061><U006E><U002E>" +currency_symbol "<U20BC>" mon_decimal_point "<U002E>" mon_thousands_sep "<U0020>" mon_grouping 3;3 diff --git a/localedata/locales/bem_ZM b/localedata/locales/bem_ZM index f17e70a671..0efffe9b5c 100644 --- a/localedata/locales/bem_ZM +++ b/localedata/locales/bem_ZM @@ -120,8 +120,8 @@ END LC_NUMERIC LC_MONETARY % K currency_symbol "<U004B>" -% ZMK -int_curr_symbol "<U005A><U004D><U004B><U0020>" +% ZMW +int_curr_symbol "<U005A><U004D><U0057><U0020>" % . mon_decimal_point "<U002E>" % , diff --git a/localedata/locales/bg_BG b/localedata/locales/bg_BG index a46418d765..5a1f17e043 100644 --- a/localedata/locales/bg_BG +++ b/localedata/locales/bg_BG @@ -163,7 +163,7 @@ END LC_COLLATE LC_MONETARY int_curr_symbol "<U0042><U0047><U004E><U0020>" -currency_symbol "<U043B><U0432>" +currency_symbol "<U043B><U0432><U002E>" mon_decimal_point "<U002C>" mon_thousands_sep "<U00A0>" mon_grouping 3;3 diff --git a/localedata/locales/ce_RU b/localedata/locales/ce_RU index 2780ea2470..0151e765fa 100644 --- a/localedata/locales/ce_RU +++ b/localedata/locales/ce_RU @@ -109,7 +109,7 @@ END LC_NUMERIC LC_MONETARY % RUB int_curr_symbol "<U0052><U0055><U0042><U0020>" -currency_symbol "<U0440><U0443><U0431>" +currency_symbol "<U20BD>" % . mon_decimal_point "<U002E>" mon_thousands_sep "<U00A0>" diff --git a/localedata/locales/crh_UA b/localedata/locales/crh_UA index bcc42699ca..52fba8a026 100644 --- a/localedata/locales/crh_UA +++ b/localedata/locales/crh_UA @@ -136,7 +136,7 @@ END LC_MESSAGES LC_MONETARY int_curr_symbol "<U0055><U0041><U0048><U0020>" -currency_symbol "<U0067><U0072>" +currency_symbol "<U20B4>" mon_decimal_point "<U002E>" mon_thousands_sep "<U0020>" mon_grouping 3;3 diff --git a/localedata/locales/cv_RU b/localedata/locales/cv_RU index 90b8b4d35a..09cb0ab6bf 100644 --- a/localedata/locales/cv_RU +++ b/localedata/locales/cv_RU @@ -123,7 +123,7 @@ LC_MONETARY int_curr_symbol "<U0052><U0055><U0042><U0020>" % "t." - short for tenke(, Chuvash name for rouble -currency_symbol "<U0074>" +currency_symbol "<U20BD>" mon_decimal_point "<U002E>" mon_thousands_sep "<U00A0>" diff --git a/localedata/locales/de_CH b/localedata/locales/de_CH index 12323d39a7..9c0dcae751 100644 --- a/localedata/locales/de_CH +++ b/localedata/locales/de_CH @@ -63,7 +63,7 @@ END LC_MESSAGES LC_MONETARY int_curr_symbol "<U0043><U0048><U0046><U0020>" |
