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