[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: owners owners.list,1.2182,1.2183
- From: Christian Iseli <Christian Iseli licr org>
- To: fedora-extras-list redhat com
- Subject: Re: owners owners.list,1.2182,1.2183
- Date: Sun, 7 Jan 2007 23:18:28 +0100
On Sun, 07 Jan 2007 21:22:33 +0100, Till Maas wrote:
> What excactly is the correct sorting order? (Especially regarding special
> characters.)
POSIX lexicographical order, ignoring the case of characters.
The problematic bit is probably the underscore, which in ASCII lies
between upper and lower cases... "sort -f" folds to upper cases, and
so names with underscores appear later in the list, while the script I
used folds to lower cases, because it seemed more natural since most
package names are lower cases.
Cheers,
C
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]