bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: one last collating sequence data point


From: Benno Schulenberg
Subject: Re: one last collating sequence data point
Date: Sat, 27 Jan 2007 20:56:06 +0100
User-agent: KMail/1.9.6

Chet Ramey wrote:
> Bruce Korb wrote:
> > $ unset LC_COLLATE
>
> If LC_COLLATE is unset, LC_ALL and LANG both affect the collating
> order.

Aha!  So that is where the apparent "system default locale" comes 
from.

$ locale | grep COLL
LC_COLLATE=POSIX

$ unset LC_COLLATE
$ locale | grep COLL
LC_COLLATE="en_GB.utf8"

$ unset LANG
$ locale | grep COLL
LC_COLLATE="POSIX"

Thanks, mystery solved.

Benno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]