User List alphabet sort

Description: 
If I sort my userlist alphabetically (by user name) it lists all the capital letters A-Z first then all the lowercase letters a-z. I would have expected it to sort in a case-sensitive manner? Not a biggie, just seems a little odd.
0
Your rating: None
1
Average: 1 (4 votes)

Comments

should have read "I would have expected it to sort in a case-insensitive manner".

Qt's widgets use case-sensitive sort by default, but I definitely intend to change it.

Thanks, Nir