Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: fix tests under non-usual locale
- X-seq: zsh-workers 22759
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: PATCH: fix tests under non-usual locale
- Date: Fri, 22 Sep 2006 18:17:11 -0700
- In-reply-to: <200609222325.46459.arvidjaar@xxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <200609222325.46459.arvidjaar@xxxxxxxxxx>
On Sep 22, 11:25pm, Andrey Borzenkov wrote:
}
} this is rather long standing. I do not see any easier way to fix it.
In Test/ztst.zsh is
# Ensure the locale does not screw up sorting. Don't supply a locale
# unless there's one set, to minimise problems.
[[ -n $LC_ALL ]] && LC_ALL=C
[[ -n $LC_COLLATE ]] && LC_COLLATE=C
[[ -n $LANG ]] && LANG=C
Perhaps this just needs LC_NUMERIC added?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author