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

--- Comment #3 from Mike Frysinger <vapier at gentoo dot org> ---
Comment on attachment 6966
  --> https://sourceware.org/bugzilla/attachment.cgi?id=6966
Updating data to Cuban locale

> LC_COLLATE

i'm not familiar with this collation change.  let's assume it's ok for now.

> LC_MESSAGES
>-copy "es_ES"
>+yesexpr "<U005E><U005B><U0073><U0053><U0079><U0059><U005D><U002E><U002A>"
>+noexpr  "<U005E><U005B><U006E><U004E><U005D><U002E><U002A>"
> END LC_MESSAGES

this change doesn't make sense -- es_ES has that same definition, and it
includes yesstr/nostr

>-mon_thousands_sep    "<U0020>"
>+mon_thousands_sep    "<U002E>"

cldr seems to agree with this (es.xml), and it's what es_ES uses

>-p_cs_precedes        0
>+p_cs_precedes        1
>-n_cs_precedes        0
>+n_cs_precedes        1

this looks incorrect.  cldr puts the marker after, not before.

> LC_NUMERIC
>-thousands_sep        ""
>-grouping             0;0
>+thousands_sep        "<U002E>"
>+grouping             3;3

this looks ok

> LC_TIME
>+am_pm   "<U0061><U006D>";"<U0070><U006D>"
>+t_fmt_ampm "<U0025><U0049><U003A><U0025><U004D><U003A><U0025><U0053><U0020>/
>+<U0025><U0070>"

these are the only two changes in this section.  the rest are unchanged from
es_ES.
 am_pm "AM";"PM"
 t_fmt_ampm "%I:%M:%S %p"

do you have a spec/reference for this ?

-- 
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]