Locales: Use Unicode wise thousands separator
authorStanislav Brabec <sbrabec@suse.cz>
Wed, 2 Nov 2016 15:52:58 +0000 (16:52 +0100)
committerMike FABIAN <mfabian@redhat.com>
Sat, 12 Aug 2017 14:03:49 +0000 (16:03 +0200)
Many languages use small gap as thousands separator.

Thousands separator should not be a plain space, but a narrow space.
And additionally, it is not allowed to wrap line in the middle of the
number.

Locale data were created in a deep age of 8-bit encodings, so most of
them use space (incorrect: it allows wrapping the line in the middle
of the number), or NBSP (better, but typographically incorrect: space
between groups is too wide).

Now UNICODE is widely supported, so we should leave legacy characters
in favor of correct UNICODE character.

UNICODE has a dedicated character for this purpose:

NNBSP
U+202F NARROW NO-BREAK SPACE: a narrow form of a no-break space,
typically the width of a thin space or a mid space

The NNBSP exists since Unicode 3.0.

Use of NNBSP will prevent line wrapping in the midle of number and
improve readability of numbers.

[BZ #20756]
* locales/aa_DJ (LC_MONETARY): Replace space by NNBSP as thousands separator.
* locales/az_AZ (LC_MONETARY): Likewise.
* locales/be_BY (LC_MONETARY): Likewise.
* locales/be_BY@latin (LC_MONETARY): Likewise.
* locales/bg_BG (LC_MONETARY): Likewise.
* locales/bs_BA (LC_MONETARY): Likewise.
* locales/ce_RU (LC_MONETARY): Likewise.
* locales/crh_UA (LC_MONETARY): Likewise.
* locales/cs_CZ (LC_MONETARY): Likewise.
* locales/cs_CZ (LC_NUMERIC): Likewise.
* locales/cv_RU (LC_MONETARY): Likewise.
* locales/de_AT (LC_MONETARY): Likewise.
* locales/eo (LC_MONETARY): Likewise.
* locales/es_CR (LC_MONETARY): Likewise.
* locales/es_CR (LC_NUMERIC): Likewise.
* locales/es_CU (LC_MONETARY): Likewise.
* locales/et_EE (LC_MONETARY): Likewise.
* locales/et_EE (LC_NUMERIC): Likewise.
* locales/fi_FI (LC_MONETARY): Likewise.
* locales/fi_FI (LC_NUMERIC): Likewise.
* locales/fr_CA (LC_MONETARY): Likewise.
* locales/fr_FR (LC_MONETARY): Likewise.
* locales/fr_FR (LC_NUMERIC): Likewise.
* locales/fr_LU (LC_MONETARY): Likewise.
* locales/fr_LU (LC_NUMERIC): Likewise.
* locales/hr_HR (LC_MONETARY): Likewise.
* locales/ht_HT (LC_NUMERIC): Likewise.
* locales/kk_KZ (LC_MONETARY): Likewise.
* locales/kk_KZ (LC_NUMERIC): Likewise.
* locales/ky_KG (LC_MONETARY): Likewise.
* locales/ky_KG (LC_NUMERIC): Likewise.
* locales/lv_LV (LC_MONETARY): Likewise.
* locales/lv_LV (LC_NUMERIC): Likewise.
* locales/mg_MG (LC_MONETARY): Likewise.
* locales/mhr_RU (LC_MONETARY): Likewise.
* locales/mk_MK (LC_MONETARY): Likewise.
* locales/mk_MK (LC_NUMERIC): Likewise.
* locales/mn_MN (LC_MONETARY): Likewise.
* locales/nb_NO (LC_MONETARY): Likewise.
* locales/nb_NO (LC_NUMERIC): Likewise.
* locales/nl_AW (LC_MONETARY): Likewise.
* locales/nl_NL (LC_MONETARY): Likewise.
* locales/nn_NO (LC_MONETARY): Likewise.
* locales/os_RU (LC_MONETARY): Likewise.
* locales/pap_AW (LC_MONETARY): Likewise.
* locales/pap_CW (LC_MONETARY): Likewise.
* locales/ru_RU (LC_MONETARY): Likewise.
* locales/ru_RU (LC_NUMERIC): Likewise.
* locales/ru_UA (LC_MONETARY): Likewise.
* locales/sk_SK (LC_MONETARY): Likewise.
* locales/sk_SK (LC_NUMERIC): Likewise.
* locales/sl_SI (LC_MONETARY): Likewise.
* locales/sl_SI (LC_NUMERIC): Likewise.
* locales/sq_MK (LC_MONETARY): Likewise.
* locales/sv_SE (LC_MONETARY): Likewise.
* locales/sv_SE (LC_NUMERIC): Likewise.
* locales/tg_TJ (LC_MONETARY): Likewise.
* locales/tt_RU (LC_MONETARY): Likewise.
* locales/tt_RU@iqtelif (LC_MONETARY): Likewise.
* locales/uk_UA (LC_MONETARY): Likewise.
* locales/uk_UA (LC_NUMERIC): Likewise.
* locales/unm_US (LC_MONETARY): Likewise.
* locales/unm_US (LC_NUMERIC): Likewise.
* locales/wo_SN (LC_MONETARY): Likewise.

48 files changed:
localedata/ChangeLog
localedata/locales/aa_DJ
localedata/locales/az_AZ
localedata/locales/be_BY
localedata/locales/be_BY@latin
localedata/locales/bg_BG
localedata/locales/bs_BA
localedata/locales/ce_RU
localedata/locales/crh_UA
localedata/locales/cs_CZ
localedata/locales/cv_RU
localedata/locales/de_AT
localedata/locales/eo
localedata/locales/es_CR
localedata/locales/es_CU
localedata/locales/et_EE
localedata/locales/fi_FI
localedata/locales/fr_CA
localedata/locales/fr_FR
localedata/locales/fr_LU
localedata/locales/hr_HR
localedata/locales/ht_HT
localedata/locales/kk_KZ
localedata/locales/ky_KG
localedata/locales/lv_LV
localedata/locales/mg_MG
localedata/locales/mhr_RU
localedata/locales/mk_MK
localedata/locales/mn_MN
localedata/locales/nb_NO
localedata/locales/nl_AW
localedata/locales/nl_NL
localedata/locales/nn_NO
localedata/locales/os_RU
localedata/locales/pap_AW
localedata/locales/pap_CW
localedata/locales/ru_RU
localedata/locales/ru_UA
localedata/locales/sk_SK
localedata/locales/sl_SI
localedata/locales/sq_MK
localedata/locales/sv_SE
localedata/locales/tg_TJ
localedata/locales/tt_RU
localedata/locales/tt_RU@iqtelif
localedata/locales/uk_UA
localedata/locales/unm_US
localedata/locales/wo_SN

index af08af9a175c1e003bd2e2f7d988a6c4ba406022..20c710f216ac0faf5a433f57732d8503a45a180f 100644 (file)
@@ -1,3 +1,71 @@
+2017-08-12  Stanislav Brabec <sbrabec@suse.cz>
+
+       [BZ #20756]
+       * locales/aa_DJ (LC_MONETARY): Replace space by NNBSP as thousands separator.
+       * locales/az_AZ (LC_MONETARY): Likewise.
+       * locales/be_BY (LC_MONETARY): Likewise.
+       * locales/be_BY@latin (LC_MONETARY): Likewise.
+       * locales/bg_BG (LC_MONETARY): Likewise.
+       * locales/bs_BA (LC_MONETARY): Likewise.
+       * locales/ce_RU (LC_MONETARY): Likewise.
+       * locales/crh_UA (LC_MONETARY): Likewise.
+       * locales/cs_CZ (LC_MONETARY): Likewise.
+       * locales/cs_CZ (LC_NUMERIC): Likewise.
+       * locales/cv_RU (LC_MONETARY): Likewise.
+       * locales/de_AT (LC_MONETARY): Likewise.
+       * locales/eo (LC_MONETARY): Likewise.
+       * locales/es_CR (LC_MONETARY): Likewise.
+       * locales/es_CR (LC_NUMERIC): Likewise.
+       * locales/es_CU (LC_MONETARY): Likewise.
+       * locales/et_EE (LC_MONETARY): Likewise.
+       * locales/et_EE (LC_NUMERIC): Likewise.
+       * locales/fi_FI (LC_MONETARY): Likewise.
+       * locales/fi_FI (LC_NUMERIC): Likewise.
+       * locales/fr_CA (LC_MONETARY): Likewise.
+       * locales/fr_FR (LC_MONETARY): Likewise.
+       * locales/fr_FR (LC_NUMERIC): Likewise.
+       * locales/fr_LU (LC_MONETARY): Likewise.
+       * locales/fr_LU (LC_NUMERIC): Likewise.
+       * locales/hr_HR (LC_MONETARY): Likewise.
+       * locales/ht_HT (LC_NUMERIC): Likewise.
+       * locales/kk_KZ (LC_MONETARY): Likewise.
+       * locales/kk_KZ (LC_NUMERIC): Likewise.
+       * locales/ky_KG (LC_MONETARY): Likewise.
+       * locales/ky_KG (LC_NUMERIC): Likewise.
+       * locales/lv_LV (LC_MONETARY): Likewise.
+       * locales/lv_LV (LC_NUMERIC): Likewise.
+       * locales/mg_MG (LC_MONETARY): Likewise.
+       * locales/mhr_RU (LC_MONETARY): Likewise.
+       * locales/mk_MK (LC_MONETARY): Likewise.
+       * locales/mk_MK (LC_NUMERIC): Likewise.
+       * locales/mn_MN (LC_MONETARY): Likewise.
+       * locales/nb_NO (LC_MONETARY): Likewise.
+       * locales/nb_NO (LC_NUMERIC): Likewise.
+       * locales/nl_AW (LC_MONETARY): Likewise.
+       * locales/nl_NL (LC_MONETARY): Likewise.
+       * locales/nn_NO (LC_MONETARY): Likewise.
+       * locales/os_RU (LC_MONETARY): Likewise.
+       * locales/pap_AW (LC_MONETARY): Likewise.
+       * locales/pap_CW (LC_MONETARY): Likewise.
+       * locales/ru_RU (LC_MONETARY): Likewise.
+       * locales/ru_RU (LC_NUMERIC): Likewise.
+       * locales/ru_UA (LC_MONETARY): Likewise.
+       * locales/sk_SK (LC_MONETARY): Likewise.
+       * locales/sk_SK (LC_NUMERIC): Likewise.
+       * locales/sl_SI (LC_MONETARY): Likewise.
+       * locales/sl_SI (LC_NUMERIC): Likewise.
+       * locales/sq_MK (LC_MONETARY): Likewise.
+       * locales/sv_SE (LC_MONETARY): Likewise.
+       * locales/sv_SE (LC_NUMERIC): Likewise.
+       * locales/tg_TJ (LC_MONETARY): Likewise.
+       * locales/tt_RU (LC_MONETARY): Likewise.
+       * locales/tt_RU@iqtelif (LC_MONETARY): Likewise.
+       * locales/uk_UA (LC_MONETARY): Likewise.
+       * locales/uk_UA (LC_NUMERIC): Likewise.
+       * locales/unm_US (LC_MONETARY): Likewise.
+       * locales/unm_US (LC_NUMERIC): Likewise.
+       * locales/wo_SN (LC_MONETARY): Likewise.
+
 2017-08-10  Akhilesh Kumar <akhilesh.k@samsung.com>
 
        Remove redundant data for LC_MONETARY
index fa918d7fc47c908143d0afb3f22111e8366323ad..9d9e6f030d04767162d77d3ed68079d978cdd06d 100644 (file)
@@ -88,7 +88,7 @@ LC_MONETARY
 int_curr_symbol       "<U0044><U004A><U0046><U0020>"
 currency_symbol       "<U0046><U0064><U006A>"
 mon_decimal_point     "<U002E>"
-mon_thousands_sep     "<U0020>"
+mon_thousands_sep     "<U202F>"
 mon_grouping          3;3
 positive_sign         ""
 negative_sign         "<U002D>"
index d452d4b194f687f1e21128dee12e72fcef336573..28de66d285da29c598ac431dce4d9cb9b359cf7d 100644 (file)
@@ -214,7 +214,7 @@ LC_MONETARY
 int_curr_symbol           "<U0041><U005A><U004E><U0020>"
 currency_symbol           "<U20BC>"
 mon_decimal_point         "<U002E>"
-mon_thousands_sep         "<U0020>"
+mon_thousands_sep         "<U202F>"
 mon_grouping              3;3
 positive_sign             ""
 negative_sign             "<U002D>"
index e6ed0ad11ffd9356815939fff9262fdbcfec9b6d..041b3865242d625e06cea6f98be1018ff19f1240 100644 (file)
@@ -82,7 +82,7 @@ LC_MONETARY
 int_curr_symbol           "<U0042><U0059><U0052><U0020>"
 currency_symbol           "<U0440><U0443><U0431>"
 mon_decimal_point         "<U002E>"
-mon_thousands_sep         "<U0020>"
+mon_thousands_sep         "<U202F>"
 mon_grouping              3;3
 positive_sign             ""
 negative_sign             "<U002D>"
index 58fee57579c1fef1a1ab72a73ff517337caf89f6..1a32e7619f10b4029834b83dbeba23da3b585833 100644 (file)
@@ -115,7 +115,7 @@ LC_MONETARY
 int_curr_symbol           "<U0042><U0059><U0052><U0020>"
 currency_symbol           "<U0052><U0075><U0062>"
 mon_decimal_point         "<U002E>"
-mon_thousands_sep         "<U0020>"
+mon_thousands_sep         "<U202F>"
 mon_grouping              3;3
 positive_sign             ""
 negative_sign             "<U002D>"
index 92ca5ad1e2236b107c7c5a24a3485735516b0fa5..508a8155d7ee00bbfb4d51ad368f6be1e895c868 100644 (file)
@@ -165,7 +165,7 @@ LC_MONETARY
 int_curr_symbol           "<U0042><U0047><U004E><U0020>"
 currency_symbol           "<U043B><U0432><U002E>"
 mon_decimal_point         "<U002C>"
-mon_thousands_sep         "<U00A0>"
+mon_thousands_sep         "<U202F>"
 mon_grouping              3;3
 positive_sign             ""
 negative_sign             "<U002D>"
index 6fa4523be6bbbccc207ecbad4c85f4e7a7d4eee1..45dd49d4df7b9b0d2d61069bca12f384ced904e9 100644 (file)
@@ -157,7 +157,7 @@ LC_MONETARY
 int_curr_symbol           "<U0042><U0041><U004D><U0020>"
 currency_symbol           "<U004B><U004D>"
 mon_decimal_point         "<U002C>"
-mon_thousands_sep         "<U0020>"
+mon_thousands_sep         "<U202F>"
 mon_grouping              3;3
 positive_sign             ""
 negative_sign             "<U002D>"
index 7f24fe01b2f21b96aa92533fe6272e9225858b07..7beadfb7a3717a46264ee999fed407e74881bbac 100644 (file)
@@ -111,7 +111,7 @@ int_curr_symbol    "<U0052><U0055><U0042><U0020>"
 currency_symbol    "<U20BD>"
 % .
 mon_decimal_point  "<U002E>"
-mon_thousands_sep  "<U00A0>"
+mon_thousands_sep  "<U202F>"
 mon_grouping       3;3
 positive_sign      ""
 negative_sign      "<U002D>"
index 06b9b5a969a6724dea443b7f1048bcc2fc0d57f7..8023e635aa66758cba64ff3c7d1ec60417a0cd98 100644 (file)
@@ -137,7 +137,7 @@ LC_MONETARY
 int_curr_symbol           "<U0055><U0041><U0048><U0020>"
 currency_symbol           "<U20B4>"
 mon_decimal_point         "<U002E>"
-mon_thousands_sep         "<U0020>"
+mon_thousands_sep         "<U202F>"
 mon_grouping              3;3
 positive_sign             ""
 negative_sign             "<U002D>"
index 7973dcac90b89e0795d6720f8d0c7a604f46e331..ca486c27279afc47d6c376dcdf6e1e01da947294 100644 (file)
@@ -2332,7 +2332,7 @@ LC_MONETARY
 int_curr_symbol                "<U0043><U005A><U004B><U0020>"
 currency_symbol                "<U004B><U010D>"
 mon_decimal_point      "<U002C>"
-mon_thousands_sep      "<U00A0>"
+mon_thousands_sep      "<U202F>"
 mon_grouping           3;3
 positive_sign          ""
 negative_sign          "<U002D>"
@@ -2353,7 +2353,7 @@ END LC_MONETARY
 LC_NUMERIC
 
 decimal_point          "<U002C>"
-thousands_sep          "<U00A0>"
+thousands_sep          "<U202F>"
 grouping               3;3
 
 END LC_NUMERIC
index aa002935ff03c7d2c6333035d5611561e7570e46..e0d166a4bf113989b35bf919a676ef0144fee9ae 100644 (file)
@@ -123,7 +123,7 @@ int_curr_symbol           "<U0052><U0055><U0042><U0020>"
 currency_symbol "<U20BD>"
 
 mon_decimal_point         "<U002E>"
-mon_thousands_sep         "<U00A0>"
+mon_thousands_sep         "<U202F>"
 mon_grouping              3;3
 positive_sign             ""
 negative_sign             "<U002D>"
index 82bee3e442a835a51db2fb19f15ebc0362ffd861..a7f838134ac3f4cc7cab9b9d82a55170e60c60f1 100644 (file)
@@ -65,7 +65,7 @@ LC_MONETARY
 int_curr_symbol           "<U0045><U0055><U0052><U0020>"
 currency_symbol           "<U20AC>"
 mon_decimal_point         "<U002C>"
-mon_thousands_sep         "<U0020>"
+mon_thousands_sep         "<U202F>"
 mon_grouping              3;3
 positive_sign             ""
 negative_sign             "<U002D>"
index a33db5ab10310444faddf5c2503e798ad7f3d375..642dccb7305bb08f638708080d07f3d391ceab4c 100644 (file)
@@ -110,7 +110,7 @@ LC_MONETARY
 int_curr_symbol     "<U0058><U0044><U0052><U0020>"
 currency_symbol     "<U00A4>"
 mon_decimal_point   "<U002C>"
-mon_thousands_sep   "<U0020>"
+mon_thousands_sep   "<U202F>"
 mon_grouping        3;3
 positive_sign       ""
 negative_sign       "<U002D>"
index ac18b9c35395056cc98ebdb7a4af5a627cb234fc..67da35952ceb359fe9ca00f492e417068feca7c4 100644 (file)
@@ -59,7 +59,7 @@ int_curr_symbol      "<U0043><U0052><U0043><U0020>"
 currency_symbol      "<U20A1>"
 % Decreto Ejecutivo 29660
 mon_decimal_point    "<U002C>"
-mon_thousands_sep    "<U0020>"
+mon_thousands_sep    "<U202F>"
 mon_grouping         3;3
 positive_sign        ""
 negative_sign        "<U002D>"
@@ -76,7 +76,7 @@ END LC_MONETARY
 LC_NUMERIC
 % Decreto Ejecutivo 29660
 decimal_point        "<U002C>"
-thousands_sep        "<U0020>"
+thousands_sep        "<U202F>"
 grouping             3;3
 END LC_NUMERIC
 
index 6c560714d3f6419a0cf7c31e84231b2dfdf1a74c..88e7444a15d356c0b20c1855f568301b53eefd64 100644 (file)
@@ -70,7 +70,7 @@ LC_MONETARY
 int_curr_symbol      "<U0043><U0055><U0050><U0020>"
 currency_symbol      "<U0024>"
 mon_decimal_point    "<U002C>"
-mon_thousands_sep    "<U0020>"
+mon_thousands_sep    "<U202F>"
 mon_grouping         3;3
 positive_sign        ""
 negative_sign        "<U002D>"
index 50470b0f8570dd008fa4f45185d37eb63018a514..17338ca6660cb2d4ba1326c3b72fe0142b04571b 100644 (file)
@@ -2134,7 +2134,7 @@ LC_MONETARY
 int_curr_symbol     "<U0045><U0055><U0052><U0020>"
 currency_symbol     "<U20AC>"
 mon_decimal_point   "<U002C>"
-mon_thousands_sep   "<U00A0>"
+mon_thousands_sep   "<U202F>"
 mon_grouping        3;3
 positive_sign       ""
 negative_sign       "<U002D>"
@@ -2150,7 +2150,7 @@ END LC_MONETARY
 
 LC_NUMERIC
 decimal_point           "<U002C>"
-thousands_sep           "<U00A0>"
+thousands_sep           "<U202F>"
 grouping                3;3
 END LC_NUMERIC
 
index 6d0dbb386baae82fa291d6d0d37e857a41e6f67a..39e8630ef20c0cb94dc8de8a0775a550db3e4ee7 100644 (file)
@@ -143,7 +143,7 @@ LC_MONETARY
 int_curr_symbol      "<U0045><U0055><U0052><U0020>"
 currency_symbol      "<U20AC>"
 mon_decimal_point    "<U002C>"
-mon_thousands_sep    "<U00A0>"
+mon_thousands_sep    "<U202F>"
 mon_grouping         3;3
 positive_sign        ""
 negative_sign        "<U002D>"
@@ -159,7 +159,7 @@ END LC_MONETARY
 
 LC_NUMERIC
 decimal_point        "<U002C>"
-thousands_sep        "<U00A0>"
+thousands_sep        "<U202F>"
 grouping             3;3
 END LC_NUMERIC
 
index 195d2143d3247e81a40a52e7213da5e2d33c5537..b1217824bda396dff8953f29e9e1fb33bc2d1e27 100644 (file)
@@ -65,7 +65,7 @@ LC_MONETARY
 int_curr_symbol           "<U0043><U0041><U0044><U0020>"
 currency_symbol           "<U0024>"
 mon_decimal_point         "<U002C>"
-mon_thousands_sep         "<U0020>"
+mon_thousands_sep         "<U202F>"
 mon_grouping              3;3
 positive_sign             ""
 negative_sign             "<U002D>"
index 3c41622c2cd172d274b0de87b9965d8ef5b138a8..4ecd4a4eae741b2a82490b1706750229e643b84e 100644 (file)
@@ -78,7 +78,7 @@ LC_MONETARY
 int_curr_symbol           "<U0045><U0055><U0052><U0020>"
 currency_symbol           "<U20AC>"
 mon_decimal_point         "<U002C>"
-mon_thousands_sep         "<U0020>"
+mon_thousands_sep         "<U202F>"
 mon_grouping              3
 positive_sign             ""
 negative_sign             "<U002D>"
@@ -94,7 +94,7 @@ END LC_MONETARY
 
 LC_NUMERIC
 decimal_point             "<U002C>"
-thousands_sep             "<U0020>"
+thousands_sep             "<U202F>"
 grouping                  3
 END LC_NUMERIC
 
index 332c6c78971cd68610ff121a214528656a695540..b3ab11401f09918473576a0a1c09277131955c80 100644 (file)
@@ -68,7 +68,7 @@ LC_MONETARY
 int_curr_symbol           "<U0045><U0055><U0052><U0020>"
 currency_symbol           "<U20AC>"
 mon_decimal_point         "<U002C>"
-mon_thousands_sep         "<U0020>"
+mon_thousands_sep         "<U202F>"
 mon_grouping              3;3
 positive_sign             ""
 negative_sign             "<U002D>"
@@ -84,7 +84,7 @@ END LC_MONETARY
 
 LC_NUMERIC
 decimal_point             "<U002C>"
-thousands_sep             "<U0020>"
+thousands_sep             "<U202F>"
 grouping                  3;3
 END LC_NUMERIC
 
index 6f36b24c685dd0ae030a1a46f7f0888a1f056e26..4075bf639eb9a3f7115ff9665d4ef9c941397faa 100644 (file)
@@ -2158,7 +2158,7 @@ LC_MONETARY
 int_curr_symbol           "<U0048><U0052><U004B><U0020>"
 currency_symbol           "<U004B><U006E>"
 mon_decimal_point         "<U002C>"
-mon_thousands_sep         "<U0020>"
+mon_thousands_sep         "<U202F>"
 mon_grouping              3;3
 positive_sign             ""
 negative_sign             "<U002D>"
index 9d1e1b30c20269b602a87cc9b8972e885f659f50..58b25db8006b505eb4fca1389d34885865190a18 100644 (file)
@@ -123,7 +123,7 @@ LC_NUMERIC
 % ,
 decimal_point "<U002C>"
 %
-thousands_sep "<U0020>"
+thousands_sep "<U202F>"
 grouping      3
 END LC_NUMERIC
 
@@ -131,7 +131,7 @@ LC_MONETARY
 int_curr_symbol           "<U0048><U0054><U0047><U0020>"
 currency_symbol           "<U0067>"
 mon_decimal_point         "<U002C>"
-mon_thousands_sep         "<U0020>"
+mon_thousands_sep         "<U202F>"
 mon_grouping              3
 positive_sign             ""
 negative_sign             "<U002D>"
index 0962feb6ed79190f7797445949856918dd031ade..2ff25dab51642418887c24778524d86edc525b7a 100644 (file)
@@ -171,7 +171,7 @@ LC_MONETARY
 int_curr_symbol           "<U004B><U005A><U0054><U0020>"
 currency_symbol           "<U20B8>"
 mon_decimal_point         "<U002C>"
-mon_thousands_sep         "<U00A0>"
+mon_thousands_sep         "<U202F>"
 mon_grouping              3;3
 positive_sign             ""
 negative_sign             "<U002D>"
@@ -193,7 +193,7 @@ END LC_MONETARY
 
 LC_NUMERIC
 decimal_point             "<U002C>"
-thousands_sep             "<U00A0>"
+thousands_sep             "<U202F>"
 grouping                  3;3
 END LC_NUMERIC
 
index 920b2401cc6765453d2cc838ed3bd0faeadf1699..2130b7231e4bb2b1365edab608bd2607ea2a35ce 100644 (file)
@@ -102,7 +102,7 @@ LC_MONETARY
 int_curr_symbol           "<U004B><U0047><U0053><U0020>"
 currency_symbol           "<U0441><U043E><U043C>"
 mon_decimal_point         "<U002E>"
-mon_thousands_sep         "<U0020>"
+mon_thousands_sep         "<U202F>"
 mon_grouping              3;3
 positive_sign             ""
 negative_sign             "<U002D>"
@@ -118,7 +118,7 @@ END LC_MONETARY
 
 LC_NUMERIC
 decimal_point             "<U002C>"
-thousands_sep             "<U0020>"
+thousands_sep             "<U202F>"
 grouping                  3;3
 END LC_NUMERIC
 
index 9a9bd0e325a65377de0ca812ed7b06a4b4007456..0bba78fd94d77d47698a0c6412a1b7a6da1505d3 100644 (file)
@@ -2128,7 +2128,7 @@ LC_MONETARY
 int_curr_symbol   "<U0045><U0055><U0052><U0020>"
 currency_symbol   "<U20AC>"
 mon_decimal_point "<U002C>"
-mon_thousands_sep "<U00A0>"
+mon_thousands_sep "<U202F>"
 mon_grouping      3;3
 positive_sign     ""
 negative_sign     "<U002D>"
@@ -2144,7 +2144,7 @@ END LC_MONETARY
 
 LC_NUMERIC
 decimal_point     "<U002C>"
-thousands_sep     "<U00A0>"
+thousands_sep     "<U202F>"
 grouping          3;3
 END LC_NUMERIC
 
index 2983ab641a76f5515f79ab94c24ab1a6e85e364c..c82fe5b1fb3610c685dabbeba0aee96b59e5f11a 100644 (file)
@@ -74,7 +74,7 @@ LC_MONETARY
 int_curr_symbol           "<U004D><U0047><U0041><U0020>"
 currency_symbol           "<U0041><U0072>"
 mon_decimal_point         "<U002C>"
-mon_thousands_sep         "<U0020>"
+mon_thousands_sep         "<U202F>"
 mon_grouping              3;3
 positive_sign             ""
 negative_sign             "<U002D>"
index 7ad658a8b8a3e7c791848cd05f93756ee21d1ae5..012757e59d451e57c0a9b57347e493ab75ad93ca 100644 (file)
@@ -70,7 +70,7 @@ LC_MONETARY
 int_curr_symbol           "<U0052><U0055><U0042><U0020>"
 currency_symbol           "<U20BD>"
 mon_decimal_point         "<U002E>"
-mon_thousands_sep         "<U00A0>"
+mon_thousands_sep         "<U202F>"
 mon_grouping              3;3
 positive_sign             ""
 negative_sign             "<U002D>"
index a2a2f48423e2e2f3851c96fce53566fd1efaf33f..a980bacdca0524d2d98f9eca69d9ccf6b0da962a 100644 (file)
@@ -98,7 +98,7 @@ LC_MONETARY
 int_curr_symbol           "<U004D><U004B><U0044><U0020>"
 currency_symbol           "<U0434><U0435><U043D>"
 mon_decimal_point         "<U002C>"
-mon_thousands_sep         "<U0020>"
+mon_thousands_sep         "<U202F>"
 mon_grouping              3;3
 positive_sign             ""
 negative_sign             "<U002D>"
@@ -114,7 +114,7 @@ END LC_MONETARY
 
 LC_NUMERIC
 decimal_point             "<U002C>"
-thousands_sep             "<U0020>"
+thousands_sep             "<U202F>"
 grouping                  3;3
 END LC_NUMERIC
 
index 44b49f34ff7cbc8591caef070c490dc095c4be8a..020a9416d1472617f13f93779583c7da2c90a3d7 100644 (file)
@@ -151,7 +151,7 @@ LC_MONETARY
 int_curr_symbol     "<U004D><U004E><U0054><U0020>"
 currency_symbol     "<U20AE>"
 mon_decimal_point   "<U002E>"
-mon_thousands_sep   "<U0020>"
+mon_thousands_sep   "<U202F>"
 mon_grouping        3;3
 positive_sign       ""
 negative_sign       "<U002D>"
index a87885007edf82bf86abf2880b735aad14e811a4..fb0eca32352edb70728f4c09b658fe91c674216d 100644 (file)
@@ -161,7 +161,7 @@ LC_MONETARY
 int_curr_symbol         "<U004E><U004F><U004B><U0020>"
 currency_symbol         "<U006B><U0072>"
 mon_decimal_point       "<U002C>"
-mon_thousands_sep       "<U00A0>"
+mon_thousands_sep       "<U202F>"
 mon_grouping            3;3
 positive_sign           ""
 negative_sign           "<U002D>"
@@ -177,7 +177,7 @@ END LC_MONETARY
 
 LC_NUMERIC
 decimal_point           "<U002C>"
-thousands_sep           "<U00A0>"
+thousands_sep           "<U202F>"
 grouping                3;3
 END LC_NUMERIC
 
index 8de141086ff17f747c002c93501f86babb04a5b5..4265fa01ab4cfdf0c79971ae12d18cf1df8a7d8f 100644 (file)
@@ -50,7 +50,7 @@ LC_MONETARY
 int_curr_symbol     "<U0041><U0057><U0047><U0020>"
 currency_symbol     "<U0041><U0066><U006C><U002E>"
 mon_decimal_point   "<U002C>"
-mon_thousands_sep   "<U0020>"
+mon_thousands_sep   "<U202F>"
 mon_grouping        3;3
 positive_sign       ""
 negative_sign       "<U002D>"
index fade2f10acd3de7f9586001ed90bfd2713762245..5aa2ffbbef823d808c79e76fe76c07e13472ba9b 100644 (file)
@@ -74,7 +74,7 @@ LC_MONETARY
 int_curr_symbol           "<U0045><U0055><U0052><U0020>"
 currency_symbol           "<U20AC>"
 mon_decimal_point         "<U002C>"
-mon_thousands_sep         "<U0020>"
+mon_thousands_sep         "<U202F>"
 mon_grouping              3;3
 positive_sign             ""
 negative_sign             "<U002D>"
index feefdaea67504f542563eb5e05a0eb536d7afea2..2ad3e09cde52d506aac51451db9d5e6a152a0d14 100644 (file)
@@ -56,7 +56,7 @@ LC_MONETARY
 int_curr_symbol       "<U004E><U004F><U004B><U0020>"
 currency_symbol       "<U006B><U0072>"
 mon_decimal_point     "<U002C>"
-mon_thousands_sep     "<U00A0>"
+mon_thousands_sep     "<U202F>"
 mon_grouping          3
 positive_sign         ""
 negative_sign         "<U002D>"
index 3b7cdf0cf63b76b9184163d117b33fa70b7b76d4..7d8a39ace8fbeade7d9d96c4eae3439135ac2aad 100644 (file)
@@ -84,7 +84,7 @@ LC_MONETARY
 int_curr_symbol           "<U0052><U0055><U0042><U0020>"
 currency_symbol           "<U20BD>"
 mon_decimal_point         "<U002E>"
-mon_thousands_sep         "<U00A0>"
+mon_thousands_sep         "<U202F>"
 mon_grouping              3;3
 positive_sign             ""
 negative_sign             "<U002D>"
index e490ca8244da1ddec90e44ef4a6fd736f97aa23d..e3fe56a63d68adbce9904ef8e517fab4aceac594 100644 (file)
@@ -85,7 +85,7 @@ LC_MONETARY
 int_curr_symbol           "<U0041><U0057><U0047><U0020>"
 currency_symbol           "<U0192>"
 mon_decimal_point         "<U002C>"
-mon_thousands_sep         "<U0020>"
+mon_thousands_sep         "<U202F>"
 mon_grouping              3;3
 positive_sign             ""
 negative_sign             "<U002D>"
index 45eb3db88534429cacafbdbec7741b469733ccdc..b7ed0913862cd694f752639a9e54d2d9ecd1138b 100644 (file)
@@ -84,7 +84,7 @@ LC_MONETARY
 int_curr_symbol           "<U0041><U004E><U0047><U0020>"
 currency_symbol           "<U0192>"
 mon_decimal_point         "<U002C>"
-mon_thousands_sep         "<U0020>"
+mon_thousands_sep         "<U202F>"
 mon_grouping              3;3
 positive_sign             ""
 negative_sign             "<U002D>"
index 6434f390419bc9162b6d4ef530e96f3ed6344017..8f8bb116ddc068a76a829236819eca5723552ec2 100644 (file)
@@ -87,7 +87,7 @@ LC_MONETARY
 int_curr_symbol           "<U0052><U0055><U0042><U0020>"
 currency_symbol           "<U20BD>"
 mon_decimal_point         "<U002E>"
-mon_thousands_sep         "<U00A0>"
+mon_thousands_sep         "<U202F>"
 mon_grouping              3;3
 positive_sign             ""
 negative_sign             "<U002D>"
@@ -103,7 +103,7 @@ END LC_MONETARY
 
 LC_NUMERIC
 decimal_point             "<U002C>"
-thousands_sep             "<U00A0>"
+thousands_sep             "<U202F>"
 grouping                  3;3
 END LC_NUMERIC
 
index 8c071ecaeeed4e00d3efd8c1fd57ebfb4522ac37..3a2163ffd453b2d2bf19f62dafe1877f8f0f9f3f 100644 (file)
@@ -79,7 +79,7 @@ LC_MONETARY
 int_curr_symbol           "<U0055><U0041><U0048><U0020>"
 currency_symbol           "<U20B4>"
 mon_decimal_point         "<U002E>"
-mon_thousands_sep         "<U0020>"
+mon_thousands_sep         "<U202F>"
 mon_grouping              3;3
 positive_sign             ""
 negative_sign             "<U002D>"
index 11e86d3d1cc4ddbb12e3b47c9d46a268413353dd..cf0126b5fd9b2b9c7d4ea1a13e690ca68f712112 100644 (file)
@@ -91,7 +91,7 @@ LC_MONETARY
 int_curr_symbol                "<U0045><U0055><U0052><U0020>"
 currency_symbol                "<U20AC>"
 mon_decimal_point      "<U002C>"
-mon_thousands_sep      "<U00A0>"
+mon_thousands_sep      "<U202F>"
 mon_grouping           3;3
 positive_sign          ""
 negative_sign          "<U002D>"
@@ -112,7 +112,7 @@ END LC_MONETARY
 LC_NUMERIC
 
 decimal_point          "<U002C>"
-thousands_sep          "<U00A0>"
+thousands_sep          "<U202F>"
 grouping               3;3
 
 END LC_NUMERIC
index b2aee954ce24d7950483136269b1d34316f0e81d..8ef1b77e8841c941b0e1bdf330cd5dd2a59696e3 100644 (file)
@@ -2134,7 +2134,7 @@ LC_MONETARY
 int_curr_symbol           "<U0045><U0055><U0052><U0020>"
 currency_symbol           "<U20AC>"
 mon_decimal_point         "<U002C>"
-mon_thousands_sep         "<U0020>"
+mon_thousands_sep         "<U202F>"
 mon_grouping              3;3
 positive_sign             ""
 negative_sign             "<U002D>"
@@ -2150,7 +2150,7 @@ END LC_MONETARY
 
 LC_NUMERIC
 decimal_point             "<U002C>"
-thousands_sep             "<U0020>"
+thousands_sep             "<U202F>"
 grouping                  0;0
 END LC_NUMERIC
 
index 4c4559470e7002d1c47817637659fe1d1c32f46f..e8ec55629a48561554ef859df414b85275c27ff2 100644 (file)
@@ -54,7 +54,7 @@ LC_MONETARY
 int_curr_symbol           "<U004D><U004B><U0044><U0020>"
 currency_symbol           "<U0064><U0065><U006E>"
 mon_decimal_point         "<U002C>"
-mon_thousands_sep         "<U0020>"
+mon_thousands_sep         "<U202F>"
 mon_grouping              3;3
 positive_sign             ""
 negative_sign             "<U002D>"
index 535597fdd553188d248a9d8e43e5b780f2c95db8..0ec08eb1f642192983054a8da57197e5fd08b223 100644 (file)
@@ -145,7 +145,7 @@ LC_MONETARY
 int_curr_symbol         "<U0053><U0045><U004B><U0020>"
 currency_symbol         "<U006B><U0072>"
 mon_decimal_point       "<U002C>"
-mon_thousands_sep       "<U0020>"
+mon_thousands_sep       "<U202F>"
 mon_grouping            3;3
 positive_sign           ""
 negative_sign           "<U002D>"
@@ -161,7 +161,7 @@ END LC_MONETARY
 
 LC_NUMERIC
 decimal_point           "<U002C>"
-thousands_sep           "<U0020>"
+thousands_sep           "<U202F>"
 grouping                3;3
 END LC_NUMERIC
 
index 4b8b0f528017e0ff54920c1fb4d324d000d03833..f32b01b4d93432fd58fccc6c112a60030bf672bb 100644 (file)
@@ -136,7 +136,7 @@ LC_MONETARY
 int_curr_symbol           "<U0054><U004A><U0053><U0020>"
 currency_symbol           "<U0440><U0443><U0431>"
 mon_decimal_point         "<U002E>"
-mon_thousands_sep         "<U0020>"
+mon_thousands_sep         "<U202F>"
 mon_grouping              3;3
 positive_sign             ""
 negative_sign             "<U002D>"
index e305cf50f7d79c7d5b04766c2a97e5754108218a..343074caef886b6881ff4b5dc2d1b9a9ad3cdc20 100644 (file)
@@ -237,7 +237,7 @@ LC_MONETARY
 int_curr_symbol           "<U0052><U0055><U0042><U0020>"
 currency_symbol           "<U20BD>"
 mon_decimal_point         "<U002E>"
-mon_thousands_sep         "<U0020>"
+mon_thousands_sep         "<U202F>"
 mon_grouping              3;3
 positive_sign             ""
 negative_sign             "<U002D>"
index 0e1c3925e36297e5e1374f741477df1c70b4cdaf..4d41ac436a79bfb6d95178e37a7adbb8a6cc850f 100644 (file)
@@ -86,7 +86,7 @@ LC_MONETARY
 int_curr_symbol           "<U0052><U0055><U0042><U0020>"
 currency_symbol           "<U20BD>"
 mon_decimal_point         "<U002E>"
-mon_thousands_sep         "<U2002>"
+mon_thousands_sep         "<U202F>"
 mon_grouping              3;3
 positive_sign             ""
 negative_sign             "<U002D>"
index f430495ce77017255662aeabec9860328599c7bb..52f57a3abb466bb2f570c27b4734a57f3d1a2013 100644 (file)
@@ -630,7 +630,7 @@ mon_decimal_point         "<U002C>"
 % This string is used as a thousands separator when formatting monetary
 % quantities.
 % see LC_NUMERIC:thousands separator
-mon_thousands_sep         "<U00A0>" % <NBSP> (0xA0)
+mon_thousands_sep         "<U202F>" % <NNBSP> (0X202F)
 
 % Define  the  size of each group of digits in formatted monetary
 % quantities.  The operand is a sequence of integers separated by
@@ -760,7 +760,7 @@ decimal_point             "<U002C>" % see LC_MONETARY:mon_decimal_pint
 % The string that will be used as a group separator when formatting
 % numeric quantities.
 % see LC_MONETARY:mon_thousands_sep
-thousands_sep             "<U00A0>" % <NBSP> (0xA0)
+thousands_sep             "<U202F>" % <NNBSP> (0X202F)
 
 % A string that describes the formatting of numeric quantities.
 %
index 05d21d3c760d680956f5edc1b5c6d602cd5da5ea..59f24f7e37bde6358acc719e717652ad901d7299 100644 (file)
@@ -100,7 +100,7 @@ END LC_TIME
 
 LC_NUMERIC
 decimal_point           "<U002E>"
-thousands_sep           "<U0020>"
+thousands_sep           "<U202F>"
 grouping                2;2;2;3
 END LC_NUMERIC
 
@@ -108,7 +108,7 @@ LC_MONETARY
 int_curr_symbol         "<U0055><U0053><U0044><U0020>"
 currency_symbol         "<U0024>"
 mon_decimal_point       "<U002E>"
-mon_thousands_sep       "<U0020>"
+mon_thousands_sep       "<U202F>"
 mon_grouping            3
 positive_sign           ""
 negative_sign           "<U002D>"
index 8fc88941beb325adca15f7ae514b51d496920a91..6549dabac5a70bbd187804565f26dae3c40b51eb 100644 (file)
@@ -72,7 +72,7 @@ LC_MONETARY
 int_curr_symbol           "<U0058><U004F><U0046><U0020>"
 currency_symbol           "<U0043><U0046><U0041>"
 mon_decimal_point         "<U002C>"
-mon_thousands_sep         "<U0020>"
+mon_thousands_sep         "<U202F>"
 mon_grouping              3;3
 positive_sign             ""
 negative_sign             "<U002D>"