From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 120609 invoked by alias); 25 Jul 2018 20:19:02 -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 120586 invoked by uid 89); 25 Jul 2018 20:19:01 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,KAM_MANYTO,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:370, HContent-Transfer-Encoding:8bit X-HELO: mx1.redhat.com Subject: Re: [PATCHv3] Expected behaviour for a-z, A-Z, and 0-9 (Bug 23393). To: Carlos O'Donell , GNU C Library , Rich Felker , Mike Fabian , Zorro Lang , "Joseph S. Myers" References: <9d6f47ec-f9eb-ead0-889c-3b9aae66551c@redhat.com> <5bcef059-b928-d2e9-82dd-2ae68be96020@redhat.com> <541d18da-6318-382e-d5cd-6c69a5db1a07@redhat.com> From: Florian Weimer Message-ID: <8359bdf2-457e-e2f1-ac90-e4b27b2e0495@redhat.com> Date: Wed, 25 Jul 2018 20:19:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-SW-Source: 2018-07/txt/msg00840.txt.bz2 On 07/25/2018 05:54 PM, Carlos O'Donell wrote: > Attaching it as swbz23393v3.tar.gz to avoid spam rejection. Quick comment. The middle line here adds trailing whitespace: - { "[a-z]|[^a-z]", "\xcb\xa2", REG_EXTENDED, 2, + + The U+02DA RING ABOVE is chosen because it's not in [s-㏜]. */ Florian