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.
+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
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>"
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>"
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>"
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>"
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>"
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>"
currency_symbol "<U20BD>"
% .
mon_decimal_point "<U002E>"
-mon_thousands_sep "<U00A0>"
+mon_thousands_sep "<U202F>"
mon_grouping 3;3
positive_sign ""
negative_sign "<U002D>"
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>"
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>"
LC_NUMERIC
decimal_point "<U002C>"
-thousands_sep "<U00A0>"
+thousands_sep "<U202F>"
grouping 3;3
END LC_NUMERIC
currency_symbol "<U20BD>"
mon_decimal_point "<U002E>"
-mon_thousands_sep "<U00A0>"
+mon_thousands_sep "<U202F>"
mon_grouping 3;3
positive_sign ""
negative_sign "<U002D>"
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>"
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>"
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>"
LC_NUMERIC
% Decreto Ejecutivo 29660
decimal_point "<U002C>"
-thousands_sep "<U0020>"
+thousands_sep "<U202F>"
grouping 3;3
END LC_NUMERIC
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>"
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>"
LC_NUMERIC
decimal_point "<U002C>"
-thousands_sep "<U00A0>"
+thousands_sep "<U202F>"
grouping 3;3
END LC_NUMERIC
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>"
LC_NUMERIC
decimal_point "<U002C>"
-thousands_sep "<U00A0>"
+thousands_sep "<U202F>"
grouping 3;3
END LC_NUMERIC
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>"
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>"
LC_NUMERIC
decimal_point "<U002C>"
-thousands_sep "<U0020>"
+thousands_sep "<U202F>"
grouping 3
END LC_NUMERIC
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>"
LC_NUMERIC
decimal_point "<U002C>"
-thousands_sep "<U0020>"
+thousands_sep "<U202F>"
grouping 3;3
END LC_NUMERIC
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>"
% ,
decimal_point "<U002C>"
%
-thousands_sep "<U0020>"
+thousands_sep "<U202F>"
grouping 3
END LC_NUMERIC
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>"
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>"
LC_NUMERIC
decimal_point "<U002C>"
-thousands_sep "<U00A0>"
+thousands_sep "<U202F>"
grouping 3;3
END LC_NUMERIC
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>"
LC_NUMERIC
decimal_point "<U002C>"
-thousands_sep "<U0020>"
+thousands_sep "<U202F>"
grouping 3;3
END LC_NUMERIC
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>"
LC_NUMERIC
decimal_point "<U002C>"
-thousands_sep "<U00A0>"
+thousands_sep "<U202F>"
grouping 3;3
END LC_NUMERIC
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>"
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>"
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>"
LC_NUMERIC
decimal_point "<U002C>"
-thousands_sep "<U0020>"
+thousands_sep "<U202F>"
grouping 3;3
END LC_NUMERIC
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>"
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>"
LC_NUMERIC
decimal_point "<U002C>"
-thousands_sep "<U00A0>"
+thousands_sep "<U202F>"
grouping 3;3
END LC_NUMERIC
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>"
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>"
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>"
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>"
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>"
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>"
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>"
LC_NUMERIC
decimal_point "<U002C>"
-thousands_sep "<U00A0>"
+thousands_sep "<U202F>"
grouping 3;3
END LC_NUMERIC
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>"
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>"
LC_NUMERIC
decimal_point "<U002C>"
-thousands_sep "<U00A0>"
+thousands_sep "<U202F>"
grouping 3;3
END LC_NUMERIC
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>"
LC_NUMERIC
decimal_point "<U002C>"
-thousands_sep "<U0020>"
+thousands_sep "<U202F>"
grouping 0;0
END LC_NUMERIC
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>"
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>"
LC_NUMERIC
decimal_point "<U002C>"
-thousands_sep "<U0020>"
+thousands_sep "<U202F>"
grouping 3;3
END LC_NUMERIC
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>"
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>"
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>"
% 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
% 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.
%
LC_NUMERIC
decimal_point "<U002E>"
-thousands_sep "<U0020>"
+thousands_sep "<U202F>"
grouping 2;2;2;3
END LC_NUMERIC
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>"
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>"