mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 03:10:05 +00: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:
parent
1f14d0c3dd
commit
66ba2e4ae5
@ -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>
|
||||
|
||||
* locales/es_MX (LC_NUMERIC): Replace thin space with NNBSP as thousands separator.
|
||||
|
@ -88,9 +88,9 @@ n_sign_posn 1
|
||||
END LC_MONETARY
|
||||
|
||||
LC_NUMERIC
|
||||
decimal_point "<U002C>"
|
||||
thousands_sep ""
|
||||
grouping 0;0
|
||||
decimal_point ","
|
||||
thousands_sep "."
|
||||
grouping 3;3
|
||||
END LC_NUMERIC
|
||||
|
||||
LC_TIME
|
||||
|
Loading…
Reference in New Issue
Block a user