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/22550] New: es_ES locale (and other es_* locales): collation should treat ñ as a primary different character, sync the collation for Spanish with CLDR


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

            Bug ID: 22550
           Summary: es_ES locale (and  other es_* locales):  collation
                    should treat ñ  as a primary different character,
                    sync the collation for Spanish with CLDR
           Product: glibc
           Version: 2.26
            Status: NEW
          Severity: normal
          Priority: P2
         Component: localedata
          Assignee: unassigned at sourceware dot org
          Reporter: maiku.fabian at gmail dot com
                CC: libc-locales at sourceware dot org
  Target Milestone: ---

https://github.com/voidlinux/void-packages/issues/9744

And CLDR has:

https://unicode.org/cldr/trac/browser/trunk/common/collation/es.xml

which contains:

    <collation type="standard">
            <cr><![CDATA[
                    &N<ñ<<<Ñ
            ]]></cr>

and:

    <collation type="traditional">
            <cr><![CDATA[
                    &N<ñ<<<Ñ
                    &C<ch<<<Ch<<<CH
                    &l<ll<<<Ll<<<LL
            ]]></cr>

I guess we want “standard”, not “traditional”.

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