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