Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Alphabetical Sorting case sensitivity #497

Open
cloning5480 opened this issue Aug 16, 2024 · 3 comments
Open

[BUG] Alphabetical Sorting case sensitivity #497

cloning5480 opened this issue Aug 16, 2024 · 3 comments
Assignees

Comments

@cloning5480
Copy link
Contributor

When sorting alphabetically, lower case letters are sorted after upper case letters, not at the same time.

So you have:

Alpha
Thursday
Zoo
baguette
pasta

rather than

Alpha
baguette
pasta
Thursday
Zoo
@cloning5480 cloning5480 changed the title [BUG] Alphabetical Sorting [BUG] Alphabetical Sorting case sensitivity Aug 16, 2024
@teschiopol
Copy link
Contributor

I think it's because ASCII Order. @ellite if you want I can change the sort

@ellite
Copy link
Owner

ellite commented Aug 23, 2024

Hi. Yeah, I noticed this. But since it is the default behaviour I decided to not change it.
Maybe I add this change to the alphanumeric sorting method since it is already changing the default behaviour for numbers.

@ellite ellite self-assigned this Aug 23, 2024
@ellite
Copy link
Owner

ellite commented Sep 4, 2024

Ok. I was going to add this to the alphanumeric sorting, but it seems it already behaves like that.
So you can sort by "Alphanumeric"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants