Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: 'LC_COLLATE=de ls [A-Z]*' expands to 'every file' including lowercase
- X-seq: zsh-workers 4207
- From: Zoltan Hidvegi <hzoli@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx (Zsh hacking and development)
- Subject: Re: 'LC_COLLATE=de ls [A-Z]*' expands to 'every file' including lowercase
- Date: Wed, 8 Jul 1998 01:40:53 -0500 (CDT)
- In-reply-to: <980706111424.ZM5205@xxxxxxxxxxxxxxxxxxxxxxx> from Bart Schaefer at "Jul 6, 98 11:14:24 am"
> 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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author