about summary refs log tree commit diff
path: root/localedata/SUPPORTED
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@redhat.com>2021-07-29 01:27:56 -0400
committerCarlos O'Donell <carlos@redhat.com>2021-07-29 01:31:39 -0400
commitb2a77206b3c3bf4670acc069f6fdda76cf857d48 (patch)
tree3e35b2a2b9c864a91a223c9bc94c35797af57aae /localedata/SUPPORTED
parent7de41f96a172e5f15bc449ec3c09dbd0ae4cf2c6 (diff)
downloadglibc-b2a77206b3c3bf4670acc069f6fdda76cf857d48.tar.gz
glibc-b2a77206b3c3bf4670acc069f6fdda76cf857d48.tar.xz
glibc-b2a77206b3c3bf4670acc069f6fdda76cf857d48.zip
Add generic C.UTF-8 locale (Bug 17318) codonell/c-utf8
We add a new C.UTF-8 locale.  This locale is not builtin to glibc, but
is provided as a distinct locale.  The locale provides full support
for UTF-8 and this includes full code point sorting via strcmp-based
collation.

The collation uses a new keyword 'strcmp_collation' which drops all
collation rules and generates an empty zero rules collation to enable
strcmp usage in collation. This ensures that we get full code point
sorting for C.UTF-8 with a minimal 92 bytes of overhead (LC_COLLATE
structure information).

The new locale is added to SUPPORTED.  Minimal test data for specific
code points (minus those not supported by collate-test) is provided
in C.UTF-8.in, and this verifies code point sorting is working
reasonably across the range.  The locale was tested manually with the
full set of code points without failure.

The locale is harmonized with locales already shipping in Gentoo,
Debian, Ubuntu, Fedora, CentOS Stream, and RHEL. A new tst-iconv9 test
is added which verifies the C.UTF-8 locale is generally usable.

Testing for fnmatch, regexec, and recomp is provided by extending
bug-regex1, bugregex19, bug-regex4, bug-regex6, transbug, tst-fnmatch,
tst-regcomp-truncated, and tst-regex to use C.UTF-8.

Tested on x86_64 or i686 without regression.
Diffstat (limited to 'localedata/SUPPORTED')
-rw-r--r--localedata/SUPPORTED1
1 files changed, 1 insertions, 0 deletions
diff --git a/localedata/SUPPORTED b/localedata/SUPPORTED
index 1ee5b5e8c8..d768aa4795 100644
--- a/localedata/SUPPORTED
+++ b/localedata/SUPPORTED
@@ -79,6 +79,7 @@ brx_IN/UTF-8 \
 bs_BA.UTF-8/UTF-8 \
 bs_BA/ISO-8859-2 \
 byn_ER/UTF-8 \
+C.UTF-8/UTF-8 \
 ca_AD.UTF-8/UTF-8 \
 ca_AD/ISO-8859-15 \
 ca_ES.UTF-8/UTF-8 \