From patchwork Fri Feb 23 10:17: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: 877014 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-90515-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="ZuCX2xZG"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3znnGy3J5wz9sW6 for ; Fri, 23 Feb 2018 21:18:02 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id :mime-version:content-type; q=dns; s=default; b=vPWp3UerTu51XvCj lOVtP1SI3g7P0Lw/8XnSO2QwS5T3r5h32kd9ZXJNSpfDmsuQSzbFf2GD4PlgkHuX RdJI666LWAfArBJp0ifB2+7zSu2+bL6UOctI3bij+/aKKte7Bs5jIEP33718Kk/H WRgFLr3US1Z6iFIN4RkoixVevpw= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id :mime-version:content-type; s=default; bh=rFNqwFeASbFGLTVZOxo/iq oRHJ0=; b=ZuCX2xZGLFuk3dq6XaXSchCS3oj/fx8aE4OwILEt9cQihQGuOLj9QN gHnzU+rCFmwFbCsX0xsxUXBnjkmVeoIYNetZaMS+gbetIjjP0SL2WV9UkohqdY98 FOKUbxcZgI8LNYDTlttQMXKbIlV2QuocNFmsP6kr6HccsHPEmlu08= Received: (qmail 121517 invoked by alias); 23 Feb 2018 10:17: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 120534 invoked by uid 89); 23 Feb 2018 10:17:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-24.3 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=Necessary, foregoing, accent, tailor 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=QInM2ugMgb812pK4+ggqb1nUweFXUfG4WB1JUOwyNZk=; b=hxaejrBNvhbxhG7nMLJrdnI4CGg1qto+nkBh0dVjx4ZmBWejFllHqOiOvMokwnwIYx 9zrtZySNDmIpbQQKyXOqpZ53rVivQ7xzcJl8gLRd+3TupLAbnJYxQrIT1L8h8O54ULZY KbD2TPYCXXrCjd6wtHONaNIQr7Uab0e6TgBVxpLl72cvUsNTz8IzKz8h4OffOJa7Rzn+ w+lYdWVMhGZf2etbv9L1EVWbDuO335pxOpIPOgcxuix0RG5wo4wm2H8cSkNdLY65Ok47 REkseMm1PwbR+RDGNjCo57Jv7XFZJhN+JE3Xa/xo5M23mW7ssKJ+inB7mvLvp2Grzu9J PoiA== X-Gm-Message-State: APf1xPDdMglJ1vh3ZA+pYODL7weNNTFz3LB7XCl2Q3vL8X7kQzBf7Pz1 7ka+HDUjU/uU3RtNO5Ce3EKN X-Google-Smtp-Source: AH8x2271scgVlOeS1d8vXt04sDqAEKxb5Wg4ezQHtvHImmCRPi4x20/II9A3iBhHuctBOW/Oe1BL3g== X-Received: by 10.223.183.74 with SMTP id n10mr1084004wre.124.1519381072627; Fri, 23 Feb 2018 02:17:52 -0800 (PST) From: Mike FABIAN To: libc-alpha@sourceware.org Cc: "Dmitry V. Levin" Subject: [Patch v3 2/14] [BZ #14095] update collation data from Unicode / ISO 14651 Date: Fri, 23 Feb 2018 11:17: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 Reviewed-by: Carlos O'Donell From 24e7abf9c6d0727407e391e3a5143045ebbb697b 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