From patchwork Mon Feb 26 15:09:23 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Mike FABIAN X-Patchwork-Id: 26065 Received: (qmail 93491 invoked by alias); 26 Feb 2018 15:09:30 -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 93406 invoked by uid 89); 26 Feb 2018 15:09:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-26.0 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy=HX-Received:10.28.14.129, b X-HELO: mail-wm0-f67.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:cc:subject:organization:date:message-id :user-agent:mime-version:content-disposition :content-transfer-encoding; bh=8AgNTatc3ldrlVkzmGI1PIGPiYOXtsdBEdy8OOBJo1s=; b=C7ctAXjsvi1ipzGBhw2CcvZ3uJKCfgrPRAQQLtnZwSDEyP04JvgXQnA8ncMbtBP186 mltkpPdo8s224dpoJIWWxgjQl64rJnqYiFyRBrf30GAb0Z11T4hV9oUcOKKgevS7Ax/9 2MdducfImwR8s2G9QuSnClEkmcMjOBNc296/bfrC/GJ/phrt1dZS2Ub6qJI14ZVa7ixv L8bg7XF/qzeNQJ5j07uC/q7SNdIb95fpZUJsRcIvXALRFztrz40GrE9UyAGOczW+/oeE dbVGa0zUuKwyfwpb86kzs8+Fn/GJK3OjIKPHyVDgizfd7JoHNMjNozUN7fi/w5AflRC9 RsXg== X-Gm-Message-State: APf1xPDHIAzxX8OcG1mYdTHU7ejhgZ6Eq4h3P+WhYi4pXcaOb8vENxU5 OinczSbYoRcdmESq5WKtVmaAfx3MgQ== X-Google-Smtp-Source: AG47ELtTZ2F52btbdJnfykDK4Zt2wFC6n+YPFgMdHyvGC3h8RwKsRgoxglrpuFOoMz/b8V7Ha0/KgA== X-Received: by 10.28.14.129 with SMTP id 123mr8276736wmo.111.1519657764668; Mon, 26 Feb 2018 07:09:24 -0800 (PST) From: Mike FABIAN To: libc-alpha@sourceware.org Cc: "Dmitry V. Levin" Subject: [Patch v4 8/14] [BZ #14095] update collation data from Unicode / ISO 14651 Date: Mon, 26 Feb 2018 16:09:23 +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=0008-Collation-order-of-has-changed-in-new-iso14651_t1_co.patch Reviewed-by: Carlos O'Donell From 6bacfb49149574e0cc963a976732bda36745fdba Mon Sep 17 00:00:00 2001 From: Mike FABIAN 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