From patchwork Fri Jan 26 10:59:43 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Mike FABIAN X-Patchwork-Id: 25566 Received: (qmail 99339 invoked by alias); 26 Jan 2018 10:59:56 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 99316 invoked by uid 89); 26 Jan 2018 10:59:52 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-23.5 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy=20in, 20file, z2, Hx-languages-length:1318 X-HELO: mail-wm0-f66.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:organization:date:message-id :user-agent:mime-version:content-disposition :content-transfer-encoding; bh=eROifxgXVAQC9VULu1lUzDr/44xj8YJnvHqlhFPvZXM=; b=GXwgFVSBSqjU9yFyUgJyucO/YFl8ytKpUxyHTBjCqKJWyuemN6gwCeElUI+Rqduyjw Qg0BJiuiGwECiYY8nWKHVf4gfqSL+tSqeera3WrAUgpU4tOaSQk1L7+6q8OiZ68NuP6f T395Q/NV4YMl4DkD/WYLnbkRqraoU0V6QX10WUCH26LGtUP+xdMsET9z3nl0vh1KfScs Y0uak43lEiDMoFdiQraq5+Ola5/EM0FurLkCEFGHuy/GOzb2pDYJ22g2T0CqQxvKBOiu 3AblkKCpmM9Zd3YP9novfSAboL0QTJx5wWQo8w3Kti1MAlDnSwF9ogY5FU11MRIhjP6O S8oQ== X-Gm-Message-State: AKwxytf2BqvFn5oeZmPZcp/PJPEvR1vvYG4a7V3cpBdHpAqnfVqDnqi/ sj1501a8bofr+io7/1bLV9pvL3qZJg== X-Google-Smtp-Source: AH8x2255OCLWb4gt7f88l0mmLUwhLAvoM7+OV51esUVuTZzRiZ6PhMkdOxKgZDufaq5EyrCJ5CeY4Q== X-Received: by 10.28.173.130 with SMTP id w124mr9327127wme.18.1516964384178; Fri, 26 Jan 2018 02:59:44 -0800 (PST) From: Mike FABIAN To: libc-alpha@sourceware.org Subject: [Patch 5/13] [BZ #14095] update collation data from Unicode / ISO 14651 Date: Fri, 26 Jan 2018 11:59:43 +0100 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 Content-Disposition: inline; filename=0005-Collation-order-of-has-changed-in-new-iso14651_t1_co.patch From e8202c22f4483969445392143a07833e9c159b25 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Tue, 12 Dec 2017 14:39:34 +0100 Subject: [PATCH 05/13] =?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