[Bug localedata/23774] lv_LV collates Y/y incorrectly

rei4dan at gmail dot com sourceware-bugzilla@sourceware.org
Sat Dec 22 19:56:00 GMT 2018


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

Reinis Danne <rei4dan at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rei4dan at gmail dot com

--- Comment #3 from Reinis Danne <rei4dan at gmail dot com> ---
sed-4.6 and grep-3.3 seem to have resolved this particular issue by
implementing rational range interpretation, but [a-ž] and [A-Ž] are buggy.

The former de-interleaves the capital letters for unaccented characters, but
accented capitals are left among the small letters.

Does glibc (2.28) offer alternative collations (or does grep does it)?
As far as I could tell the collation sequence is as specified in the locale:
Using LC_COLLATE=lv_LV.UTF-8
char    strxfrm
i       c2b7010201020101e29b96
I       c2b7010201070101e2afb7
ī       c2b70102140102020101e29bb7
Ī       c2b70102140107020101e2b096
y       c2b701030102
Y       c2b701030107
j       c382010201020101e29c96
J       c382010201070101e2b0a4
Using LC_COLLATE=C.UTF-8
char    strxfrm
i       6b
I       4b
ī       c4ad
Ī       c4ac
y       7b
Y       5b
j       6c
J       4c

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


More information about the Libc-locales mailing list