This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Patch v3 8/14] [BZ #14095] update collation data from Unicode / ISO 14651


>From 328e586e421e1f02a18685b89ce47a5ef6b74661 Mon Sep 17 00:00:00 2001
From: Mike FABIAN <mfabian@redhat.com>
Date: Tue, 12 Dec 2017 14:39:34 +0100
Subject: [PATCH 08/14] =?UTF-8?q?Collation=20order=20of=20=C8=A5=20has=20c?=
 =?UTF-8?q?hanged=20in=20new=20iso14651=5Ft1=5Fcommon=20file,=20adapt=20te?=
 =?UTF-8?q?st=20files?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

	* localedata/cs_CZ.UTF-8.in: adapt this test file to the collation
        order of ȥ in the new iso14651_t1_common file.
	* localedata/pl_PL.UTF-8.in: Likewise.
---
 localedata/cs_CZ.UTF-8.in | 4 ++--
 localedata/pl_PL.UTF-8.in | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/localedata/cs_CZ.UTF-8.in b/localedata/cs_CZ.UTF-8.in
index 71d19a76fa..b0dcf84205 100644
--- a/localedata/cs_CZ.UTF-8.in
+++ b/localedata/cs_CZ.UTF-8.in
@@ -184,8 +184,6 @@ z
 Z
 ź
 Ź
-È¥
-Ȥ
 za
 Za
 źa
@@ -198,6 +196,8 @@ ZbynÄ?k
 zeleÅ?
 ZZ
 Z-2
+È¥
+Ȥ
 ž
 Ž
 Ž
diff --git a/localedata/pl_PL.UTF-8.in b/localedata/pl_PL.UTF-8.in
index 5f7e9b7d60..1b4f3ef3c1 100644
--- a/localedata/pl_PL.UTF-8.in
+++ b/localedata/pl_PL.UTF-8.in
@@ -132,8 +132,6 @@ z
 Z
 ž
 Ž
-È¥
-Ȥ
 za
 Za
 ža
@@ -142,6 +140,8 @@ zb
 Zb
 žb
 Žb
+È¥
+Ȥ
 ź
 Ź
 źa
-- 
2.14.3


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]