d8307d
Backport of this Fedora Rawhide commit but split out into a distinct
d8307d
patch.
d8307d
    
d8307d
commit 72195d44855ab96875f117acb75c37f98dcb26a9
d8307d
Author: Carlos O'Donell <carlos@redhat.com>
d8307d
Date:   Thu Jun 6 23:58:21 2019 -0400
d8307d
d8307d
    locale: Fix C.UTF-8 ranges.
d8307d
    
d8307d
    The ellipsis range support only allows <Uxxxx> or <Uxxxxxxxx> as
d8307d
    valid unicode code points, otherwise it treats it as a symbol and
d8307d
    since we don't define the symbol the entire range is unused.
d8307d
d8307d
diff --git a/localedata/locales/C b/localedata/locales/C
d8307d
index b2c2d1dc417cde69..30d9563213b8cb0f 100644
d8307d
--- a/localedata/locales/C
d8307d
+++ b/localedata/locales/C
d8307d
@@ -43,21 +43,21 @@ order_start forward
d8307d
 <U0000>
d8307d
 ..
d8307d
 <UFFFF>
d8307d
-<U10000>
d8307d
+<U00010000>
d8307d
 ..
d8307d
-<U1FFFF>
d8307d
-<U20000>
d8307d
+<U0001FFFF>
d8307d
+<U00020000>
d8307d
 ..
d8307d
-<U2FFFF>
d8307d
-<UE0000>
d8307d
+<U0002FFFF>
d8307d
+<U000E0000>
d8307d
 ..
d8307d
-<UEFFFF>
d8307d
-<UF0000>
d8307d
+<U000EFFFF>
d8307d
+<U000F0000>
d8307d
 ..
d8307d
-<UFFFFF>
d8307d
-<U100000>
d8307d
+<U000FFFFF>
d8307d
+<U00100000>
d8307d
 ..
d8307d
-<U10FFFF>
d8307d
+<U0010FFFF>
d8307d
 UNDEFINED
d8307d
 order_end
d8307d
 END LC_COLLATE