sort method - dirs beginning with underline
Moderators: Hacker, petermad, Stefan2, white
sort method - dirs beginning with underline
I don't know, if it is a bug or a feature.
In old TC dirs beginning with underline are listed on top.
In new TCb3 now dirs beginning with numbers are on first place.
http://img20.imageshack.us/img20/7503/image2umc.jpg
How can I get my old sort order back?
In old TC dirs beginning with underline are listed on top.
In new TCb3 now dirs beginning with numbers are on first place.
http://img20.imageshack.us/img20/7503/image2umc.jpg
How can I get my old sort order back?
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
TC stores file names in Unicode format also on Win9x/ME now, so it has to use different functions for sorting which apparently treat underscores differently. I will check whether there is a way to get the old order back, but I cannot promise anything yet.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Thank you for the efforts.ghisler(Author) wrote:TC stores file names in Unicode format also on Win9x/ME now, so it has to use different functions for sorting which apparently treat underscores differently. I will check whether there is a way to get the old order back, but I cannot promise anything yet.
That would be very nice.

- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
I could find a solution now - the problem was the missing function CompareStringW() on Windows 9x/ME. Converting to ANSI first fixes the problem.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Thanks for reporting it, and for confirming the fix!
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com