From patchwork Mon Feb 5 16:02:51 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike FABIAN X-Patchwork-Id: 25810 Received: (qmail 50317 invoked by alias); 5 Feb 2018 16:03:08 -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 46393 invoked by uid 89); 5 Feb 2018 16:03:05 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-26.4 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, TIME_LIMIT_EXCEEDED autolearn=unavailable version=3.3.2 spammy=french, French, Hx-spam-relays-external:209.85.128.195, H*RU:209.85.128.195 X-HELO: mail-wr0-f195.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; bh=gK0xP9n1hrjzwNgdDvHc8vzaDtyKkVtJCVq86hdD2sU=; b=pih6DxHVWeNVWHYhKBfWtTp0gaHjBqGOXOb5dH24ipjFtItXH8T79DfG3GhryyzNZ4 6XTsNC7FdxtrNjsyT8aQOSzcHdJRNOAiXQMC8FioW2FyA/xdZB+LiqJWiD99b9Ohxamr l8PYankXxOihE+6P6I1vRbrln/74r0PNaUdMoUxqZNx79d/eOWtbROrmyIrdsAspWDOm bYVdwQNslsCXlo+xhC3EauZSWdbohToIfTX9ayH0CT9atb5xH0DxrkxjLdBrH8YHUgsU jKwZp+DwhOxr5n4y5D3FGF+L7tcH9W5+sMx5RVjVnltpllBsaWqmeJaDLGt+CFZAWmpz jxrg== X-Gm-Message-State: AKwxytdKgl+gOcTPabx8ilMklhWluSclk8YG/fgeg1YL2CaFehPs4AlC Ag5gj51wq3Gy1bFFbZzxy902 X-Google-Smtp-Source: AH8x226mz80v/Pb2zcd2cW+uDSbwzR9ikGc57CTeU/Z6AthDf6ycvnWwlR0yPWBhOV2dwCjFSa1qRg== X-Received: by 10.223.179.209 with SMTP id x17mr13620074wrd.162.1517846572967; Mon, 05 Feb 2018 08:02:52 -0800 (PST) From: Mike FABIAN To: libc-alpha@sourceware.org Cc: "Dmitry V. Levin" Subject: [Patch v2 2/14] [BZ #14095] update collation data from Unicode / ISO 14651 Date: Mon, 05 Feb 2018 17:02:51 +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=0002-Necessary-changes-after-updating-the-iso14651_t1_com.patch From d09f53ca6df7578c7a197f13b2a86190895cd2f0 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Tue, 30 Jan 2018 18:04:31 +0100 Subject: [PATCH 02/14] Necessary changes after updating the iso14651_t1_common file * localedata/locales/iso14651_t1_common: Necessary changes to make the file downloaded from ISO usable by glibc. --- localedata/locales/iso14651_t1_common | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/localedata/locales/iso14651_t1_common b/localedata/locales/iso14651_t1_common index 989f3322c0..9546a785fc 100644 --- a/localedata/locales/iso14651_t1_common +++ b/localedata/locales/iso14651_t1_common @@ -1,7 +1,14 @@ -% escape_char / -% comment_char % +escape_char / +comment_char % -% LC_COLLATE +% This file is part of the GNU C Library and contains locale data. +% The Free Software Foundation does not claim any copyright interest +% in the locale data contained in this file. The foregoing does not +% affect the license of the GNU C Library as a whole. It does not +% exempt you from the conditions of the license if your use would +% otherwise be governed by that license. + +LC_COLLATE % Decomment the lines above to create an % LC_COLLATE definition in the style of ISO/IEC TR 14652:2004. @@ -21867,10 +21874,11 @@ collating-element from "" % collation-element for reo % Largest primary weight - -% order_start forward;forward;forward;forward,position - -% order_start forward;backward;forward;forward,position +ifdef DIACRIT_BACKWARD +order_start forward;backward;forward;forward,position +else +order_start forward;forward;forward;forward,position +endif % Decomment the first order_start line to specify directions for each level. % To tailor for French accent handling, instead decomment the second @@ -52612,7 +52620,7 @@ collating-element from "" % collation-element for reo order_end -% END LC_COLLATE +END LC_COLLATE % Decomment the line above to create a 14652-style % LC_COLLATE definition. -- 2.14.3