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.
This commit is contained in:
Mike Frysinger 2016-02-09 05:32:07 -05:00
parent 900f59f084
commit 223f17cf7b
55 changed files with 123 additions and 61 deletions

View file

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

View file

@ -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 */

View file

@ -1,3 +1,61 @@
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

View file

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

View file

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

View file

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

View file

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

View file

@ -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>"
% ,

View file

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

View file

@ -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>"

View file

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

View file

@ -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>"

View file

@ -63,7 +63,7 @@ END LC_MESSAGES
LC_MONETARY
int_curr_symbol "<U0043><U0048><U0046><U0020>"
currency_symbol "<U0046><U0072><U002E>"
currency_symbol "<U0043><U0048><U0046>"
mon_decimal_point "<U002E>"
mon_thousands_sep "<U0027>"
mon_grouping 3;3

View file

@ -519,8 +519,8 @@ END LC_COLLATE
LC_MONETARY
int_curr_symbol "<U0042><U0054><U004E> "
currency_symbol "<U0F51><U0F44><U0F74><U0F63><U0F0B><U0F40><U0FB2><U0F58><U0F0B>"
int_curr_symbol "<U0042><U0054><U004E><U0020>"
currency_symbol "<U004E><U0075><U002E>"
mon_decimal_point "<U002E>"
mon_thousands_sep "<U002C>"
mon_grouping 3;2;

View file

@ -57,7 +57,7 @@ END LC_COLLATE
LC_MONETARY
int_curr_symbol "<U0042><U0057><U0050><U0020>"
currency_symbol "<U0050><U0075>"
currency_symbol "<U0050>"
mon_decimal_point "<U002E>"
mon_thousands_sep "<U002C>"
mon_grouping 3;3

View file

@ -65,7 +65,7 @@ END LC_CTYPE
LC_MONETARY
int_curr_symbol "<U0044><U004B><U004B><U0020>"
currency_symbol "<U00A4>"
currency_symbol "<U006B><U0072><U002E>"
mon_decimal_point "<U002C>"
mon_thousands_sep "<U002E>"
mon_grouping 3;3

View file

@ -61,7 +61,7 @@ LC_MONETARY
% for IBM Class for Unicode.
%
int_curr_symbol "<U0050><U0048><U0050><U0020>"
currency_symbol "<U0050><U0068><U0070>"
currency_symbol "<U20B1>"
mon_decimal_point "<U002E>"
mon_thousands_sep "<U002C>"
mon_grouping 3

View file

@ -56,8 +56,8 @@ copy "en_ZA"
END LC_COLLATE
LC_MONETARY
int_curr_symbol "<U005A><U0057><U0044><U0020>"
currency_symbol "<U005A><U0024>"
int_curr_symbol "<U0055><U0053><U0044><U0020>"
currency_symbol "<U0024>"
mon_decimal_point "<U002E>"
mon_thousands_sep "<U002C>"
mon_grouping 3;3

View file

@ -65,7 +65,7 @@ END LC_MESSAGES
LC_MONETARY
int_curr_symbol "<U0042><U004F><U0042><U0020>"
currency_symbol "<U0024><U0062>"
currency_symbol "<U0042><U0073>"
mon_decimal_point "<U002C>"
mon_thousands_sep "<U002E>"
mon_grouping 3;3

View file

@ -65,7 +65,7 @@ END LC_MESSAGES
LC_MONETARY
int_curr_symbol "<U0044><U004F><U0050><U0020>"
currency_symbol "<U0024>"
currency_symbol "<U0052><U0044><U0024>"
mon_decimal_point "<U002E>"
mon_thousands_sep "<U002C>"
mon_grouping 3;3

View file

@ -65,7 +65,7 @@ END LC_MESSAGES
LC_MONETARY
int_curr_symbol "<U0048><U004E><U004C><U0020>"
currency_symbol "<U004C><U002E>"
currency_symbol "<U004C>"
mon_decimal_point "<U002E>"
mon_thousands_sep "<U002C>"
mon_grouping 3;3

View file

@ -65,7 +65,7 @@ END LC_MESSAGES
LC_MONETARY
int_curr_symbol "<U0050><U0041><U0042><U0020>"
currency_symbol "<U0042><U002F>"
currency_symbol "<U0042><U002F><U002E>"
mon_decimal_point "<U002E>"
mon_thousands_sep "<U002C>"
mon_grouping 3;3

View file

@ -64,8 +64,8 @@ copy "es_ES"
END LC_MESSAGES
LC_MONETARY
int_curr_symbol "<U0053><U0056><U0043><U0020>"
currency_symbol "<U20A1>"
int_curr_symbol "<U0055><U0053><U0044><U0020>"
currency_symbol "<U0024>"
mon_decimal_point "<U002E>"
mon_thousands_sep "<U002C>"
mon_grouping 3;3

View file

@ -88,7 +88,7 @@ END LC_COLLATE
LC_MONETARY
int_curr_symbol "<U0050><U0048><U0050><U0020>"
currency_symbol "<U0050><U0068><U0050>"
currency_symbol "<U20B1>"
mon_decimal_point "<U002E>"
mon_thousands_sep "<U002C>"
mon_grouping 3;3

View file

@ -68,7 +68,7 @@ END LC_COLLATE
LC_MONETARY
int_curr_symbol "<U0049><U004C><U0053><U0020>"
currency_symbol "<U05E9><U05D7>"
currency_symbol "<U20AA>"
mon_decimal_point "<U002E>"
mon_thousands_sep "<U002C>"
mon_grouping 3;3

View file

@ -82,7 +82,7 @@ END LC_CTYPE
LC_MONETARY
int_curr_symbol "<U0041><U004D><U0044><U0020>"
currency_symbol "<U0534>"
currency_symbol "<U058F>"
mon_decimal_point "<U002E>"
mon_thousands_sep "<U002C>"
mon_grouping 3;3

View file

@ -69,7 +69,7 @@ END LC_CTYPE
LC_MONETARY
int_curr_symbol "<U0047><U0045><U004C><U0020>"
currency_symbol "<U10DA>"
currency_symbol "<U20BE>"
mon_decimal_point "<U002C>"
mon_thousands_sep "<U002E>"
mon_grouping 3;3

View file

@ -167,7 +167,7 @@ END LC_MESSAGES
LC_MONETARY
int_curr_symbol "<U004B><U005A><U0054><U0020>"
currency_symbol "<U0442><U0433>"
currency_symbol "<U20B8>"
mon_decimal_point "<U002E>"
mon_thousands_sep "<U0020>"
mon_grouping 3;3

View file

@ -6106,7 +6106,7 @@ END LC_CTYPE
LC_MONETARY
int_curr_symbol "<U004B><U0052><U0057><U0020>"
currency_symbol "<UFFE6>"
currency_symbol "<U20A9>"
mon_decimal_point "<U002E>"
mon_thousands_sep "<U002C>"
mon_grouping 3;3

View file

@ -71,7 +71,7 @@ LC_MONETARY
int_curr_symbol "<U0055><U0047><U0058><U0020>"
% International currency symbol "UGX"
%
currency_symbol "<U002F><U002D>"
currency_symbol "<U0055><U0053><U0068>"
% Local currency symbol "/-"
%
mon_decimal_point "<U002E>"

View file

@ -2126,8 +2126,8 @@ translit_end
END LC_CTYPE
LC_MONETARY
int_curr_symbol "<U004C><U0056><U004C><U0020>"
currency_symbol "<U004C><U0073>"
int_curr_symbol "<U0045><U0055><U0052><U0020>"
currency_symbol "<U20AC>"
mon_decimal_point "<U002C>"
mon_thousands_sep "<U00A0>"
mon_grouping 3;3

View file

@ -73,7 +73,7 @@ END LC_MESSAGES
LC_MONETARY
int_curr_symbol "<U004D><U0047><U0041><U0020>"
currency_symbol "<U0041><U0052>"
currency_symbol "<U0041><U0072>"
mon_decimal_point "<U002C>"
mon_thousands_sep "<U0020>"
mon_grouping 3;3

View file

@ -69,7 +69,7 @@ END LC_MESSAGES
LC_MONETARY
int_curr_symbol "<U0052><U0055><U0042><U0020>"
currency_symbol "<U0422><U0415><U04A4>"
currency_symbol "<U20BD>"
mon_decimal_point "<U002E>"
mon_thousands_sep "<U00A0>"
mon_grouping 3;3

View file

@ -73,7 +73,7 @@ int_curr_symbol "<U004D><U004D><U004B><U0020>"
% Kyat in Burmese - it would be better to use this if Myanmar digits are used
% currency_symbol "<U1000><U103B><U1015><U103A>"
% Ks
currency_symbol "<U004B><U0073>"
currency_symbol "<U004B>"
mon_decimal_point "<U002E>"
mon_thousands_sep "<U002C>"
mon_grouping 3;3

View file

@ -56,7 +56,7 @@ LC_MONETARY
% These are generated based on XML base Locale definition file
% for IBM Class for Unicode/Java
%
int_curr_symbol "<U0049><U004E><U0052><U0020>"
int_curr_symbol "<U004E><U0050><U0052><U0020>"
currency_symbol "<U0930><U0942>"
mon_decimal_point "<U002E>"
mon_thousands_sep "<U002C>"

View file

@ -81,7 +81,7 @@ END LC_MESSAGES
LC_MONETARY
int_curr_symbol "<U0052><U0055><U0042><U0020>"
currency_symbol "<U0441><U043E><U043C>"
currency_symbol "<U20BD>"
mon_decimal_point "<U002E>"
mon_thousands_sep "<U00A0>"
mon_grouping 3;3

View file

@ -78,8 +78,8 @@ END LC_MESSAGES
LC_MONETARY
int_curr_symbol "<U0041><U004E><U0047><U0020>"
currency_symbol "<U0066>"
int_curr_symbol "<U0041><U0057><U0047><U0020>"
currency_symbol "<U0192>"
mon_decimal_point "<U002C>"
mon_thousands_sep "<U0020>"
mon_grouping 3;3

View file

@ -79,7 +79,7 @@ END LC_MESSAGES
LC_MONETARY
int_curr_symbol "<U0041><U004E><U0047><U0020>"
currency_symbol "<U0066>"
currency_symbol "<U0192>"
mon_decimal_point "<U002C>"
mon_thousands_sep "<U0020>"
mon_grouping 3;3

View file

@ -212,7 +212,7 @@ END LC_NUMERIC
LC_MONETARY
int_curr_symbol "<U0041><U0046><U004E><U0020>"
currency_symbol "<U0627><U0641><U063A><U0627><U0646><U06CD>"
currency_symbol "<U060B>"
mon_decimal_point "<U066B>"
mon_thousands_sep "<U066C>"
mon_grouping 3

View file

@ -84,7 +84,7 @@ END LC_MESSAGES
LC_MONETARY
int_curr_symbol "<U0052><U0055><U0042><U0020>"
currency_symbol "<U0440><U0443><U0431>"
currency_symbol "<U20BD>"
mon_decimal_point "<U002E>"
mon_thousands_sep "<U00A0>"
mon_grouping 3;3

View file

@ -76,7 +76,7 @@ END LC_MESSAGES
LC_MONETARY
int_curr_symbol "<U0055><U0041><U0048><U0020>"
currency_symbol "<U0433><U0440>"
currency_symbol "<U20B4>"
mon_decimal_point "<U002E>"
mon_thousands_sep "<U0020>"
mon_grouping 3;3

View file

@ -56,7 +56,7 @@ END LC_COLLATE
LC_MONETARY
int_curr_symbol "<U0052><U0057><U0046><U0020>"
currency_symbol "<U0046><U0072><U0077>"
currency_symbol "<U0046><U0052><U0077>"
mon_decimal_point "<U002C>"
mon_thousands_sep "<U002E>"
mon_grouping 3;3

View file

@ -61,7 +61,7 @@ LC_MONETARY
% for IBM Class for Unicode.
%
int_curr_symbol "<U0049><U004E><U0052><U0020>"
currency_symbol "<U0930><U0941>"
currency_symbol "<U20B9>"
mon_decimal_point "<U002E>"
mon_thousands_sep "<U002C>"
mon_grouping 3

View file

@ -209,7 +209,7 @@ END LC_CTYPE
LC_MONETARY
int_curr_symbol "<U004E><U004F><U004B><U0020>"
currency_symbol "<U0020><U0072><U0075>"
currency_symbol "<U006B><U0072>"
mon_decimal_point "<U002C>"
mon_thousands_sep "<U002E>"
mon_grouping 3;3

View file

@ -60,7 +60,7 @@ LC_MONETARY
% This is the POSIX Locale definition the LC_MONETARY category
%
int_curr_symbol "<U004C><U004B><U0052><U0020>"
currency_symbol "<U20A8>"
currency_symbol "<U0DBB><U0DD4>"
mon_decimal_point "<U002E>"
mon_thousands_sep "<U002C>"
mon_grouping 3

View file

@ -88,7 +88,7 @@ END LC_MEASUREMENT
LC_MONETARY
%
int_curr_symbol "<U0053><U004F><U0053><U0020>"
currency_symbol "<U0024>"
currency_symbol "<U0053>"
mon_decimal_point "<U002E>"
mon_thousands_sep "<U002C>"
mon_grouping 3;3

View file

@ -201,7 +201,7 @@ LC_MONETARY
% for IBM Class for Unicode/Java
%
int_curr_symbol "<U0041><U004C><U004C><U0020>"
currency_symbol "<U004C><U0065><U006B>"
currency_symbol "<U004C>"
mon_decimal_point "<U002C>"
mon_thousands_sep "<U002E>"
mon_grouping 3

View file

@ -56,7 +56,7 @@ LC_MONETARY
% These are generated based on XML base Locale definition file
% for IBM Class for Unicode/Java
%
int_curr_symbol "<U0049><U004E><U0052><U0020>"
int_curr_symbol "<U004E><U0050><U0052><U0020>"
currency_symbol "<U0930><U0942>"
mon_decimal_point "<U002E>"
mon_thousands_sep "<U002C>"

View file

@ -82,7 +82,7 @@ END LC_MEASUREMENT
LC_MONETARY
%
int_curr_symbol "<U0045><U0052><U004E><U0020>"
currency_symbol "<U0024>"
currency_symbol "<U004E><U0066><U006B>"
mon_decimal_point "<U002E>"
mon_thousands_sep "<U002C>"
mon_grouping 3;3

View file

@ -885,7 +885,7 @@ END LC_MEASUREMENT
LC_MONETARY
%
int_curr_symbol "<U0045><U0054><U0042><U0020>"
currency_symbol "<U0024>"
currency_symbol "<U0042><U0072>"
mon_decimal_point "<U002E>"
mon_thousands_sep "<U002C>"
mon_grouping 3;3

View file

@ -84,7 +84,7 @@ END LC_COLLATE
LC_MONETARY
int_curr_symbol "<U0050><U0048><U0050><U0020>"
currency_symbol "<U0050><U0068><U0050>"
currency_symbol "<U20B1>"
mon_decimal_point "<U002E>"
mon_thousands_sep "<U002C>"
mon_grouping 3;3

View file

@ -4246,7 +4246,7 @@ LC_MONETARY
% ISO-4217 (2004-10-25): TRY 949 2
int_curr_symbol "<U0054><U0052><U0059><U0020>"
% TL
currency_symbol "<U0054><U004C>"
currency_symbol "<U20BA>"
mon_decimal_point "<U002C>"
mon_thousands_sep "<U002E>"
mon_grouping 3;3

View file

@ -236,7 +236,7 @@ END LC_MESSAGES
LC_MONETARY
int_curr_symbol "<U0052><U0055><U0042><U0020>"
currency_symbol "<U0440><U0443><U0431>"
currency_symbol "<U20BD>"
mon_decimal_point "<U002E>"
mon_thousands_sep "<U0020>"
mon_grouping 3;3

View file

@ -85,7 +85,7 @@ END LC_MESSAGES
LC_MONETARY
int_curr_symbol "<U0052><U0055><U0042><U0020>"
currency_symbol "<U0073><U0075><U006D>"
currency_symbol "<U20BD>"
mon_decimal_point "<U002E>"
mon_thousands_sep "<U2002>"
mon_grouping 3;3

View file

@ -206,7 +206,7 @@ END LC_COLLATE
LC_MONETARY
int_curr_symbol "<U0055><U005A><U0053><U0020>"
currency_symbol "<U0073><U006F><U0027><U006D>"
currency_symbol "<U0073><U006F><U02BB><U006D>"
mon_decimal_point "<U002E>"
mon_thousands_sep "<U002C>"
mon_grouping 3;3