]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
localedata: Use consistent values for grouping and mon_grouping
authorMike FABIAN <mfabian@redhat.com>
Thu, 18 Jan 2024 15:52:03 +0000 (16:52 +0100)
committerMike FABIAN <mfabian@redhat.com>
Thu, 25 Jan 2024 10:41:02 +0000 (11:41 +0100)
Resolves: BZ # 31205

Adapt test cases in test-grouping_iterator.c

133 files changed:
localedata/locales/aa_DJ
localedata/locales/am_ET
localedata/locales/az_AZ
localedata/locales/be_BY
localedata/locales/be_BY@latin
localedata/locales/bg_BG
localedata/locales/bs_BA
localedata/locales/ca_ES
localedata/locales/ce_RU
localedata/locales/crh_UA
localedata/locales/cs_CZ
localedata/locales/cv_RU
localedata/locales/da_DK
localedata/locales/de_AT
localedata/locales/de_BE
localedata/locales/de_CH
localedata/locales/de_DE
localedata/locales/de_LU
localedata/locales/dv_MV
localedata/locales/el_CY
localedata/locales/el_GR
localedata/locales/en_AG
localedata/locales/en_AU
localedata/locales/en_BW
localedata/locales/en_CA
localedata/locales/en_DK
localedata/locales/en_GB
localedata/locales/en_IE
localedata/locales/en_NG
localedata/locales/en_NZ
localedata/locales/en_SC
localedata/locales/en_US
localedata/locales/en_ZA
localedata/locales/en_ZW
localedata/locales/eo
localedata/locales/es_AR
localedata/locales/es_BO
localedata/locales/es_CL
localedata/locales/es_CO
localedata/locales/es_CR
localedata/locales/es_CU
localedata/locales/es_DO
localedata/locales/es_EC
localedata/locales/es_ES
localedata/locales/es_GT
localedata/locales/es_HN
localedata/locales/es_MX
localedata/locales/es_NI
localedata/locales/es_PA
localedata/locales/es_PE
localedata/locales/es_PR
localedata/locales/es_PY
localedata/locales/es_SV
localedata/locales/es_US
localedata/locales/es_UY
localedata/locales/es_VE
localedata/locales/et_EE
localedata/locales/eu_ES
localedata/locales/eu_ES@euro
localedata/locales/fi_FI
localedata/locales/fil_PH
localedata/locales/fr_BE
localedata/locales/fr_CA
localedata/locales/fr_LU
localedata/locales/ga_IE
localedata/locales/gl_ES
localedata/locales/gv_GB
localedata/locales/he_IL
localedata/locales/hr_HR
localedata/locales/hu_HU
localedata/locales/hy_AM
localedata/locales/id_ID
localedata/locales/is_IS
localedata/locales/it_IT
localedata/locales/ka_GE
localedata/locales/kk_KZ
localedata/locales/km_KH
localedata/locales/ko_KR
localedata/locales/kv_RU
localedata/locales/kw_GB
localedata/locales/ky_KG
localedata/locales/lg_UG
localedata/locales/lo_LA
localedata/locales/lt_LT
localedata/locales/lv_LV
localedata/locales/mfe_MU
localedata/locales/mg_MG
localedata/locales/mhr_RU
localedata/locales/mk_MK
localedata/locales/mn_MN
localedata/locales/my_MM
localedata/locales/nb_NO
localedata/locales/nl_AW
localedata/locales/nl_NL
localedata/locales/om_KE
localedata/locales/pap_AW
localedata/locales/pap_CW
localedata/locales/pt_BR
localedata/locales/pt_PT
localedata/locales/rif_MA
localedata/locales/ro_RO
localedata/locales/ru_RU
localedata/locales/ru_UA
localedata/locales/rw_RW
localedata/locales/se_NO
localedata/locales/shn_MM
localedata/locales/sk_SK
localedata/locales/sl_SI
localedata/locales/so_SO
localedata/locales/sq_MK
localedata/locales/sr_ME
localedata/locales/sr_RS
localedata/locales/sr_RS@latin
localedata/locales/su_ID
localedata/locales/sv_SE
localedata/locales/tg_TJ
localedata/locales/ti_ER
localedata/locales/tk_TM
localedata/locales/tl_PH
localedata/locales/tok
localedata/locales/tr_TR
localedata/locales/tt_RU
localedata/locales/tt_RU@iqtelif
localedata/locales/uk_UA
localedata/locales/ur_PK
localedata/locales/uz_UZ
localedata/locales/uz_UZ@cyrillic
localedata/locales/vi_VN
localedata/locales/wo_SN
localedata/locales/yi_US
localedata/locales/yuw_PG
stdio-common/Makefile
stdio-common/tst-grouping_iterator.c

index 4c4cf1821cae3551e5703c867019f840759d7a70..ddeac178b63790a0842a63fa40c5fd7163e10be3 100644 (file)
@@ -80,12 +80,11 @@ END LC_MEASUREMENT
 
 
 LC_MONETARY
-%
 int_curr_symbol       "DJF "
 currency_symbol       "Fdj"
 mon_decimal_point     "."
 mon_thousands_sep     " "
-mon_grouping          3;3
+mon_grouping          3
 positive_sign         ""
 negative_sign         "-"
 int_frac_digits       2
@@ -96,18 +95,13 @@ n_cs_precedes         1
 n_sep_by_space        0
 p_sign_posn           1
 n_sign_posn           1
-%
 END LC_MONETARY
 
 
 LC_NUMERIC
-%
-% This is the POSIX Locale definition for the LC_NUMERIC category.
-%
 decimal_point          "."
 thousands_sep          ""
-grouping               0;0
-%
+grouping               -1
 END LC_NUMERIC
 
 
index 4483b24e40478800cb7563555acdc19e80288453..4dfa01257092082194cc16ea266c0509aae2b82d 100644 (file)
@@ -908,7 +908,7 @@ int_curr_symbol       "ETB "
 currency_symbol       "Br"
 mon_decimal_point     "."
 mon_thousands_sep     ","
-mon_grouping          3;3
+mon_grouping          3
 positive_sign         ""
 negative_sign         "-"
 int_frac_digits       2
@@ -928,7 +928,7 @@ LC_NUMERIC
 %
 decimal_point          "."
 thousands_sep          ","
-grouping               3;3
+grouping               3
 %
 END LC_NUMERIC
 
index ee21ad5c63e46f21ceb5d2cfc368943d0f1d314c..aaf58a948dd25176cc7f2d3f904da90d80fe621a 100644 (file)
@@ -159,7 +159,7 @@ int_curr_symbol           "AZN "
 currency_symbol           "₼"
 mon_decimal_point         "."
 mon_thousands_sep         " "
-mon_grouping              3;3
+mon_grouping              3
 positive_sign             ""
 negative_sign             "-"
 int_frac_digits           2
@@ -175,7 +175,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point             ","
 thousands_sep             "."
-grouping                  3;3
+grouping                  3
 END LC_NUMERIC
 
 LC_TIME
index 5bde40d5faab7a3782d885f759c59f91d28f0585..3ecaa7f5a771060e478851fec1657c6133014a3e 100644 (file)
@@ -106,7 +106,7 @@ int_curr_symbol           "BYR "
 currency_symbol           "руб"
 mon_decimal_point         "."
 mon_thousands_sep         " "
-mon_grouping              3;3
+mon_grouping              3
 positive_sign             ""
 negative_sign             "-"
 int_frac_digits           2
@@ -122,7 +122,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point             ","
 thousands_sep             "."
-grouping                  3;3
+grouping                  3
 END LC_NUMERIC
 
 LC_TIME
index 16c2dfdb258877645c885d1c208024fb8e7a34dc..5a02a7a3308981094b80b72ce6d3341af5adbca6 100644 (file)
@@ -128,7 +128,7 @@ int_curr_symbol           "BYR "
 currency_symbol           "Rub"
 mon_decimal_point         "."
 mon_thousands_sep         " "
-mon_grouping              3;3
+mon_grouping              3
 positive_sign             ""
 negative_sign             "-"
 int_frac_digits           2
index b8d74ab7a4149cbf64d72ce424b3d8ea4bea7fc6..159a6c33343c7d0dc48f7d311ea981973b48daa3 100644 (file)
@@ -252,7 +252,7 @@ int_curr_symbol           "BGN "
 currency_symbol           "лв."
 mon_decimal_point         ","
 mon_thousands_sep         " "
-mon_grouping              3;3
+mon_grouping              3
 positive_sign             ""
 negative_sign             "-"
 int_frac_digits           2
@@ -268,7 +268,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point             ","
 thousands_sep             ""
-grouping                  3;3
+grouping                  3
 END LC_NUMERIC
 
 LC_TIME
index 9c6ea08c1027e7d598b160b203f1a420d72a5096..3690ca62dc3e4f2ec3b9918048660f5796690c48 100644 (file)
@@ -76,7 +76,7 @@ int_curr_symbol           "BAM "
 currency_symbol           "KM"
 mon_decimal_point         ","
 mon_thousands_sep         " "
-mon_grouping              3;3
+mon_grouping              3
 positive_sign             ""
 negative_sign             "-"
 int_frac_digits           2
@@ -92,7 +92,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point             ","
 thousands_sep             ""
-grouping                  0;0
+grouping                  -1
 END LC_NUMERIC
 
 LC_TIME
index 3b8b92c5a36a2d5debc585a937b8b45aed660442..3971f23e6c8b0d1d2016ffe26348da1f37bdd07c 100644 (file)
@@ -72,7 +72,7 @@ int_curr_symbol      "EUR "
 currency_symbol      "€"
 mon_decimal_point    ","
 mon_thousands_sep    "."
-mon_grouping         3;3
+mon_grouping         3
 positive_sign        ""
 negative_sign        "-"
 int_frac_digits      2
@@ -88,7 +88,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point        ","
 thousands_sep        "."
-grouping             3;3
+grouping             3
 END LC_NUMERIC
 
 LC_TIME
index 6a0008852809c6d1cd3b634e4b766e9440c822cd..fc99aa420fcf0ff38157e00025f027311751b021 100644 (file)
@@ -108,7 +108,7 @@ int_curr_symbol    "RUB "
 currency_symbol    "₽"
 mon_decimal_point  "."
 mon_thousands_sep  " "
-mon_grouping       3;3
+mon_grouping       3
 positive_sign      ""
 negative_sign      "-"
 frac_digits        2
index 0b5beb4c6eb71ad419847e32933a51791a89ab18..172cca8f72f3f6b162ddba01b0eb7161ab76a704 100644 (file)
@@ -117,7 +117,7 @@ int_curr_symbol           "UAH "
 currency_symbol           "₴"
 mon_decimal_point         "."
 mon_thousands_sep         " "
-mon_grouping              3;3
+mon_grouping              3
 positive_sign             ""
 negative_sign             "-"
 int_frac_digits           2
@@ -133,7 +133,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point             ","
 thousands_sep             "."
-grouping                  3;3
+grouping                  3
 END LC_NUMERIC
 
 LC_TIME
index bfcdeec3693aa361e622423edd5c35743b2a6644..292eb584d15a5ad956ea663e3fb1709d54a119cc 100644 (file)
@@ -238,7 +238,7 @@ int_curr_symbol             "CZK "
 currency_symbol                "Kč"
 mon_decimal_point      ","
 mon_thousands_sep      " "
-mon_grouping           3;3
+mon_grouping           3
 positive_sign          ""
 negative_sign          "-"
 int_frac_digits                2
@@ -259,7 +259,7 @@ LC_NUMERIC
 
 decimal_point          ","
 thousands_sep          " "
-grouping               3;3
+grouping               3
 
 END LC_NUMERIC
 
index 8e90fa32f2892ba90b6e314cce4431ca08a9f4e3..e4c9877cad7da50d4e57a9918b52766da06c7355 100644 (file)
@@ -119,7 +119,7 @@ currency_symbol "₽"
 
 mon_decimal_point         "."
 mon_thousands_sep         " "
-mon_grouping              3;3
+mon_grouping              3
 positive_sign             ""
 negative_sign             "-"
 int_frac_digits           2
index eb056b746335fa6e84498171e0417078f27911c7..2699cdb66d827690e76d83861b98898e10d5197f 100644 (file)
@@ -178,7 +178,7 @@ int_curr_symbol         "DKK "
 currency_symbol         "kr."
 mon_decimal_point       ","
 mon_thousands_sep       "."
-mon_grouping            3;3
+mon_grouping            3
 positive_sign           ""
 negative_sign           "-"
 int_frac_digits         2
@@ -194,7 +194,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point           ","
 thousands_sep           "."
-grouping                3;3
+grouping                3
 END LC_NUMERIC
 
 LC_TIME
index da1752c1060ba5dc5f67febe7e2905df4bf1494c..db950d662b64b6536092d04b37359c7f0fad9269 100644 (file)
@@ -66,7 +66,7 @@ int_curr_symbol           "EUR "
 currency_symbol           "€"
 mon_decimal_point         ","
 mon_thousands_sep         " "
-mon_grouping              3;3
+mon_grouping              3
 positive_sign             ""
 negative_sign             "-"
 int_frac_digits           2
index a5fef77f59daf020564c8a52421a45016695cfa5..65e5767faf246048d8c374051e694f86e1ac4cc2 100644 (file)
@@ -66,7 +66,7 @@ int_curr_symbol           "EUR "
 currency_symbol           "€"
 mon_decimal_point         ","
 mon_thousands_sep         "."
-mon_grouping              3;3
+mon_grouping              3
 positive_sign             ""
 negative_sign             "-"
 int_frac_digits           2
index 45a1f43cdc0ace2ddcb368485b00ae50aeb4fd85..4845bd2c0c28ee00fc2a427529774e1549f565b9 100644 (file)
@@ -66,7 +66,7 @@ int_curr_symbol           "CHF "
 currency_symbol           "CHF"
 mon_decimal_point         "."
 mon_thousands_sep         "’"
-mon_grouping              3;3
+mon_grouping              3
 positive_sign             ""
 negative_sign             "-"
 int_frac_digits           2
@@ -82,7 +82,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point             "."
 thousands_sep             "’"
-grouping                  3;3
+grouping                  3
 END LC_NUMERIC
 
 LC_TIME
index a10d1efae66e7cf491fc5fe54be4e29b8e836ece..b914337d5d3ce29d838991e4f5f6ae43cfa366b1 100644 (file)
@@ -93,7 +93,7 @@ int_curr_symbol     "EUR "
 currency_symbol     "€"
 mon_decimal_point   ","
 mon_thousands_sep   "."
-mon_grouping        3;3
+mon_grouping        3
 positive_sign       ""
 negative_sign       "-"
 int_frac_digits     2
@@ -110,7 +110,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point   ","
 thousands_sep   "."
-grouping        3;3
+grouping        3
 END LC_NUMERIC
 
 LC_TIME
index 10f4c7de5df797422066d1157caa99019e8ac3ec..4d46628172ebc8d3e5156ffebb55bb4ee647f27e 100644 (file)
@@ -66,7 +66,7 @@ int_curr_symbol           "EUR "
 currency_symbol           "€"
 mon_decimal_point         ","
 mon_thousands_sep         "."
-mon_grouping              3;3
+mon_grouping              3
 positive_sign             ""
 negative_sign             "-"
 int_frac_digits           2
index f223f8c1ab7eca6a74e4d68a9a75a5eee6049080..8ce2cb2315069e1aba2a0cf1b4ade74689d677c7 100644 (file)
@@ -64,7 +64,7 @@ int_curr_symbol "MVR "
 currency_symbol "ރ."
 mon_decimal_point "."
 mon_thousands_sep ","
-mon_grouping  3;3
+mon_grouping  3
 positive_sign ""
 negative_sign "-"
 int_frac_digits 2
@@ -80,7 +80,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point "."
 thousands_sep ","
-grouping 3;3
+grouping 3
 END LC_NUMERIC
 
 % Since their is no abbreviated version of the days in dhivehi I have used the
index fd24e3dbd50b36ca5a41b3ca77dc7dcedefc39ab..ab940f1b9487ff56b14ccf837cb21c7f8c2a4258 100644 (file)
@@ -56,7 +56,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point             ","
 thousands_sep             "."
-grouping                  0;0
+grouping                  -1
 END LC_NUMERIC
 
 LC_TIME
index 4dd5c7b95b5553218f3eb4d6a94f74165e393266..801f1c08241166d4e5cb9080c2c9eeb58c4d0268 100644 (file)
@@ -89,7 +89,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point             ","
 thousands_sep             "."
-grouping                  0;0
+grouping                  -1
 END LC_NUMERIC
 
 LC_TIME
index 58d5b1a819e2123da91a90b7e4be25c5995f78a3..29c58ee0635cfe5c81442630af9523221efb4c67 100644 (file)
@@ -50,7 +50,7 @@ int_curr_symbol     "XCD "
 currency_symbol     "$"
 mon_decimal_point   "."
 mon_thousands_sep   ","
-mon_grouping        3;3
+mon_grouping        3
 positive_sign       ""
 negative_sign       "-"
 int_frac_digits     2
index d60f3e355bb2b8d621df6d6159ede4ffe2bffb67..3795e1270aa005250a52b8cf8fc4a412d0423576 100644 (file)
@@ -62,7 +62,7 @@ int_curr_symbol         "AUD "
 currency_symbol         "$"
 mon_decimal_point       "."
 mon_thousands_sep       ","
-mon_grouping            3;3
+mon_grouping            3
 positive_sign           ""
 negative_sign           "-"
 int_frac_digits         2
@@ -78,7 +78,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point           "."
 thousands_sep           ","
-grouping                3;3
+grouping                3
 END LC_NUMERIC
 
 LC_TIME
index d3979e0190bbb4ae48b398e7a0f88a87da9139a3..12a46f4178c0c77f5e70ad385408994e6058c261 100644 (file)
@@ -59,7 +59,7 @@ int_curr_symbol         "BWP "
 currency_symbol         "P"
 mon_decimal_point       "."
 mon_thousands_sep       ","
-mon_grouping            3;3
+mon_grouping            3
 positive_sign           ""
 negative_sign           "-"
 int_frac_digits         2
index aa55186c089078f131de826e6d552ab2d1ac1713..ca8ac5813abe293bd4a4c730af96d3a512f52539 100644 (file)
@@ -70,7 +70,7 @@ int_curr_symbol         "CAD "
 currency_symbol         "$"
 mon_decimal_point       "."
 mon_thousands_sep       ","
-mon_grouping            3;3
+mon_grouping            3
 positive_sign           ""
 negative_sign           "-"
 int_frac_digits         2
@@ -86,7 +86,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point           "."
 thousands_sep           ","
-grouping                3;3
+grouping                3
 END LC_NUMERIC
 
 LC_TIME
index b7fde84aa2ae120df1c7ebcd926197f04454147e..1632bbd670bd70c9f973edc84caf4393338e0ba7 100644 (file)
@@ -67,7 +67,7 @@ int_curr_symbol      "DKK "
 currency_symbol      "kr."
 mon_decimal_point    ","
 mon_thousands_sep    "."
-mon_grouping         3;3
+mon_grouping         3
 positive_sign        ""
 negative_sign        "-"
 int_frac_digits      2
@@ -83,7 +83,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point        ","
 thousands_sep        "."
-grouping             3;3
+grouping             3
 END LC_NUMERIC
 
 LC_TIME
index 02a8a44799eda24d1795b103b4b2c89d54a88aa2..99fac20df47e41afb14b7bf5ce16af0998af4bb8 100644 (file)
@@ -63,7 +63,7 @@ int_curr_symbol         "GBP "
 currency_symbol         "£"
 mon_decimal_point       "."
 mon_thousands_sep       ","
-mon_grouping            3;3
+mon_grouping            3
 positive_sign           ""
 negative_sign           "-"
 int_frac_digits         2
@@ -79,7 +79,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point           "."
 thousands_sep           ","
-grouping                3;3
+grouping                3
 END LC_NUMERIC
 
 LC_TIME
index 4b62e308bba7400c86cd60dc1766ad3f94165154..d876e10eea19ed349c3f4c1d018ff3ed776c3df0 100644 (file)
@@ -62,7 +62,7 @@ int_curr_symbol         "EUR "
 currency_symbol         "€"
 mon_decimal_point       "."
 mon_thousands_sep       ","
-mon_grouping            3;3
+mon_grouping            3
 positive_sign           ""
 negative_sign           "-"
 int_frac_digits         2
index 09c4238161b594dfb4b59723a9e07eef00a19383..e9b5490d63262aa0311d441a0786d5ba0b22bceb 100644 (file)
@@ -62,7 +62,7 @@ int_curr_symbol         "NGN "
 currency_symbol         "₦"
 mon_decimal_point       "."
 mon_thousands_sep       ","
-mon_grouping            3;3
+mon_grouping            3
 positive_sign           ""
 negative_sign           "-"
 int_frac_digits         2
@@ -79,7 +79,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point           "."
 thousands_sep           ","
-grouping                3;3
+grouping                3
 END LC_NUMERIC
 
 LC_TIME
index b6ff6ff0b42673cf05ad4042913d522d66f6fe7e..6eaa18d4b0bec3c1634afd82f41c88289ad668e7 100644 (file)
@@ -62,7 +62,7 @@ int_curr_symbol         "NZD "
 currency_symbol         "$"
 mon_decimal_point       "."
 mon_thousands_sep       ","
-mon_grouping            3;3
+mon_grouping            3
 positive_sign           ""
 negative_sign           "-"
 int_frac_digits         2
@@ -78,7 +78,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point           "."
 thousands_sep           ","
-grouping                3;3
+grouping                3
 END LC_NUMERIC
 
 LC_TIME
index 802e5f79457ce4c791c3171c1a5bdbfdf969901d..4c0ba79f9371429f6a0d83da0efd9edad154842f 100644 (file)
@@ -53,7 +53,7 @@ int_curr_symbol     "SCR "
 currency_symbol     "SR"
 mon_decimal_point   "."
 mon_thousands_sep   ","
-mon_grouping        3;3
+mon_grouping        3
 positive_sign       ""
 negative_sign       "-"
 int_frac_digits     2
index 8c34420dc041dd5d6b0e6b13affb53933a672a91..f2e1fbacc53c21b2518e0095d39f4f071900ca2b 100644 (file)
@@ -57,7 +57,7 @@ int_curr_symbol     "USD "
 currency_symbol     "$"
 mon_decimal_point   "."
 mon_thousands_sep   ","
-mon_grouping        3;3
+mon_grouping        3
 positive_sign       ""
 negative_sign       "-"
 int_frac_digits     2
@@ -76,7 +76,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point   "."
 thousands_sep   ","
-grouping        3;3
+grouping        3
 END LC_NUMERIC
 
 LC_TIME
index 5ddc3f2c5d74e7505f1571187f2a0822445f50e5..b6551c633ac5a96c2df0fb865a251474ddeeb553 100644 (file)
@@ -93,7 +93,7 @@ int_curr_symbol         "ZAR "
 currency_symbol         "R"
 mon_decimal_point       "."
 mon_thousands_sep       ","
-mon_grouping            3;3
+mon_grouping            3
 positive_sign           ""
 negative_sign           "-"
 int_frac_digits         2
@@ -109,7 +109,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point           "."
 thousands_sep           ","
-grouping                3;3
+grouping                3
 END LC_NUMERIC
 
 LC_TIME
index 6f1d3eac341ec13175e555e6222d7b3e404d9e4d..03deca287a724301480f39e7c73ccf911c340a8b 100644 (file)
@@ -59,7 +59,7 @@ int_curr_symbol         "USD "
 currency_symbol         "$"
 mon_decimal_point       "."
 mon_thousands_sep       ","
-mon_grouping            3;3
+mon_grouping            3
 positive_sign           ""
 negative_sign           "-"
 int_frac_digits         2
index 589a36c3dfd6de9ade843a4bb20c863a6fb2cf3f..6eb26f374a94f97067bda62b7a1078ea5a79cf40 100644 (file)
@@ -120,7 +120,7 @@ int_curr_symbol     "XDR "
 currency_symbol     "<U00A4>"
 mon_decimal_point   ","
 mon_thousands_sep   "<U202F>"
-mon_grouping        3;3
+mon_grouping        3
 positive_sign       ""
 negative_sign       "-"
 int_frac_digits     2
@@ -136,7 +136,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point ","
 thousands_sep ""
-grouping      0;0
+grouping      -1
 END LC_NUMERIC
 
 LC_TIME
index e8faf3547a71403ef8df5fa5ba3f406b52246822..b80896f0ac5a9f3937c6579c3e706161b15a2347 100644 (file)
@@ -67,7 +67,7 @@ int_curr_symbol      "ARS "
 currency_symbol      "$"
 mon_decimal_point    ","
 mon_thousands_sep    "."
-mon_grouping         3;3
+mon_grouping         3
 positive_sign        ""
 negative_sign        "-"
 int_frac_digits      2
@@ -83,7 +83,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point        ","
 thousands_sep        "."
-grouping             3;3
+grouping             3
 END LC_NUMERIC
 
 LC_TIME
index faa0928b8024582d0e49b94c0df8a2d523975a9c..e784fe6465588f51049799b2ccb703f5b80f0029 100644 (file)
@@ -67,7 +67,7 @@ int_curr_symbol      "BOB "
 currency_symbol      "Bs"
 mon_decimal_point    ","
 mon_thousands_sep    "."
-mon_grouping         3;3
+mon_grouping         3
 positive_sign        ""
 negative_sign        "-"
 int_frac_digits      2
index 4f069915c7e8b94f99b66efb6f128c2f13e76981..728d8b775fa8a360e896c1d1efdff060f7f664ba 100644 (file)
@@ -67,7 +67,7 @@ int_curr_symbol      "CLP "
 currency_symbol      "$"
 mon_decimal_point    ","
 mon_thousands_sep    "."
-mon_grouping         3;3
+mon_grouping         3
 positive_sign        ""
 negative_sign        "-"
 int_frac_digits      2
index ba7b104dfd1e500e8d08e88b60846d4de1b6ac41..54387272415d6b730adbff0b657a5ad0409905b9 100644 (file)
@@ -67,7 +67,7 @@ int_curr_symbol      "COP "
 currency_symbol      "$"
 mon_decimal_point    ","
 mon_thousands_sep    "."
-mon_grouping         3;3
+mon_grouping         3
 positive_sign        ""
 negative_sign        "-"
 int_frac_digits      2
index 09a191bf26734c96c3c64aa6039c85ff5e249b99..7ee42d302d3d97ac938f6f22d7b62d6b02ae6ac8 100644 (file)
@@ -60,7 +60,7 @@ currency_symbol      "₡"
 % Decreto Ejecutivo 29660
 mon_decimal_point    ","
 mon_thousands_sep    " "
-mon_grouping         3;3
+mon_grouping         3
 positive_sign        ""
 negative_sign        "-"
 int_frac_digits      2
@@ -77,7 +77,7 @@ LC_NUMERIC
 % Decreto Ejecutivo 29660
 decimal_point        ","
 thousands_sep        " "
-grouping             3;3
+grouping             3
 END LC_NUMERIC
 
 LC_TIME
index dcfda48872829752a4b55c609a98197c0ebdb33d..61ceea80a1ce0f65990e403fd6ed96007f2cc489 100644 (file)
@@ -70,7 +70,7 @@ int_curr_symbol      "CUP "
 currency_symbol      "$"
 mon_decimal_point    ","
 mon_thousands_sep    "."
-mon_grouping         3;3
+mon_grouping         3
 positive_sign        ""
 negative_sign        "-"
 int_frac_digits      2
@@ -86,7 +86,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point        ","
 thousands_sep        "."
-grouping             0;0
+grouping             -1
 END LC_NUMERIC
 
 LC_TIME
index 12ca5f3186124f8367c1960173fa80435a3d1176..f1a5af99cec3687efc2652292ecd70e2125835e1 100644 (file)
@@ -67,7 +67,7 @@ int_curr_symbol      "DOP "
 currency_symbol      "RD$"
 mon_decimal_point    "."
 mon_thousands_sep    ","
-mon_grouping         3;3
+mon_grouping         3
 positive_sign        ""
 negative_sign        "-"
 int_frac_digits      2
@@ -83,7 +83,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point        "."
 thousands_sep        ","
-grouping             3;3
+grouping             3
 END LC_NUMERIC
 
 LC_TIME
index cc441ef1620ab7edaf26b6f30fb4ec926ce184aa..1c902543b90fb29da96f638acbea6b98132868f1 100644 (file)
@@ -67,7 +67,7 @@ int_curr_symbol      "USD "
 currency_symbol      "$"
 mon_decimal_point    ","
 mon_thousands_sep    "."
-mon_grouping         3;3
+mon_grouping         3
 positive_sign        ""
 negative_sign        "-"
 int_frac_digits      2
index 86a8cd10690581732bbf1afe18b4223b1b070e27..ed8e88f830e52ea750a914e62d411747fafc4f74 100644 (file)
@@ -122,7 +122,7 @@ int_curr_symbol      "EUR "
 currency_symbol      "€"
 mon_decimal_point    ","
 mon_thousands_sep    "."
-mon_grouping         3;3
+mon_grouping         3
 positive_sign        ""
 negative_sign        "-"
 int_frac_digits      2
@@ -138,7 +138,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point        ","
 thousands_sep        "."
-grouping             3;3
+grouping             3
 END LC_NUMERIC
 
 LC_TIME
index ad931405d101bc544577da1e850aaf45634a6389..3853e27f5baa822d9ee3b5a164af92a75d91f7fa 100644 (file)
@@ -67,7 +67,7 @@ int_curr_symbol      "GTQ "
 currency_symbol      "Q"
 mon_decimal_point    "."
 mon_thousands_sep    ","
-mon_grouping         3;3
+mon_grouping         3
 positive_sign        ""
 negative_sign        "-"
 int_frac_digits      2
@@ -83,7 +83,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point        "."
 thousands_sep        ","
-grouping             3;3
+grouping             3
 END LC_NUMERIC
 
 LC_TIME
index 96ee4c27e5abd9972eb122daa2c1c901e578757f..7066e8a997c4ff026548561493d0b704826bbf1d 100644 (file)
@@ -67,7 +67,7 @@ int_curr_symbol      "HNL "
 currency_symbol      "L"
 mon_decimal_point    "."
 mon_thousands_sep    ","
-mon_grouping         3;3
+mon_grouping         3
 positive_sign        ""
 negative_sign        "-"
 int_frac_digits      2
@@ -83,7 +83,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point        "."
 thousands_sep        ","
-grouping             3;3
+grouping             3
 END LC_NUMERIC
 
 LC_TIME
index c71c80b87d3b7b456b303bdbb3cb17b21fee76b1..ffdf5a0ac0eb402ef8b6f5c0ab8769f962ee3058 100644 (file)
@@ -67,7 +67,7 @@ int_curr_symbol      "MXN "
 currency_symbol      "$"
 mon_decimal_point    "."
 mon_thousands_sep    ","
-mon_grouping         3;3
+mon_grouping         3
 positive_sign        ""
 negative_sign        "-"
 int_frac_digits      2
@@ -83,7 +83,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point        "."
 thousands_sep        " "
-grouping             3;3
+grouping             3
 END LC_NUMERIC
 
 LC_TIME
index b0af629038c406f8cd6d639ed2758367b20297fb..5c7031d57fb4c3c8800d54b92c29d9f9e08eb1ed 100644 (file)
@@ -59,7 +59,7 @@ int_curr_symbol      "NIO "
 currency_symbol      "C$"
 mon_decimal_point    "."
 mon_thousands_sep    ","
-mon_grouping         3;3
+mon_grouping         3
 positive_sign        ""
 negative_sign        "-"
 int_frac_digits      2
@@ -75,7 +75,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point        "."
 thousands_sep        ","
-grouping             3;3
+grouping             3
 END LC_NUMERIC
 
 LC_TIME
index 2140c214539650d4e2c739e601e4dc430ac60b82..8de759763ce36c0650d110cf888344e892b3efd6 100644 (file)
@@ -67,7 +67,7 @@ int_curr_symbol      "PAB "
 currency_symbol      "B//."
 mon_decimal_point    "."
 mon_thousands_sep    ","
-mon_grouping         3;3
+mon_grouping         3
 positive_sign        ""
 negative_sign        "-"
 int_frac_digits      2
@@ -83,7 +83,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point        "."
 thousands_sep        ","
-grouping             3;3
+grouping             3
 END LC_NUMERIC
 
 LC_TIME
index b08b5af7e399c234c46b6e7ddd71137690e4f5bc..d72f436bc6e1ba90ead7bdaddabf4a9e972335c1 100644 (file)
@@ -67,7 +67,7 @@ int_curr_symbol      "PEN "
 currency_symbol      "S//"
 mon_decimal_point    "."
 mon_thousands_sep    ","
-mon_grouping         3;3
+mon_grouping         3
 positive_sign        ""
 negative_sign        "-"
 int_frac_digits      2
index 7d4e683f64e4a048f0d70b78827c7a77224fe1e6..903de3cd7f029cd0534471447c531e6fa5b3602a 100644 (file)
@@ -59,7 +59,7 @@ int_curr_symbol      "USD "
 currency_symbol      "$"
 mon_decimal_point    "."
 mon_thousands_sep    ","
-mon_grouping         3;3
+mon_grouping         3
 positive_sign        ""
 negative_sign        "-"
 int_frac_digits      2
@@ -75,7 +75,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point        "."
 thousands_sep        ","
-grouping             3;3
+grouping             3
 END LC_NUMERIC
 
 LC_TIME
index 4482886a145953f42b0905d5473cba24bbf929e3..941003dc159f9ed1d7d50b39bc68466f41b89898 100644 (file)
@@ -67,7 +67,7 @@ int_curr_symbol      "PYG "
 currency_symbol      "Gs."
 mon_decimal_point    ","
 mon_thousands_sep    "."
-mon_grouping         3;3
+mon_grouping         3
 positive_sign        ""
 negative_sign        "-"
 int_frac_digits      2
index 5fb7a0589ef5ec7325b5f205b37f1f97bdb97a60..4029eeb711bf4def6c1fdbc948b1fd7ab5dc74d2 100644 (file)
@@ -67,7 +67,7 @@ int_curr_symbol      "USD "
 currency_symbol      "$"
 mon_decimal_point    "."
 mon_thousands_sep    ","
-mon_grouping         3;3
+mon_grouping         3
 positive_sign        ""
 negative_sign        "-"
 int_frac_digits      2
@@ -83,7 +83,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point        "."
 thousands_sep        ","
-grouping             3;3
+grouping             3
 END LC_NUMERIC
 
 LC_TIME
index d79b700f2899633c133861ab88ad3dbc18a802e6..da792b78f4f30a0f98efa0f70d0dacd6da94389b 100644 (file)
@@ -67,7 +67,7 @@ int_curr_symbol         "USD "
 currency_symbol         "$"
 mon_decimal_point       "."
 mon_thousands_sep       ","
-mon_grouping            3;3
+mon_grouping            3
 positive_sign           ""
 negative_sign           "-"
 int_frac_digits         2
index 45c3aba74a4361d250291b64174c417a132f8e41..c21ec1a73d0743321a48a86f66d7e0d31a31b18b 100644 (file)
@@ -67,7 +67,7 @@ int_curr_symbol      "UYU "
 currency_symbol      "$"
 mon_decimal_point    ","
 mon_thousands_sep    "."
-mon_grouping         3;3
+mon_grouping         3
 positive_sign        ""
 negative_sign        "-"
 int_frac_digits      2
index c2cf3c734a2e24b0fbd5aa0a1a2414654117176c..f9e6469d1db2d1f4af68bbea9cedcf2f0eb7051d 100644 (file)
@@ -68,7 +68,7 @@ int_curr_symbol      "VEF "
 currency_symbol      "Bs."
 mon_decimal_point    ","
 mon_thousands_sep    "."
-mon_grouping         3;3
+mon_grouping         3
 positive_sign        ""
 negative_sign        "-"
 int_frac_digits      2
index 5789d5263d8c83f2038f018afe79609a71b3a518..eccca05ab0e6525c3020bbb94c4c3e5411b8f564 100644 (file)
@@ -121,7 +121,7 @@ int_curr_symbol     "EUR "
 currency_symbol     "€"
 mon_decimal_point   ","
 mon_thousands_sep   " "
-mon_grouping        3;3
+mon_grouping        3
 positive_sign       ""
 negative_sign       "-"
 int_frac_digits     2
@@ -137,7 +137,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point           ","
 thousands_sep           " "
-grouping                3;3
+grouping                3
 END LC_NUMERIC
 
 LC_TIME
index a32c2437ea5bd86410357e346c5df950db782c69..d032d8bec90a36796761f5e4ab4e3f82cf9973c3 100644 (file)
@@ -74,7 +74,7 @@ int_curr_symbol      "EUR "
 currency_symbol      "€"
 mon_decimal_point    ","
 mon_thousands_sep    "."
-mon_grouping         3;3
+mon_grouping         3
 positive_sign        ""
 negative_sign        "-"
 int_frac_digits      2
@@ -90,7 +90,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point        ","
 thousands_sep        "."
-grouping             3;3
+grouping             3
 END LC_NUMERIC
 
 LC_TIME
index 359c4fa99397d075a85543929291f0bb5baf72f1..ece7edc2f0a83a950e48d7c1e87e47bc74019470 100644 (file)
@@ -60,7 +60,7 @@ int_curr_symbol      "EUR "
 currency_symbol      "€"
 mon_decimal_point    ","
 mon_thousands_sep    "."
-mon_grouping         3;3
+mon_grouping         3
 positive_sign        ""
 negative_sign        "-"
 int_frac_digits      0
index 8fbb5ddad03b6af7aa394bc26236e89f06ec1c38..2a63f90c1b4bddae3592ec47ece1abeb85eb7a94 100644 (file)
@@ -185,7 +185,7 @@ int_curr_symbol      "EUR "
 currency_symbol      "€"
 mon_decimal_point    ","
 mon_thousands_sep    " "
-mon_grouping         3;3
+mon_grouping         3
 positive_sign        ""
 negative_sign        "-"
 int_frac_digits      2
@@ -201,7 +201,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point        ","
 thousands_sep        " "
-grouping             3;3
+grouping             3
 END LC_NUMERIC
 
 LC_TIME
index dca95ce46fc81b782e3f24eb58a60d9b2bad2c9b..e4dc3e209a86cedc944c0d192d3ce5bbd805b6bb 100644 (file)
@@ -95,7 +95,7 @@ int_curr_symbol         "PHP "
 currency_symbol         "₱"
 mon_decimal_point       "."
 mon_thousands_sep       ","
-mon_grouping            3;3
+mon_grouping            3
 positive_sign           ""
 negative_sign           "-"
 int_frac_digits         2
index af222f76c29bc25fc4b337a013d6ca18fc3d7384..f35a788a652630bd8534d26436a71df5aadffea0 100644 (file)
@@ -69,7 +69,7 @@ int_curr_symbol           "EUR "
 currency_symbol           "€"
 mon_decimal_point         ","
 mon_thousands_sep         "."
-mon_grouping              3;3
+mon_grouping              3
 positive_sign             ""
 negative_sign             "-"
 int_frac_digits           2
@@ -85,7 +85,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point             ","
 thousands_sep             "."
-grouping                  3;3
+grouping                  3
 END LC_NUMERIC
 
 LC_TIME
index 4c3f05d98d45d768821c5ffe6d0169ecc7a9552b..93cd0c4c8838b3361bdc8d1c503628c3526f7540 100644 (file)
@@ -68,7 +68,7 @@ int_curr_symbol           "CAD "
 currency_symbol           "$"
 mon_decimal_point         ","
 mon_thousands_sep         " "
-mon_grouping              3;3
+mon_grouping              3
 positive_sign             ""
 negative_sign             "-"
 int_frac_digits           2
index 77272920f782c12ae66c9de8a2bb2700f4ac03fc..31af42f20ae5b11bde30a0244bd9ca8a983bdc16 100644 (file)
@@ -69,7 +69,7 @@ int_curr_symbol           "EUR "
 currency_symbol           "€"
 mon_decimal_point         ","
 mon_thousands_sep         " "
-mon_grouping              3;3
+mon_grouping              3
 positive_sign             ""
 negative_sign             "-"
 int_frac_digits           2
@@ -85,7 +85,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point             ","
 thousands_sep             " "
-grouping                  3;3
+grouping                  3
 END LC_NUMERIC
 
 LC_TIME
index 084a9bc11b68099652153e0ae693914c8dc78598..58b8dcfb8b2ea96ae8f6ccad30b40d579fed1c31 100644 (file)
@@ -65,7 +65,7 @@ int_curr_symbol         "EUR "
 currency_symbol         "€"
 mon_decimal_point       "."
 mon_thousands_sep       ","
-mon_grouping            3;3
+mon_grouping            3
 positive_sign           ""
 negative_sign           "-"
 int_frac_digits         2
@@ -81,7 +81,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point           "."
 thousands_sep           ","
-grouping                3;3
+grouping                3
 END LC_NUMERIC
 
 LC_TIME
index b98990db0ea40889187ef49bf3a8ec094c5e05a9..d077a2a14e2e56e91a3153c9f5ec0b587b86c72f 100644 (file)
@@ -70,7 +70,7 @@ int_curr_symbol      "EUR "
 currency_symbol      "€"
 mon_decimal_point    ","
 mon_thousands_sep    "."
-mon_grouping         3;3
+mon_grouping         3
 positive_sign        ""
 negative_sign        "-"
 int_frac_digits      2
@@ -86,7 +86,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point        ","
 thousands_sep        ""
-grouping             0;0
+grouping             -1
 END LC_NUMERIC
 
 LC_TIME
index f4ccaa08a4a579316c0700a8b06ac93473de8f4d..cf3b8e14657422c43b8e506d64e3e7fcab855995 100644 (file)
@@ -68,7 +68,7 @@ int_curr_symbol         "GBP "
 currency_symbol         "£"
 mon_decimal_point       "."
 mon_thousands_sep       ","
-mon_grouping            3;3
+mon_grouping            3
 positive_sign           ""
 negative_sign           "-"
 int_frac_digits         2
@@ -84,7 +84,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point           "."
 thousands_sep           ","
-grouping                3;3
+grouping                3
 END LC_NUMERIC
 
 LC_TIME
index e49c06d9228fb857fe95ecab79005944b1e4f229..7886e348f0999b30c079c91238b409149ee460d2 100644 (file)
@@ -70,7 +70,7 @@ int_curr_symbol   "ILS "
 currency_symbol   "₪"
 mon_decimal_point "."
 mon_thousands_sep ","
-mon_grouping      3;3
+mon_grouping      3
 positive_sign     ""
 negative_sign     "-"
 int_frac_digits   2
@@ -86,7 +86,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point     "."
 thousands_sep     ","
-grouping          3;3
+grouping          3
 END LC_NUMERIC
 
 LC_TIME
index 81d54243952fc7a73cc905400bf26495674cf27b..83087a3b02c10e674cb4143477212a019092b8a6 100644 (file)
@@ -175,7 +175,7 @@ int_curr_symbol           "HRK "
 currency_symbol           "kn"
 mon_decimal_point         ","
 mon_thousands_sep         "."
-mon_grouping              3;3
+mon_grouping              3
 positive_sign             ""
 negative_sign             "-"
 int_frac_digits           2
@@ -193,7 +193,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point             ","
 thousands_sep             "."
-grouping                  3;3
+grouping                  3
 END LC_NUMERIC
 
 LC_TIME
index 4ffb33228d9b36d104092ed401b8f815edce76cf..b61e402a62cbe842c8a60bfbf6acbd2b4ffbbe23 100644 (file)
@@ -492,7 +492,7 @@ int_curr_symbol           "HUF "
 currency_symbol           "Ft"
 mon_decimal_point         ","
 mon_thousands_sep         "."
-mon_grouping              3;3
+mon_grouping              3
 positive_sign             ""
 negative_sign             "-"
 int_frac_digits           2
@@ -514,7 +514,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point             ","
 thousands_sep             "."
-grouping                  3;3
+grouping                  3
 END LC_NUMERIC
 
 LC_TIME
index 6e798f08de15e4ab8fce5708bc92803ef9946494..fd7ea763f79cd7417424fa3b48ca383bb14d38ec 100644 (file)
@@ -83,7 +83,7 @@ int_curr_symbol      "AMD "
 currency_symbol      "֏"
 mon_decimal_point    "."
 mon_thousands_sep    ","
-mon_grouping         3;3
+mon_grouping         3
 positive_sign        ""
 negative_sign        "-"
 int_frac_digits      2
@@ -99,7 +99,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point        "."
 thousands_sep        ","
-grouping             3;3
+grouping             3
 END LC_NUMERIC
 
 LC_TIME
index 17cb3c77cad7dd875d03e94b03b2f4d6f5022784..7a6cbb7d5091bf96ec41ffb715b568da95a20e62 100644 (file)
@@ -66,7 +66,7 @@ int_curr_symbol         "IDR "
 currency_symbol         "Rp"
 mon_decimal_point       ","
 mon_thousands_sep       "."
-mon_grouping            3;3
+mon_grouping            3
 positive_sign           ""
 negative_sign           "-"
 int_frac_digits         2
@@ -82,7 +82,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point           ","
 thousands_sep           "."
-grouping                3;3
+grouping                3
 END LC_NUMERIC
 
 LC_TIME
index 8d9218eca180889c89e3024706b572c4b94ebc4b..f3e35c7486e1c208687b7a104dcb41efd98681c5 100644 (file)
@@ -157,7 +157,7 @@ int_curr_symbol         "ISK "
 currency_symbol         "kr"
 mon_decimal_point       ","
 mon_thousands_sep       "."
-mon_grouping            3;3
+mon_grouping            3
 positive_sign           ""
 negative_sign           "-"
 % *_frac_* must be checked
@@ -174,7 +174,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point           ","
 thousands_sep           "."
-grouping                3;3
+grouping                3
 END LC_NUMERIC
 
 LC_TIME
index 1b7a9538d2511a591916dde70bfeefbffd99d925..f2a464ca4596de9fc8f61b0f8dc0d0d9bb63a8b7 100644 (file)
@@ -73,7 +73,7 @@ int_curr_symbol           "EUR "
 currency_symbol           "€"
 mon_decimal_point         ","
 mon_thousands_sep         "."
-mon_grouping              3;3
+mon_grouping              3
 positive_sign             ""
 negative_sign             "-"
 int_frac_digits           2
@@ -89,7 +89,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point             ","
 thousands_sep             "."
-grouping                  3;3
+grouping                  3
 END LC_NUMERIC
 
 LC_TIME
index ce23443f60db758579f5315f8c55f792b4ef5658..09a5768f6a6f6b2159ccacd2b084c2b45478e528 100644 (file)
@@ -63,7 +63,7 @@ int_curr_symbol      "GEL "
 currency_symbol      "₾"
 mon_decimal_point    ","
 mon_thousands_sep    "."
-mon_grouping         3;3
+mon_grouping         3
 positive_sign        ""
 negative_sign        "-"
 int_frac_digits      2
@@ -79,7 +79,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point        ","
 thousands_sep        "."
-grouping             3;3
+grouping             3
 END LC_NUMERIC
 
 LC_TIME
index 42f31f97d735aa72159e4e1e77263e68ea5b802d..81e1475008e0116c6a38bc98645cf303caa6cdfd 100644 (file)
@@ -114,7 +114,7 @@ int_curr_symbol           "KZT "
 currency_symbol           "₸"
 mon_decimal_point         ","
 mon_thousands_sep         " "
-mon_grouping              3;3
+mon_grouping              3
 positive_sign             ""
 negative_sign             "-"
 int_frac_digits           2
@@ -136,7 +136,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point             ","
 thousands_sep             " "
-grouping                  3;3
+grouping                  3
 END LC_NUMERIC
 
 LC_TIME
index a9b697fa40a3beb7bf83faa748d70db0fe475781..a4216ca68923b6fb0682b259ba3f37a877c44821 100644 (file)
@@ -892,7 +892,7 @@ int_curr_symbol      "KHR "
 currency_symbol      "៛"
 mon_decimal_point    "."
 mon_thousands_sep    ","
-mon_grouping         3;3
+mon_grouping         3
 positive_sign        ""
 negative_sign        "-"
 int_frac_digits       2
index b8c328bb832c1606fb4f53c933ddb140840237c1..38235ebf084c88e23d3157e9e27f2f040aa7c89a 100644 (file)
@@ -6109,7 +6109,7 @@ int_curr_symbol           "KRW "
 currency_symbol                "₩"
 mon_decimal_point      "."
 mon_thousands_sep      ","
-mon_grouping           3;3
+mon_grouping           3
 positive_sign          ""
 negative_sign          "-"
 int_frac_digits                0
@@ -6132,7 +6132,7 @@ LC_NUMERIC
 
 decimal_point          "."
 thousands_sep          ","
-grouping               3;3
+grouping               3
 
 END LC_NUMERIC
 
index 51d0cb3f73fb2c8467d4851ca0db5bbf22fa57e9..e821d680baf6574c5ded888f49f1441dbb9939f7 100644 (file)
@@ -56,7 +56,7 @@ int_curr_symbol           "RUB "
 currency_symbol           "₽"
 mon_decimal_point         "."
 mon_thousands_sep         " "
-mon_grouping              3;3
+mon_grouping              3
 positive_sign             ""
 negative_sign             "-"
 int_frac_digits           2
index e56117394afae0534725edf8dbcb80b1f32415fd..07771fa16e287977e8b253d50703d7afa03c0628 100644 (file)
@@ -69,7 +69,7 @@ int_curr_symbol         "GBP "
 currency_symbol         "£"
 mon_decimal_point       "."
 mon_thousands_sep       ","
-mon_grouping            3;3
+mon_grouping            3
 positive_sign           ""
 negative_sign           "-"
 int_frac_digits         2
@@ -85,7 +85,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point           "."
 thousands_sep           ","
-grouping                3;3
+grouping                3
 END LC_NUMERIC
 
 LC_TIME
index 771a612306d111c1f4936a079991fa9ad500da13..3eb6cf5094f3f8111985e453d5882b8119478242 100644 (file)
@@ -98,7 +98,7 @@ int_curr_symbol           "KGS "
 currency_symbol           "сом"
 mon_decimal_point         "."
 mon_thousands_sep         " "
-mon_grouping              3;3
+mon_grouping              3
 positive_sign             ""
 negative_sign             "-"
 int_frac_digits           2
@@ -114,7 +114,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point             ","
 thousands_sep             " "
-grouping                  3;3
+grouping                  3
 END LC_NUMERIC
 
 LC_TIME
index 844e95db8fa6f55dde14792df7cd17e60862676b..fe48cf082f4f586acba262b35b365dacdb1377c0 100644 (file)
@@ -73,7 +73,7 @@ currency_symbol         "USh"
 %
 mon_decimal_point       "."
 mon_thousands_sep       ","
-mon_grouping            3;3
+mon_grouping            3
 % For money there are three numbers to the between each
 % pair of thousands separators, e.g. "123,456,786"
 %
@@ -124,7 +124,7 @@ decimal_point           "."
 thousands_sep           ","
 % For normal numbers, the thousands separator is a ","
 %
-grouping                3;3
+grouping                3
 % For normal numbers, there are three numbers between each
 % pair of thousands separators, e.g. 123,456,789
 %
index b7778894679eaae4c6e5cb3b011d69ae5ae53d6d..2a94d4ada3e396f0bdd7a2c2a99f6f7ccb324dea 100644 (file)
@@ -616,7 +616,7 @@ int_curr_symbol      "LAK "
 currency_symbol      "₭"
 mon_decimal_point    "."
 mon_thousands_sep    ","
-mon_grouping         3;3
+mon_grouping         3
 positive_sign        ""
 negative_sign        "-"
 int_frac_digits      2
index 035682097a1ffa757a03ad61f940e3c16a26d80e..1ec060162d8674cf652fd7a6d147e769b4e40287 100644 (file)
@@ -171,7 +171,7 @@ int_curr_symbol     "EUR "
 currency_symbol     "€"
 mon_decimal_point   ","
 mon_thousands_sep   "."
-mon_grouping        3;3
+mon_grouping        3
 positive_sign       ""
 negative_sign       "-"
 int_frac_digits     2
@@ -187,7 +187,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point       ","
 thousands_sep       "."
-grouping            3;3
+grouping            3
 END LC_NUMERIC
 
 LC_TIME
index 576a1ca56d9a79518dc386a6a894cd96b822225e..32b3ddaaeb41820334225578425a4a16bc27dc97 100644 (file)
@@ -133,7 +133,7 @@ int_curr_symbol   "EUR "
 currency_symbol   "€"
 mon_decimal_point ","
 mon_thousands_sep " "
-mon_grouping      3;3
+mon_grouping      3
 positive_sign     ""
 negative_sign     "-"
 int_frac_digits   2
@@ -149,7 +149,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point     ","
 thousands_sep     " "
-grouping          3;3
+grouping          3
 END LC_NUMERIC
 
 LC_TIME
index acd0cc881e280675cd58b37096f9ad52b628fd80..ddb7e71b56dfa0e8d7302e4426064d572c4d7cac 100644 (file)
@@ -118,7 +118,7 @@ int_curr_symbol     "MUR "
 currency_symbol     "₨"
 mon_decimal_point   "."
 mon_thousands_sep   " "
-mon_grouping        3;3
+mon_grouping        3
 positive_sign       ""
 negative_sign       "-"
 int_frac_digits     2
index 1b0106aeacf7c90a832924f884bf00887de45c4d..214d1008bca3dbf4fab9b7eff301d6eeb6b111d6 100644 (file)
@@ -75,7 +75,7 @@ int_curr_symbol           "MGA "
 currency_symbol           "Ar"
 mon_decimal_point         ","
 mon_thousands_sep         " "
-mon_grouping              3;3
+mon_grouping              3
 positive_sign             ""
 negative_sign             "-"
 int_frac_digits           2
@@ -91,7 +91,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point             ","
 thousands_sep             ""
-grouping                  0;0
+grouping                  -1
 END LC_NUMERIC
 
 LC_TIME
index 6b1a47e574d6c91700c1a203061a108022cb9eb2..3ed14ecc51848f4f74894c05c26d450cb55156af 100644 (file)
@@ -71,7 +71,7 @@ int_curr_symbol           "RUB "
 currency_symbol           "₽"
 mon_decimal_point         "."
 mon_thousands_sep         " "
-mon_grouping              3;3
+mon_grouping              3
 positive_sign             ""
 negative_sign             "-"
 int_frac_digits           2
index f7bc9d334978d4bc2eecff0e24c4deadf2d57968..5f3c76ee1742e84d908e2ea28f2087cdff28116b 100644 (file)
@@ -96,7 +96,7 @@ int_curr_symbol           "MKD "
 currency_symbol           "ден"
 mon_decimal_point         ","
 mon_thousands_sep         " "
-mon_grouping              3;3
+mon_grouping              3
 positive_sign             ""
 negative_sign             "-"
 int_frac_digits           2
@@ -112,7 +112,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point             ","
 thousands_sep             " "
-grouping                  3;3
+grouping                  3
 END LC_NUMERIC
 
 LC_MESSAGES
index cfe0473f6802dfe613f44285f0a4044201d04bf8..0e93021751b3faa10e784378bbec5bc4ec2841b6 100644 (file)
@@ -138,7 +138,7 @@ int_curr_symbol     "MNT "
 currency_symbol     "₮"
 mon_decimal_point   "."
 mon_thousands_sep   " "
-mon_grouping        3;3
+mon_grouping        3
 positive_sign       ""
 negative_sign       "-"
 int_frac_digits     2
@@ -155,7 +155,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point   ","
 thousands_sep   "."
-grouping        3;3
+grouping        3
 END LC_NUMERIC
 
 LC_TIME
index 733e6c98c1504ba0d9c337ee96bb421691232a93..d59fb6ed66152253e5dd94aaac4d8f8b836170a7 100644 (file)
@@ -76,7 +76,7 @@ int_curr_symbol     "MMK "
 currency_symbol "K"
 mon_decimal_point     "."
 mon_thousands_sep     ","
-mon_grouping          3;3
+mon_grouping          3
 positive_sign         ""
 negative_sign         "-"
 int_frac_digits       2
@@ -98,7 +98,7 @@ LC_NUMERIC
 %
 decimal_point          "."
 thousands_sep          ","
-grouping               3;3
+grouping               3
 %
 END LC_NUMERIC
 
index f2976fe36f9e4f6726b126788d178043ef492aae..bb91230556f856e94782ad01527f8314b132e3d7 100644 (file)
@@ -174,7 +174,7 @@ int_curr_symbol         "NOK "
 currency_symbol         "kr"
 mon_decimal_point       ","
 mon_thousands_sep       " "
-mon_grouping            3;3
+mon_grouping            3
 positive_sign           ""
 negative_sign           "-"
 int_frac_digits         2
@@ -190,7 +190,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point           ","
 thousands_sep           " "
-grouping                3;3
+grouping                3
 END LC_NUMERIC
 
 LC_TIME
index 3bf50aa1cf984604f5a8084487bbef22d4a69096..894642c82562fd45fb7dc1d4116688ad72559a25 100644 (file)
@@ -50,7 +50,7 @@ int_curr_symbol     "AWG "
 currency_symbol     "Afl."
 mon_decimal_point   ","
 mon_thousands_sep   "."
-mon_grouping        3;3
+mon_grouping        3
 positive_sign       ""
 negative_sign       "-"
 int_frac_digits     2
index 9e3bbf0c93978f31aa9410ff159d354426050b1b..94f7477fc64ac6631404eb617c9ade95f5f8c76c 100644 (file)
@@ -75,7 +75,7 @@ int_curr_symbol           "EUR "
 currency_symbol           "€"
 mon_decimal_point         ","
 mon_thousands_sep         "."
-mon_grouping              3;3
+mon_grouping              3
 positive_sign             ""
 negative_sign             "-"
 int_frac_digits           2
@@ -91,7 +91,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point             ","
 thousands_sep             "."
-grouping                  3;3
+grouping                  3
 END LC_NUMERIC
 
 LC_TIME
index 49731530ac39e0543812ce992f6053dba6daa51c..886725b4dadceec62b220feac488b39023cb265c 100644 (file)
@@ -177,7 +177,7 @@ int_curr_symbol       "KES "
 currency_symbol       "Ksh"
 mon_decimal_point     "."
 mon_thousands_sep     ","
-mon_grouping          3;3
+mon_grouping          3
 positive_sign         ""
 negative_sign         "-"
 int_frac_digits       2
@@ -198,7 +198,7 @@ LC_NUMERIC
 %
 decimal_point          "."
 thousands_sep          ","
-grouping               3;3
+grouping               3
 %
 END LC_NUMERIC
 
index 0072083146ea9eef49040f8604e409613a7ab06a..6819b87dab8cc21e104911e8af72cb788e3a7a8a 100644 (file)
@@ -78,7 +78,7 @@ int_curr_symbol           "AWG "
 currency_symbol           "ƒ"
 mon_decimal_point         ","
 mon_thousands_sep         " "
-mon_grouping              3;3
+mon_grouping              3
 positive_sign             ""
 negative_sign             "-"
 int_frac_digits           2
@@ -133,7 +133,7 @@ END LC_TIME
 LC_NUMERIC
 decimal_point             ","
 thousands_sep             ""
-grouping                  0;0
+grouping                  -1
 END LC_NUMERIC
 
 LC_MEASUREMENT
index c7ab047a46b2a2c7f4bb17817d32d4909563fc9e..0dc21247d4e917a81df7b666ed0bb5a735a8c4ad 100644 (file)
@@ -78,7 +78,7 @@ int_curr_symbol           "ANG "
 currency_symbol           "ƒ"
 mon_decimal_point         ","
 mon_thousands_sep         " "
-mon_grouping              3;3
+mon_grouping              3
 positive_sign             ""
 negative_sign             "-"
 int_frac_digits           2
@@ -133,7 +133,7 @@ END LC_TIME
 LC_NUMERIC
 decimal_point             ","
 thousands_sep             ""
-grouping                  0;0
+grouping                  -1
 END LC_NUMERIC
 
 LC_MEASUREMENT
index c338c7a794e07fdcd21576bdce0295bb02823345..d9667b187a4541911fb4adfcb789ee6c10b1c4c7 100644 (file)
@@ -65,7 +65,7 @@ int_curr_symbol           "BRL "
 currency_symbol           "R$"
 mon_decimal_point         ","
 mon_thousands_sep         "."
-mon_grouping              3;3
+mon_grouping              3
 positive_sign             ""
 negative_sign             "-"
 int_frac_digits           2
@@ -85,7 +85,7 @@ END LC_CTYPE
 LC_NUMERIC
 decimal_point             ","
 thousands_sep             "."
-grouping                  3;3
+grouping                  3
 END LC_NUMERIC
 
 LC_TIME
index e1b72ba06ab9af4017f27177f638cc22158394b7..4e4b8f2b1384fd5a74d2193662d483cadee6d6b3 100644 (file)
@@ -73,7 +73,7 @@ int_curr_symbol           "EUR "
 currency_symbol           "€"
 mon_decimal_point         ","
 mon_thousands_sep         "."
-mon_grouping              3;3
+mon_grouping              3
 positive_sign             ""
 negative_sign             "-"
 int_frac_digits           2
@@ -89,7 +89,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point             ","
 thousands_sep             ""
-grouping                  0;0
+grouping                  -1
 END LC_NUMERIC
 
 LC_TIME
index dff34470b3a836a62e766c6f70f292eed6b75d53..17671fe1640ab3390f66b366fe1e5d4505a31aea 100644 (file)
@@ -109,7 +109,7 @@ int_curr_symbol         "MAD "
 currency_symbol         "dh"
 mon_decimal_point       "."
 mon_thousands_sep       ""
-mon_grouping            3;3
+mon_grouping            3
 positive_sign           ""
 negative_sign           "-"
 int_frac_digits         2
index 2b6705ccf4f2561bac9709b84017b1d87e613b3d..9788290deb858aef88cfc3b6b0c4c0ec7b0b704e 100644 (file)
@@ -166,7 +166,7 @@ mon_decimal_point         ","
 % the separation of digits is made in groups of three
 % and the separator between the groups is the full stop (dot)
 mon_thousands_sep         "."
-mon_grouping              3;3
+mon_grouping              3
 % the positive sign is not usualy represented
 positive_sign             ""
 % while the negative one is
@@ -190,7 +190,7 @@ decimal_point             ","
 % and the separator between groups is full stop
 thousands_sep             "."
 % the separation of figures is made in groups of three
-grouping                  3;3
+grouping                  3
 END LC_NUMERIC
 
 
index c9e8a3b3b27a6cf523bd512c8e18663cf33ff279..b6268a242a624c1125204a3207bb88091c728323 100644 (file)
@@ -84,7 +84,7 @@ int_curr_symbol           "RUB "
 currency_symbol           "₽"
 mon_decimal_point         ","
 mon_thousands_sep         " "
-mon_grouping              3;3
+mon_grouping              3
 positive_sign             ""
 negative_sign             "-"
 int_frac_digits           2
@@ -100,7 +100,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point             ","
 thousands_sep             " "
-grouping                  3;3
+grouping                  3
 END LC_NUMERIC
 
 LC_TIME
index 278f36c62511d9f088b016672f08f739486f28e7..ee5ec9d74a3a4a5309664fe3515eea432004771a 100644 (file)
@@ -63,7 +63,7 @@ int_curr_symbol           "UAH "
 currency_symbol           "₴"
 mon_decimal_point         "."
 mon_thousands_sep         " "
-mon_grouping              3;3
+mon_grouping              3
 positive_sign             ""
 negative_sign             "-"
 int_frac_digits           2
@@ -79,7 +79,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point             ","
 thousands_sep             "."
-grouping                  3;3
+grouping                  3
 END LC_NUMERIC
 
 LC_TIME
index 85f26ca6c499d325006f9dbc23a9b18473bfbdfb..fce8a6a90d6a19ee3ed0c53f8464fb3ae0b7a7a3 100644 (file)
@@ -56,7 +56,7 @@ int_curr_symbol           "RWF "
 currency_symbol           "FRw"
 mon_decimal_point         ","
 mon_thousands_sep         "."
-mon_grouping              3;3
+mon_grouping              3
 positive_sign             ""
 negative_sign             "-"
 int_frac_digits           2
index 6587d7603b56637bb02717e7029b38c3a1145d5b..e9a784f4a815765ba27d99dc8f5c56ee74c606ba 100644 (file)
@@ -229,7 +229,7 @@ int_curr_symbol         "NOK "
 currency_symbol         "kr"
 mon_decimal_point       ","
 mon_thousands_sep       "."
-mon_grouping            3;3
+mon_grouping            3
 positive_sign           ""
 negative_sign           "-"
 int_frac_digits         2
@@ -245,7 +245,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point           ","
 thousands_sep           "."
-grouping                3;3
+grouping                3
 END LC_NUMERIC
 
 
index 164c970f10fb92b318f86a131f444359ac679f0b..92d694321dffd57ff6c5c54cd2f694cf1d345a8c 100644 (file)
@@ -72,7 +72,7 @@ int_curr_symbol       "MMK "
 currency_symbol       "Ks"
 mon_decimal_point     "."
 mon_thousands_sep     ","
-mon_grouping          3;3
+mon_grouping          3
 positive_sign         ""
 negative_sign         "-"
 int_frac_digits       2
@@ -88,7 +88,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point          "."
 thousands_sep          ","
-grouping               3;3
+grouping               3
 END LC_NUMERIC
 
 LC_TIME
index 3421382b5cf35381c7c742324323053707999a19..658ac2c1f8cd6c197cde6ca543233df42ec4afe6 100644 (file)
@@ -92,7 +92,7 @@ int_curr_symbol               "EUR "
 currency_symbol                "€"
 mon_decimal_point      ","
 mon_thousands_sep      " "
-mon_grouping           3;3
+mon_grouping           3
 positive_sign          ""
 negative_sign          "-"
 int_frac_digits                2
@@ -113,7 +113,7 @@ LC_NUMERIC
 
 decimal_point          ","
 thousands_sep          " "
-grouping               3;3
+grouping               3
 
 END LC_NUMERIC
 
index ae44b38b11e70645311ffeca57c833dd54ef4b2c..ca65ab92e429d20c4b65d0de3321a3829b547795 100644 (file)
@@ -2135,7 +2135,7 @@ int_curr_symbol           "EUR "
 currency_symbol           "€"
 mon_decimal_point         ","
 mon_thousands_sep         "."
-mon_grouping              3;3
+mon_grouping              3
 positive_sign             ""
 negative_sign             "-"
 int_frac_digits           2
@@ -2151,7 +2151,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point             ","
 thousands_sep             "."
-grouping                  0;0
+grouping                  -1
 END LC_NUMERIC
 
 LC_TIME
index a695a2963489efdfca34aa732a0e25281126ae55..799b8495d7e5b63fa98f37c164ef9ac5603ba4ad 100644 (file)
@@ -82,7 +82,7 @@ int_curr_symbol       "SOS "
 currency_symbol       "S"
 mon_decimal_point     "."
 mon_thousands_sep     ","
-mon_grouping          3;3
+mon_grouping          3
 positive_sign         ""
 negative_sign         "-"
 int_frac_digits       2
@@ -103,7 +103,7 @@ LC_NUMERIC
 %
 decimal_point          "."
 thousands_sep          ","
-grouping               3;3
+grouping               3
 %
 END LC_NUMERIC
 
index 9415d5f172d99e2602770560965ddccfc0fd54f9..6996fdaa4b2948920400417029ba9173f273a8c7 100644 (file)
@@ -54,7 +54,7 @@ int_curr_symbol           "MKD "
 currency_symbol           "den"
 mon_decimal_point         ","
 mon_thousands_sep         " "
-mon_grouping              3;3
+mon_grouping              3
 positive_sign             ""
 negative_sign             "-"
 int_frac_digits           2
index 38121e8cc1ac71bd0b5de045b593acc4dc0865d3..0803c01ceaa435a027357b404c7191cc98b295a6 100644 (file)
@@ -63,7 +63,7 @@ int_curr_symbol           "EUR "
 currency_symbol           "€"
 mon_decimal_point         ","
 mon_thousands_sep         "."
-mon_grouping              3;3
+mon_grouping              3
 positive_sign             ""
 negative_sign             "-"
 int_frac_digits           2
index 93222c2e0c092057785e1d1ad90bbbf2b469594d..33714f0816b21136d8449a2b0289aeb524b29e36 100644 (file)
@@ -152,7 +152,7 @@ int_curr_symbol           "RSD "
 currency_symbol           "дин"
 mon_decimal_point         ","
 mon_thousands_sep         "."
-mon_grouping              3;3
+mon_grouping              3
 positive_sign             ""
 negative_sign             "-"
 int_frac_digits           2
@@ -168,7 +168,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point             ","
 thousands_sep             ""
-grouping                  0;0
+grouping                  -1
 END LC_NUMERIC
 
 LC_TIME
index 316ded88e94dab2688e3d1cddda694f0101f54b4..d32c17869d109ec908cc03ccb60f366935873109 100644 (file)
@@ -63,7 +63,7 @@ int_curr_symbol           "RSD "
 currency_symbol           "din"
 mon_decimal_point         ","
 mon_thousands_sep         "."
-mon_grouping              3;3
+mon_grouping              3
 positive_sign             ""
 negative_sign             "-"
 int_frac_digits           0
index 588eb1d901106fb0c3d3bb7dab9ff0f01900074b..902f520a731b0e980e437adeff926a342ec51fd8 100644 (file)
@@ -66,7 +66,7 @@ int_curr_symbol         "IDR "
 currency_symbol         "Rp"
 mon_decimal_point       ","
 mon_thousands_sep       "."
-mon_grouping            3;3
+mon_grouping            3
 positive_sign           ""
 negative_sign           "-"
 int_frac_digits         2
@@ -82,7 +82,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point           ","
 thousands_sep           "."
-grouping                3;3
+grouping                3
 END LC_NUMERIC
 
 LC_TIME
index d8e3c7f6bc9cbf3f87cdd56b6ed2f95857d83fb2..3d2df9c3033ba1f07c88e2d5f723feba8dc112f1 100644 (file)
@@ -173,7 +173,7 @@ int_curr_symbol         "SEK "
 currency_symbol         "kr"
 mon_decimal_point       ","
 mon_thousands_sep       " "
-mon_grouping            3;3
+mon_grouping            3
 positive_sign           ""
 negative_sign           "-"
 int_frac_digits         2
@@ -189,7 +189,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point           ","
 thousands_sep           " "
-grouping                3;3
+grouping                3
 END LC_NUMERIC
 
 LC_TIME
index 56105d48a86926c8a08b3e60e0dc581321a8aa81..a510daf11b93956b52263de11865cd7ae91ac93b 100644 (file)
@@ -133,7 +133,7 @@ int_curr_symbol           "TJS "
 currency_symbol           "руб"
 mon_decimal_point         "."
 mon_thousands_sep         " "
-mon_grouping              3;3
+mon_grouping              3
 positive_sign             ""
 negative_sign             "-"
 int_frac_digits           2
@@ -149,7 +149,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point             ","
 thousands_sep             "."
-grouping                  3;3
+grouping                  3
 END LC_NUMERIC
 
 LC_TIME
index 833dd4586baddeb601daf7c0c878252ac5e24132..a0d4ed4c902c961397940e0f68844946a21e01b4 100644 (file)
@@ -78,7 +78,7 @@ int_curr_symbol       "ERN "
 currency_symbol       "Nfk"
 mon_decimal_point     "."
 mon_thousands_sep     ","
-mon_grouping          3;3
+mon_grouping          3
 positive_sign         ""
 negative_sign         "-"
 int_frac_digits       0
@@ -99,7 +99,7 @@ LC_NUMERIC
 %
 decimal_point         "."
 thousands_sep         ""
-grouping              0;0
+grouping              -1
 %
 END LC_NUMERIC
 
index 0b241235750f5be5b865d7b31fce5e3a1f88d31f..26f34b5cbce02d11e2ff3ecc7f17861d15f108d7 100644 (file)
@@ -336,7 +336,7 @@ END LC_TIME
 LC_NUMERIC
 decimal_point             "."
 thousands_sep             ","
-grouping                  3;3
+grouping                  3
 END LC_NUMERIC
 
 LC_MONETARY
@@ -344,7 +344,7 @@ int_curr_symbol           "TMM "
 currency_symbol           "MANAT"
 mon_decimal_point         "."
 mon_thousands_sep         ","
-mon_grouping              3;3
+mon_grouping              3
 positive_sign             ""
 negative_sign             "-"
 int_frac_digits           2
index 8fc72cded92cb9673713b25e804acee569b90275..f459bfc55e5e3d28815e8fc1ebd513bb46a97a69 100644 (file)
@@ -57,7 +57,7 @@ int_curr_symbol         "PHP "
 currency_symbol         "₱"
 mon_decimal_point       "."
 mon_thousands_sep       ","
-mon_grouping            3;3
+mon_grouping            3
 positive_sign           ""
 negative_sign           "-"
 int_frac_digits         2
index c67a553f8484d4f6b1cfef125bcdb65f206a3803..d9a092cbb2bd83d28b65675ff2b3ee2d57984742 100644 (file)
@@ -65,7 +65,7 @@ int_curr_symbol     "XDR "
 currency_symbol     "¤"
 mon_decimal_point   ","
 mon_thousands_sep   " "
-mon_grouping        3;3
+mon_grouping        3
 positive_sign       ""
 negative_sign       "-"
 int_frac_digits     2
@@ -81,7 +81,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point "."
 thousands_sep " "
-grouping      0;0
+grouping      -1
 END LC_NUMERIC
 
 LC_TIME
index 702b898d957f203941fccf3d26bc7f886c028966..31387c7c4ab297ebdf43e199e5622c8486df2902 100644 (file)
@@ -2742,7 +2742,7 @@ int_curr_symbol           "TRY "
 currency_symbol           "₺"
 mon_decimal_point         ","
 mon_thousands_sep         "."
-mon_grouping              3;3
+mon_grouping              3
 positive_sign             ""
 negative_sign             "-"
 int_frac_digits           2
@@ -2758,7 +2758,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point             ","
 thousands_sep             "."
-grouping                  3;3
+grouping                  3
 END LC_NUMERIC
 
 LC_TIME
index 47562f554b54a557df349223472f06e6040b3965..150a9bae2be1feb0ee1a0eb74853051d0e2a4a9d 100644 (file)
@@ -174,7 +174,7 @@ int_curr_symbol           "RUB "
 currency_symbol           "₽"
 mon_decimal_point         "."
 mon_thousands_sep         " "
-mon_grouping              3;3
+mon_grouping              3
 positive_sign             ""
 negative_sign             "-"
 int_frac_digits           2
index 6d1d4a91c786fbda313505f7a1415a11749115fd..cd01731a3e4c607a8ce5bccc4d4fbaca2df8f375 100644 (file)
@@ -77,7 +77,7 @@ int_curr_symbol           "RUB "
 currency_symbol           "₽"
 mon_decimal_point         "."
 mon_thousands_sep         " "
-mon_grouping              3;3
+mon_grouping              3
 positive_sign             ""
 negative_sign             "-"
 int_frac_digits           2
@@ -93,7 +93,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point             ","
 thousands_sep             "."
-grouping                  3;3
+grouping                  3
 END LC_NUMERIC
 
 LC_TIME
index bf8874ddceebec0eb9eaff1b27ca089d19d1f3bc..66bc132e24f08f0cfed1f7433c853fb1989d3e5c 100644 (file)
@@ -626,7 +626,7 @@ mon_thousands_sep         " " % <NNBSP> (0X202F)
 % FIXME:
 %   Note difference between "123 456 789,01" and "1234,56".
 %   Unfortunately, it can't be implemented with current (2.3.6) glibc.
-mon_grouping              3;3
+mon_grouping              3
 
 % String that is used to indicate a positive sign for monetary
 % quantities
@@ -750,7 +750,7 @@ thousands_sep             " " % <NNBSP> (0X202F)
 % FIXME:
 %   Note difference between "123 456 789,01" and "1234,56".
 %   Unfortunately, it can't be implemented with current glibc.
-grouping                  3;3
+grouping                  3
 
 END LC_NUMERIC
 
index a68fcef3c13e7edb5e4982364ac5799256367094..d87f4affa745ecf1b0e53800524efa1713db3ba4 100644 (file)
@@ -70,7 +70,7 @@ int_curr_symbol "PKR "
 currency_symbol "Rs"
 mon_decimal_point "."
 mon_thousands_sep ","
-mon_grouping  3;3
+mon_grouping  3
 positive_sign ""
 negative_sign "-"
 int_frac_digits 2
@@ -86,7 +86,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point "."
 thousands_sep ","
-grouping 3;3
+grouping 3
 END LC_NUMERIC
 
 % Since their is no abbreviated version of the days in urdu I have used the
index 20fc7d10adfd3d7fd4052579b70f6b09ab84494e..66d0367148bdc6804e3cdc33bd99c79846ccc2d8 100644 (file)
@@ -251,7 +251,7 @@ int_curr_symbol         "UZS "
 currency_symbol         "soʻm"
 mon_decimal_point       "."
 mon_thousands_sep       ","
-mon_grouping            3;3
+mon_grouping            3
 positive_sign           ""
 negative_sign           "-"
 int_frac_digits         2
@@ -267,7 +267,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point           ","
 thousands_sep           " "
-grouping                3;3
+grouping                3
 END LC_NUMERIC
 
 LC_TIME
index dbc8d405c2f01a7d502ae745531f09d4ad116286..483716dccb65b67bf31cd3f0bdcf78d2bf74a006 100644 (file)
@@ -158,7 +158,7 @@ int_curr_symbol         "UZS "
 currency_symbol         "сўм"
 mon_decimal_point       "."
 mon_thousands_sep       ","
-mon_grouping            3;3
+mon_grouping            3
 positive_sign           ""
 negative_sign           "-"
 int_frac_digits         2
@@ -174,7 +174,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point           ","
 thousands_sep           " "
-grouping                3;3
+grouping                3
 END LC_NUMERIC
 
 LC_TIME
index 50cb9b2fd55df58cd37a320ab7f317c70a836660..3e518ca3dcfdd00517103c6ac291dbe361d95768 100644 (file)
@@ -156,7 +156,7 @@ int_curr_symbol       "VND "
 currency_symbol       "₫"
 mon_decimal_point     ","
 mon_thousands_sep     "."
-mon_grouping          3;3
+mon_grouping          3
 positive_sign         ""
 negative_sign         "-"
 int_frac_digits       0
@@ -172,7 +172,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point        ","
 thousands_sep        "."
-grouping             3;3
+grouping             3
 END LC_NUMERIC
 
 LC_TIME
index 2527efdae685ec5ddb1452dcc142c2614e75fc23..c6f8e7115170d4fafd88a9bad662338587e73b69 100644 (file)
@@ -75,7 +75,7 @@ int_curr_symbol           "XOF "
 currency_symbol           "CFA"
 mon_decimal_point         ","
 mon_thousands_sep         " "
-mon_grouping              3;3
+mon_grouping              3
 positive_sign             ""
 negative_sign             "-"
 int_frac_digits           2
@@ -91,7 +91,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point             ","
 thousands_sep             ""
-grouping                  0;0
+grouping                  -1
 END LC_NUMERIC
 
 LC_TIME
index 0ae5fc26cf39e9255ddcc608a514e6a0e42971e9..b4fa6d9ab0b667610776bac0f681ade82823d585 100644 (file)
@@ -170,7 +170,7 @@ int_curr_symbol   "USD "
 currency_symbol   "$"
 mon_decimal_point "."
 mon_thousands_sep ","
-mon_grouping      3;3
+mon_grouping      3
 positive_sign     ""
 negative_sign     "-"
 int_frac_digits   2
index 561f1b09f6995aa45e3a15feafb2b14f5d9fc525..962fb2b453e8765827db72517fc7192ec842d17a 100644 (file)
@@ -53,7 +53,7 @@ int_curr_symbol         "PGK "
 currency_symbol         "K"
 mon_decimal_point       "."
 mon_thousands_sep       ","
-mon_grouping            3;3
+mon_grouping            3
 positive_sign           ""
 negative_sign           "-"
 int_frac_digits         2
@@ -69,7 +69,7 @@ END LC_MONETARY
 LC_NUMERIC
 decimal_point           "."
 thousands_sep           ","
-grouping                3;3
+grouping                3
 END LC_NUMERIC
 
 LC_TIME
index a8959c14e44e76fb51c06490c2c377c4a7abcfe4..e312565f3b671463267ae37b065580965c5c1b80 100644 (file)
@@ -359,6 +359,7 @@ $(addprefix $(objpfx)siglist, $(object-suffixes-noshared)): \
 
 ifeq ($(run-built-tests),yes)
 LOCALES := \
+  bn_BD.UTF-8 \
   de_DE.ISO-8859-1 \
   de_DE.UTF-8 \
   en_US.ISO-8859-1 \
@@ -366,7 +367,9 @@ LOCALES := \
   hi_IN.UTF-8 \
   ja_JP.EUC-JP \
   ps_AF.UTF-8 \
+  rw_RW.UTF-8 \
   tg_TJ.UTF-8 \
+  unm_US.UTF-8 \
   # LOCALES
 include ../gen-locales.mk
 
index 79cc9f4e7a168fb732af29afd25f194d310384fb..7aaf428d486f62229e37ff2e100582b2ca94a7b2 100644 (file)
@@ -181,13 +181,13 @@ do_test (void)
   TEST_COMPARE (it.remaining_in_current_group, 2);
   TEST_COMPARE (it.remaining, 8);
   TEST_COMPARE (*it.groupings, 3);
-  TEST_COMPARE (it.non_repeating_groups, 3); /* Locale duplicates 3.  */
+  TEST_COMPARE (it.non_repeating_groups, 0);
   TEST_COMPARE (it.separators, 2);
   TEST_COMPARE (__grouping_iterator_init (&it, LC_MONETARY, loc, 8), true);
   TEST_COMPARE (it.remaining_in_current_group, 2);
   TEST_COMPARE (it.remaining, 8);
   TEST_COMPARE (*it.groupings, 3);
-  TEST_COMPARE (it.non_repeating_groups, 3); /* Locale duplicates 3.  */
+  TEST_COMPARE (it.non_repeating_groups, 0);
   TEST_COMPARE (it.separators, 2);
   freelocale (loc);
 
@@ -202,13 +202,13 @@ do_test (void)
   TEST_COMPARE (it.remaining_in_current_group, 2);
   TEST_COMPARE (it.remaining, 8);
   TEST_COMPARE (*it.groupings, 3);
-  TEST_COMPARE (it.non_repeating_groups, 3); /* Locale duplicates 3.  */
+  TEST_COMPARE (it.non_repeating_groups, 0);
   TEST_COMPARE (it.separators, 2);
   TEST_COMPARE (__grouping_iterator_init (&it, LC_MONETARY, loc, 8), true);
   TEST_COMPARE (it.remaining_in_current_group, 2);
   TEST_COMPARE (it.remaining, 8);
   TEST_COMPARE (*it.groupings, 3);
-  TEST_COMPARE (it.non_repeating_groups, 3); /* Locale duplicates 3.  */
+  TEST_COMPARE (it.non_repeating_groups, 0);
   TEST_COMPARE (it.separators, 2);
   freelocale (loc);
 
@@ -256,6 +256,68 @@ do_test (void)
   TEST_COMPARE (it.separators, 2);
   freelocale (loc);
 
+  loc = newlocale (LC_ALL_MASK, "bn_BD.UTF-8", 0);
+  TEST_VERIFY_EXIT (loc != 0);
+  ctype = loc->__locales[LC_CTYPE]->private;
+  TEST_VERIFY (ctype->outdigit_translation_needed);
+  for (int i = 0; i <= 9; ++i)
+    /* Locale uses Bengali digits.  */
+    TEST_COMPARE (ctype->outdigit_bytes[i], 3);
+  TEST_COMPARE (ctype->outdigit_bytes_all_equal, 3);
+  TEST_COMPARE (__grouping_iterator_init (&it, LC_NUMERIC, loc, 8), true);
+  TEST_COMPARE (it.remaining_in_current_group, 1);
+  TEST_COMPARE (it.remaining, 8);
+  TEST_COMPARE (*it.groupings, 2);
+  TEST_COMPARE (it.non_repeating_groups, 3);
+  TEST_COMPARE (it.separators, 3);
+  TEST_COMPARE (__grouping_iterator_init (&it, LC_MONETARY, loc, 8), true);
+  TEST_COMPARE (it.remaining_in_current_group, 1);
+  TEST_COMPARE (it.remaining, 8);
+  TEST_COMPARE (*it.groupings, 2);
+  TEST_COMPARE (it.non_repeating_groups, 3);
+  TEST_COMPARE (it.separators, 3);
+  freelocale (loc);
+
+  loc = newlocale (LC_ALL_MASK, "unm_US.UTF-8", 0);
+  TEST_VERIFY_EXIT (loc != 0);
+  ctype = loc->__locales[LC_CTYPE]->private;
+  TEST_VERIFY (!ctype->outdigit_translation_needed);
+  for (int i = 0; i <= 9; ++i)
+    TEST_COMPARE (ctype->outdigit_bytes[i], 1);
+  TEST_COMPARE (ctype->outdigit_bytes_all_equal, 1);
+  TEST_COMPARE (__grouping_iterator_init (&it, LC_NUMERIC, loc, 8), true);
+  TEST_COMPARE (it.remaining_in_current_group, 2);
+  TEST_COMPARE (it.remaining, 8);
+  TEST_COMPARE (*it.groupings, 3);
+  TEST_COMPARE (it.non_repeating_groups, 9);
+  TEST_COMPARE (it.separators, 3);
+  TEST_COMPARE (__grouping_iterator_init (&it, LC_MONETARY, loc, 8), true);
+  TEST_COMPARE (it.remaining_in_current_group, 2);
+  TEST_COMPARE (it.remaining, 8);
+  TEST_COMPARE (*it.groupings, 3);
+  TEST_COMPARE (it.non_repeating_groups, 0);
+  TEST_COMPARE (it.separators, 2);
+  freelocale (loc);
+
+  loc = newlocale (LC_ALL_MASK, "rw_RW.UTF-8", 0);
+  TEST_VERIFY_EXIT (loc != 0);
+  ctype = loc->__locales[LC_CTYPE]->private;
+  TEST_VERIFY (!ctype->outdigit_translation_needed);
+  for (int i = 0; i <= 9; ++i)
+    TEST_COMPARE (ctype->outdigit_bytes[i], 1);
+  TEST_COMPARE (ctype->outdigit_bytes_all_equal, 1);
+  /* rw_RW has grouping -1 in LC_NUMERIC */
+  TEST_COMPARE (__grouping_iterator_init (&it, LC_NUMERIC, loc, 8), false);
+  TEST_COMPARE (it.remaining_in_current_group, 8);
+  TEST_COMPARE (it.remaining, 8);
+  TEST_COMPARE (__grouping_iterator_init (&it, LC_MONETARY, loc, 8), true);
+  TEST_COMPARE (it.remaining_in_current_group, 2);
+  TEST_COMPARE (it.remaining, 8);
+  TEST_COMPARE (*it.groupings, 3);
+  TEST_COMPARE (it.non_repeating_groups, 0);
+  TEST_COMPARE (it.separators, 2);
+  freelocale (loc);
+
   return 0;
 }