non ascii file sort

2006-07-06 Thread Sergei Trofimovich
Hello! I've recently noticed wrong file sort order in file list pannels. I use ru_RU.KOI8-R locale. There is no alphabetic symbol order (what strcmp implies?). Attached patch works for me. mc-fix-non-ascii-sort.diff Description: Binary data ___ Mc-devel

Re: non ascii file sort

2006-07-06 Thread Andy Shevchenko
ForestCreature пишет: > Hello! I've recently noticed wrong file sort order in file list pannels. > I use ru_RU.KOI8-R locale. There is no alphabetic symbol order (what > strcmp implies?). Attached patch works for me. This is glibc related issue, not mc. strcoll would have pair case-(in)sensivity fu

Re: non ascii file sort

2006-07-06 Thread Egmont Koblinger
On Thu, Jul 06, 2006 at 02:35:27PM +0300, Andy Shevchenko wrote: > ForestCreature пишет: > > Hello! I've recently noticed wrong file sort order in file list pannels. > > I use ru_RU.KOI8-R locale. There is no alphabetic symbol order (what > > strcmp implies?). Attached patch works for me. > This i

Re: non ascii file sort

2006-07-06 Thread Andy Shevchenko
ForestCreature пишет: > Hello! I've recently noticed wrong file sort order in file list pannels. > I use ru_RU.KOI8-R locale. There is no alphabetic symbol order (what > strcmp implies?). Attached patch works for me. This is glibc related issue, not mc. strcoll would have pair case-(in)sensivity fu