On Thu, 2018-07-19 at 15:53 +1000, Trent W. Buck wrote:
> Debian Bug Tracking System wrote:
> > + LC_ALL=C sort
> > [and similar LC_ALL=C elsewhere]
>
> I think you can dial that back from LC_ALL=C to just LC_COLLATE=C.
[...]
Now try with LC_ALL=en_AU.UTF-8 already set in the environmen
Debian Bug Tracking System wrote:
> + LC_ALL=C sort
> [and similar LC_ALL=C elsewhere]
I think you can dial that back from LC_ALL=C to just LC_COLLATE=C.
Informal proof:
bash4$ printf %s\\n README ReadMe readme | LC_COLLATE=en_AU.UTF-8 sort
readme
ReadMe
README
b
2 matches
Mail list logo