From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9035 invoked from network); 8 Jul 1998 06:48:32 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 8 Jul 1998 06:48:32 -0000 Received: (from list@localhost) by math.gatech.edu (8.8.5/8.8.5) id CAA14432; Wed, 8 Jul 1998 02:40:05 -0400 (EDT) Resent-Date: Wed, 8 Jul 1998 02:40:05 -0400 (EDT) From: Zoltan Hidvegi Message-Id: <199807080640.BAA01227@hzoli.home> Subject: Re: 'LC_COLLATE=de ls [A-Z]*' expands to 'every file' including lowercase In-Reply-To: <980706111424.ZM5205@candle.brasslantern.com> from Bart Schaefer at "Jul 6, 98 11:14:24 am" To: zsh-workers@math.gatech.edu (Zsh hacking and development) Date: Wed, 8 Jul 1998 01:40:53 -0500 (CDT) X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"wCDk_1.0.RX3.4Hner"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/4207 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu > I'd vote in favor of removing HAVE_STRCOLL from matchonce() in glob.c. According to the standard: LC_COLLATE This variable determines the behaviour of range expressions, equivalence classes and multi-character collating elements within pattern matching. Of course the standard also requires POSIX character classes, so instead of [a-z] you are supposed to use [[:lower:]], but unfortunately the later is not supported yet. Zoli