Re: Bits from the release team: full steam ahead towards buster
- Date: Thu, 19 Apr 2018 09:35:25 +1200
- From: Ben Caradoc-Davies <ben@xxxxxxxxxxxx>
- Subject: Re: Bits from the release team: full steam ahead towards buster
On 19/04/18 03:11, Stephan Seitz wrote:
Can you please give an example for the sorting difference in different locales if you only have english words (and I would say it means only ASCII in this case)?
In the C locale, all uppercase letters are sorted before all lowercase letters:
$ echo -e "buster\nStretch" | LC_COLLATE=C sort Stretch buster In en_GB, by comparison: $ echo -e "buster\nStretch" | LC_COLLATE=en_GB.utf8 sort buster Stretch Kind regards, -- Ben Caradoc-Davies <ben@xxxxxxxxxxxx> Director Transient Software Limited <https://transient.nz/> New Zealand
- Follow-Ups:
- Re: Bits from the release team: full steam ahead towards buster
- From: Holger Levsen
- Re: Bits from the release team: full steam ahead towards buster
- References:
- Re: Bits from the release team: full steam ahead towards buster
- From: Christoph Biedl
- Re: Bits from the release team: full steam ahead towards buster
- From: Aurelien Jarno
- Re: Bits from the release team: full steam ahead towards buster
- From: Michael Stone
- Re: Bits from the release team: full steam ahead towards buster
- From: Holger Levsen
- Re: Bits from the release team: full steam ahead towards buster
- From: Stephan Seitz
- Re: Bits from the release team: full steam ahead towards buster
- Prev by Date: multiple ITPs - mbrola voices
- Next by Date: Re: Completed: lists.alioth.debian.org migration
- Previous by thread: Re: Bits from the release team: full steam ahead towards buster
- Next by thread: Re: Bits from the release team: full steam ahead towards buster
- Index(es):