|
|
|
|
|
by Skeime
268 days ago
|
|
I generally agree that treating substrings that are numbers as numbers is a good default for most users in most situations. However, for hex numbers this simply won't give good results because some of them will just happen to not contain any of the digits A to F and be treated as base-10 numbers by the heuristic while others will include these digits and be sorted differently. (So, a having a strict lexicographic mode as an alternative in file managers would be nice.) |
|