Date: Fri, 14 Sep 2001 12:47:49 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: broeker AT physik DOT rwth-aachen DOT de Message-Id: <7704-Fri14Sep2001124748+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp-workers AT delorie DOT com In-reply-to: (message from Hans-Bernhard Broeker on Fri, 14 Sep 2001 11:37:05 +0200 (MET DST)) Subject: Re: NLS and djgpp.env References: Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Fri, 14 Sep 2001 11:37:05 +0200 (MET DST) > From: Hans-Bernhard Broeker > > On Fri, 14 Sep 2001, Eli Zaretskii wrote: > > > > Date: Thu, 13 Sep 2001 18:39:35 +0200 (MET DST) > > > From: Hans-Bernhard Broeker > > > > > > If at all, it would be a good idea to set LC_COLLATE to "C", > > > lest users be badly surprised by 'grep' and other regex tools if they "set > > > LANG=de" and then use pattern like [a-z]. > > > > If we decide to set LC_COLLATE, I would suggest doing so in a special > > section for Grep programs, not a general setting. > > Fine with me, too. Btw, is this problem even relevant to DJGPP? We don't really support any locale but the C locale, and our strcoll function doesn't know how to sort except according to ASCII. Am I missing something?