From: Julen Ruiz Aizpuru Date: Mon, 14 Aug 2017 13:56:00 +0000 (+0200) Subject: Fix thousands_sep and grouping and use readable ASCII for decimal_point in eu_ES... X-Git-Tag: glibc-2.27~1165 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=66ba2e4ae5ab35e1a1cf8ab32f0382dc4270d07c;p=thirdparty%2Fglibc.git 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. --- diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 379abfec44e..81ed6fcf9fb 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,9 @@ +2017-08-14 Julen Ruiz Aizpuru + + [BZ #12349] + * locales/eu_ES (LC_NUMERIC): Fix thousands_sep and grouping + and use readable ASCII for decimal_point. + 2017-08-12 Mike FABIAN * locales/es_MX (LC_NUMERIC): Replace thin space with NNBSP as thousands separator. diff --git a/localedata/locales/eu_ES b/localedata/locales/eu_ES index 53304f9f125..5fd8dc6140c 100644 --- a/localedata/locales/eu_ES +++ b/localedata/locales/eu_ES @@ -88,9 +88,9 @@ n_sign_posn 1 END LC_MONETARY LC_NUMERIC -decimal_point "" -thousands_sep "" -grouping 0;0 +decimal_point "," +thousands_sep "." +grouping 3;3 END LC_NUMERIC LC_TIME