List of subscribers should be sorted case-insensitively
Bug #76370 reported by
Matthew Paul Thomas
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
Low
|
Unassigned |
Bug Description
I see that the list of subscribers to a bug is now sorted by ASCII value rather than chronologically. This is more useful, but it would be even more useful if it was sorted alphabetically instead of by ASCII value. For example, "archie" should be before "Bert", not after.
Changed in malone: | |
importance: | Undecided → Low |
status: | New → Triaged |
To post a comment you must log in.
This gets complex when you have strings outside of the ASCII range. I remember stub running into some sorting issues in Postgres when using an english locale (which would allow case insensitive sorting) -- it ended up sorting all CJK strings as equal.