This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug localedata/15332] es_CU: locale update


https://sourceware.org/bugzilla/show_bug.cgi?id=15332

Mike FABIAN <maiku.fabian at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Mike FABIAN <maiku.fabian at gmail dot com> ---
I changed the thousands eseparators because that change makes it 
agree with CLDR:

--- a/localedata/locales/es_CU
+++ b/localedata/locales/es_CU
@@ -69,8 +69,8 @@ END LC_MESSAGES
 LC_MONETARY
 int_curr_symbol      "<U0043><U0055><U0050><U0020>"
 currency_symbol      "<U0024>"
-mon_decimal_point    "<U002C>"
-mon_thousands_sep    "<U202F>"
+mon_decimal_point    ","
+mon_thousands_sep    "."
 mon_grouping         3;3
 positive_sign        ""
 negative_sign        "<U002D>"
@@ -85,8 +85,8 @@ n_sign_posn          1
 END LC_MONETARY

 LC_NUMERIC
-decimal_point        "<U002C>"
-thousands_sep        ""
+decimal_point        ","
+thousands_sep        "."
 grouping             0;0
 END LC_NUMERIC


I am not sure about the other changes.

As there was no reply for a few years, I am closing this bug as fixed.

If you think further changes are needed, please make a new patch
against current git master, reopen this bug or report a new one
and give references for your changes.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]