On Fri, 07 Oct 2016 12:39:18 +0200, Jan Stary wrote:
> The sort(1) manpage mentions the LC_* environment variables
> and how they affect sorting and efficiency, but we only
> support LC_CTYPE, right? Would it be an omprovement
> to remove these from the manpage?
The code supports collation based on LC_COLLATE, etc. However,
setlocale("LC_COLLATE") will not return success at this time so
that code is not really exercised.
I'm hesitant to remove that info from the manual, though perhaps
some of it should be commented out for now.
- todd