Description
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