Skip to content

Directories listing returns results in a nontraditional Alphabetical order - ALL CAPS precede mixed case or lower case #121

Open
@SnortsAlot

Description

@SnortsAlot

Returning the results from directory listing.

I'm guessing the ascii values are being checked for that so while a listing in more traditional alphabetical ordering would look like

Fan
FIRST
fumble
Fuzzy

the index returns

FIRST
Fan
Fuzzy
fumble

apparently prioritizing uppercase in resulting listings.

if this is intended, please turn this into a feature request to allow returned results with effectively a .lower() scenario and... then how other language's special characters are handled in that ordering,

I've not done extensive testing, but it appears non native "English" characters are displayed/ordered after z in most cases.

ie..
a,b,c...
z
Then all other characters or diacritical markings (umlaut, cedilla, accute accent, crucflex, tilde, grave, etc)

à, è, ì, ò, ù - À, È, Ì, Ò, Ù
á, é, í, ó, ú, ý - Á, É, Í, Ó, Ú, Ý
ą,ł, ż, ß, ä, ö, ü, ç, ã, õ,

armadillo
monkey
zebra
àlex

versus the more expected

àlex
armadillo
monkey
zebra

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions