From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8993 invoked by alias); 20 Jul 2018 19:02:46 -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 8983 invoked by uid 89); 20 Jul 2018 19:02:45 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=0.1 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RDNS_DYNAMIC,TVD_RCVD_IP autolearn=no version=3.3.2 spammy=HContent-Transfer-Encoding:8bit X-HELO: brightrain.aerifal.cx Date: Fri, 20 Jul 2018 19:02:00 -0000 From: Rich Felker To: Carlos O'Donell Cc: Florian Weimer , GNU C Library , Mike Fabian , Zorro Lang , "Joseph S. Myers" Subject: Re: [PATCH] Keep expected behaviour for [a-z] and [A-z] (Bug 23393). Message-ID: <20180720190239.GV1392@brightrain.aerifal.cx> References: <9d6f47ec-f9eb-ead0-889c-3b9aae66551c@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2018-07/txt/msg00653.txt.bz2 On Fri, Jul 20, 2018 at 02:49:07PM -0400, Carlos O'Donell wrote: > On 07/19/2018 04:39 PM, Florian Weimer wrote: > > On 07/19/2018 09:43 PM, Carlos O'Donell wrote: > >> * Add back tests to tst-fnmatch.input and tst-regexloc.c which > >> exercise that [a-z] does not match A or Z. > > > > [a-z] still matches ñ, 𝚗, but not 𝚣, which I doubt is useful. > > Sorry, I don't follow, it absolutely matches ASCII z. That's not an ASCII z. It's some plane-1 mathematical z. :-) Rich