This is the mail archive of the libc-locales@sourceware.org mailing list for the GNU libc locales 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/13805] New: ru_RU.UTF-8 currency should use ',' asradix point


http://sourceware.org/bugzilla/show_bug.cgi?id=13805

             Bug #: 13805
           Summary: ru_RU.UTF-8 currency should use ',' as radix point
           Product: glibc
           Version: 2.13
            Status: NEW
          Severity: normal
          Priority: P2
         Component: localedata
        AssignedTo: unassigned@sourceware.org
        ReportedBy: jyasskin@gmail.com
                CC: libc-locales@sources.redhat.com
    Classification: Unclassified


The ru_RU.UTF-8 locale data looks like:
 {decimal_point = 0x7ffff70e4490 ",", thousands_sep = 0x7ffff70e4492 "Â",
  grouping = 0x7ffff70e4495 "\003\003", int_curr_symbol = 0x7ffff70e4fb0 "RUB
",
  currency_symbol = 0x7ffff70e4fb5 "ÑÑÐ", mon_decimal_point = 0x7ffff70e4fbc
".",
  mon_thousands_sep = 0x7ffff70e4fbe "Â, ...

There's a difference between decimal_point and mon_decimal_point that doesn't
seem supported in any documentation I've found. ICU uses ',' for both:
http://demo.icu-project.org/icu-bin/locexp?d_=en&_=ru_RU.

ICU also includes a '.' at the end of the local currency_symbol, which is
supported by wikipedia: http://en.wikipedia.org/wiki/Russian_ruble

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]