1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-10-31 22:10:34 +03:00

Fix thousands_sep and grouping and use readable ASCII for decimal_point in eu_ES locale

[BZ #12349]
	* locales/eu_ES (LC_NUMERIC): Fix thousands_sep and grouping
	and use readable ASCII for decimal_point.
This commit is contained in:
Julen Ruiz Aizpuru
2017-08-14 15:56:00 +02:00
committed by Mike FABIAN
parent 1f14d0c3dd
commit 66ba2e4ae5
2 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
2017-08-14 Julen Ruiz Aizpuru <julenx@gmail.com>
[BZ #12349]
* locales/eu_ES (LC_NUMERIC): Fix thousands_sep and grouping
and use readable ASCII for decimal_point.
2017-08-12 Mike FABIAN <mfabian@redhat.com> 2017-08-12 Mike FABIAN <mfabian@redhat.com>
* locales/es_MX (LC_NUMERIC): Replace thin space with NNBSP as thousands separator. * locales/es_MX (LC_NUMERIC): Replace thin space with NNBSP as thousands separator.

View File

@@ -88,9 +88,9 @@ n_sign_posn 1
END LC_MONETARY END LC_MONETARY
LC_NUMERIC LC_NUMERIC
decimal_point "<U002C>" decimal_point ","
thousands_sep "" thousands_sep "."
grouping 0;0 grouping 3;3
END LC_NUMERIC END LC_NUMERIC
LC_TIME LC_TIME