references.md sort #233
No reviewers
Labels
No labels
about page
bug
community page
documentation
donate page
duplicate
enhancement
feature page
good first issue
Google Season of Docs
help wanted
invalid
landing page
news page
question
support page
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: organicmaps/website#233
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Because looks like mostly it was already sorted.
Let's apply collation sorting here, it is more natural for humans. This page is for humans )
What is collation sorting?
https://learn.microsoft.com/en-us/globalization/locale/sorting-and-string-comparison
How to do that?
But it already collation sorted?
https://icu4c-demos.unicode.org/icu-bin/collation.html
(select alternate -> shifted to change order with underscores)
@biodranik your collation sorting - but strange that [stripe] is in the middle
That looks like a bug in their algo/implementation.
For consistency, a shorter string should be at the top, not at the bottom (see other examples in this file).
ditto
ditto
Thanks!