From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15602 invoked by alias); 24 Feb 2018 06:01:56 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 15587 invoked by uid 89); 24 Feb 2018 06:01:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.2 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy= X-HELO: mail-qt0-f170.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:organization :message-id:date:user-agent:mime-version:in-reply-to :content-language:content-transfer-encoding; bh=m5JGpIRGpKKHxzcC2JOj49eCqzAy3IVXWpk2z29kTEU=; b=K6RGxxw+6XnJf5jALDz9HynKnsxo//3rpKKNSDxJGDLD+ZiU+oE74HFZTc/j8Lq5I+ dEDQ2Cx7Q12uR+YTUSmZoXZB3ZFrXvp8teB8V8jFRQ9fTm3cTaPnLnmV7lLIM/47WcCV wSx3KHzFn5wQJK/RKU2wBstx/zh9pxjyc4w5V6zOQJlYA3qNsAWgeoq/dxV0TN3iaN9N Ae1n73zM3KaShlL5fhWNMtPBsRJfCqvadW7pFR7+PcT49bTx4UplMDxVGltjAy2+D7Ny ck/0Gs8SuD9EV4ek6IqbhePHXharc6JyZIX3pekWuiMOFc+WI4NqkdvikMP9uoeyOxwW a89Q== X-Gm-Message-State: APf1xPBL3uYfntR5jvwO3gyKeYbcpt17+6lyE/LZ2xkUYSO4f34z6/Rj vhiPK/kd0o5Czc7PJiVO53IGPw== X-Google-Smtp-Source: AG47ELs53sUzi7KP6IePYEpes+zouCe3Yf1shgeg6nRL/ji5eLl8YNppe8hlOw3t215UDciNLCTFSA== X-Received: by 10.200.63.123 with SMTP id w56mr6736243qtk.318.1519452112317; Fri, 23 Feb 2018 22:01:52 -0800 (PST) Subject: Re: [Patch v3 8/14] [BZ #14095] update collation data from Unicode / ISO 14651 To: Mike FABIAN , libc-alpha@sourceware.org Cc: "Dmitry V. Levin" References: From: Carlos O'Donell Message-ID: <8a34b67e-65c5-9975-3ee3-8b7a118133b4@redhat.com> Date: Sat, 24 Feb 2018 06:05:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-SW-Source: 2018-02/txt/msg00690.txt.bz2 On 02/23/2018 02:22 AM, Mike FABIAN wrote: > From 328e586e421e1f02a18685b89ce47a5ef6b74661 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(-) OK. Reviewed-by: Carlos O'Donell -- Cheers, Carlos.