Sorting A-Z/Z-A bug: Sorting "values" upper and lower case letters
Opened this issue · 0 comments
githomasmaier commented
Sorting should result in this: abc, bbc, Cbc, Dbc, ebc, Fbc, gbc
Instead, it sorts like this: Cbc, Dbc, Fbc, abc, bbc, ebc, gbc