A report from the documentation maintainer
A report from the documentation maintainer
Posted Nov 4, 2016 0:09 UTC (Fri) by lsl (guest, #86508)In reply to: A report from the documentation maintainer by farnz
Parent article: A report from the documentation maintainer
There's always Unicode code point order, where A-Z is well-defined without respect to locale. UTF-8 has the nice property to sort that way using a simple strcmp-based comparator.
Sure, it isn't the order you'd see in a good old telephone book, but at least it's simple and predictable.
