From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.1 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 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 dcvr.yhbt.net (Postfix) with ESMTPS id A7BA520248 for ; Tue, 16 Apr 2019 19:06:48 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:cc:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=Ez2WbuDrvaX7e89q tug/SvleUbUBverNvvIv+02/opn9QjsFVXsHB92Y64MQcGO3GULLP0PEfs0lIPbK tM8zXteDKqQCT5EYY9hXDTnyfTwoEUSlvP/qFpEc/KXZaNvPl8xDTGrhZ8OcP4Gk c5o6Hu8B/NMCpaw83QJlpYEkixM= 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:subject:to:cc:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=QXhoOwN6cOCqzBiOng8Npa x+49A=; b=IE+jQzP22ITZ0R6ittW1JQ1h2gU6YqDScJLGMQxARhjE0tmEmTNDfI b6WfojrUwIVqCiwvwPIaMmQFruYdrXmtaQrQqSukjDZXFbcJZzjI/CJpRcECw5/b r4Koaa0oNujkWnuW8V5EKq0h9/pxvehi0PzqNt0xwwdU/bKeccS4Y= Received: (qmail 9705 invoked by alias); 16 Apr 2019 19:06:44 -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 Received: (qmail 9208 invoked by uid 89); 16 Apr 2019 19:06:44 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: mail-qk1-f196.google.com Subject: Re: [PING^6][PATCH v12] Locales: Cyrillic -> ASCII transliteration [BZ #2872] To: Egor Kobylkin , Marko Myllynen , libc-alpha@sourceware.org, libc-locales@sourceware.org, Carlos O'Donell , Siddhesh Poyarekar , Rafal Luzynski Cc: Mike Fabian References: <41532e13-a63d-5df1-ab37-05eb4d6c8d0a@kobylkin.com> <20180412224352.GB2911@altlinux.org> <7cdd817a-4a47-201a-8eeb-87db324104b3@kobylkin.com> <8923a5a0-65c8-4784-6d7d-f3571933dcb5@redhat.com> <4ebfdba5-41c1-3465-0b01-9152d6417350@redhat.com> <5aa900a3-b6ce-66c9-d2b5-fcc71e764154@kobylkin.com> <7d272d07-87ca-12fd-0f1b-00cbd93ea43d@kobylkin.com> From: Carlos O'Donell Message-ID: <449cbfd9-74ca-0cbc-cd9f-84a23629e05a@redhat.com> Date: Tue, 16 Apr 2019 15:06:39 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 MIME-Version: 1.0 In-Reply-To: <7d272d07-87ca-12fd-0f1b-00cbd93ea43d@kobylkin.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit On 4/16/19 2:41 PM, Egor Kobylkin wrote: > It is exactly the reason we had 12 iterations on this patch - we > wanted to cover the most complete yet workable standard for the > table. What we reference in the bug memo is the actual accepted > standard. It is coalesced with the extended standard for further > outdated cyrillic letters. I agree, and this is what makes review complicated and time consuming. I'm relying on you as the expert, and my goal is only to spot check for any inconsistencies. -- Cheers, Carlos.