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

Re: Bits from the release team: full steam ahead towards buster



On Wed, Apr 18, 2018 at 11:14:50AM -0400, Michael Stone wrote:
> On Wed, Apr 18, 2018 at 02:47:11PM +0000, Holger Levsen wrote:
> >
> >yes, sorting depends on the locale... :)
> 
> specifically, what locale sorts english words differently than LANG=C?

Czech (cs_CZ) for one.

% cat animals
cheetah
dino
horse
jackal

% LC_COLLATE=cs_CZ sort animals
dino
horse
cheetah
jackal

"ch" belongs between "h" and "i".

-- 
Miroslav Kure


Reply to: