Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
How to NOT allow LC_COLLATE to corrupt globbing ???
- X-seq: zsh-users 1961
- From: Stucki <stucki@xxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxxxxxxx
- Subject: How to NOT allow LC_COLLATE to corrupt globbing ???
- Date: Mon, 7 Dec 1998 14:44:48 +0100
Hi!
Once again I nearly was bitten by an Environment containing:
export LC_COLLATE=de
Then doing 'rm *[A-Z]*' on a Sun is really doing 'rm *'
as there is no difference between upper and lower case
in the german collating sequence.
So now I'd like to ***compile*** my zsh in a way that makes sure
I *always* use the standard collating sequence like LC_COLLATE=C
(or may be LC_COLLATE=us).
Is there a way to configure this in, by editing some config-files ???
(changing 'config.h' *after* running 'configure'
to contain '#define HAVE_LOCALE_H 0' did *not* help!)
Any ideas ?
Stucki
--
Christoph von Stuckrad * * | talk to | <stucki@xxxxxxxxxxxxxxxxx> \
Freie Universitaet Berlin |/_* | nickname | Tel(days):+48 30 838-75 459 |
Fachbereich Mathematik, EDV |\ * | 'stucki' | Tel(else):+49 30 77 39 6600 |
Arnimallee 2-6/14195 Berlin * * | on IRC | Fax(alle):+49 30 838-75454 /
Messages sorted by:
Reverse Date,
Date,
Thread,
Author