Ticket #2330 (closed defect: duplicate)
Some non-alpha chars are ignored during case-insensitive file sorting
Reported by: | wayfarer | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | mc-core | Version: | |
Keywords: | file sorting | Cc: | |
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: |
Description
When using case-sensitive sorting, special chars like "." or "!" are considered to be less than any letter/digit, which is right. Eg:
/!config
/.config
/Downloads
/config
However, when switching to case-insensitive sorting, these chars seems to be just ignored. Eg:
/config
/!config
/.config
/Downloads
which is is not a correct sorting order, I suppose.
Change History
Note: See
TracTickets for help on using
tickets.
Duplicate of #1894 and #1978. Please use search before create ticket.