Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: globbing bug, 3.0.6
- X-seq: zsh-workers 10811
- From: Zefram <zefram@xxxxxxxx>
- To: Trond Eivind=?iso-8859-1?q?_Glomsr=F8d?= <teg@xxxxxxxxxx>
- Subject: Re: globbing bug, 3.0.6
- Date: Tue, 18 Apr 2000 15:52:09 +0100 (BST)
- Cc: zsh-workers@xxxxxxxxxxxxxx
- In-reply-to: <xuyog77h3h4.fsf@xxxxxxxxxxxxxxxxxxxxxx> from Trond Eivind=?iso-8859-1?q?_Glomsr=F8d?= at "Apr 18, 2000 10:45:59 am"
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Trond Eivind=?iso-8859-1?q?_Glomsr=F8d?= wrote:
>hoser% ls [A-C]*
>AA AC AE BB BD CA CC CE ab ad ba bc be
>AB AD BA BC BE CB CD aa ac ae bb bd
What do you have $LC_CTYPE, $LC_ALL and $LANG set to? This is the usual
sign of having a locale set inappropriately -- [A-C] is being treated as
[AaBbC].
-zefram
Messages sorted by:
Reverse Date,
Date,
Thread,
Author