Re: non ascii file sort

2006-07-14 Thread ForestCreature
On Thu, 06 Jul 2006 14:35:27 +0300 Andy Shevchenko <[EMAIL PROTECTED]> 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

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

Re: non ascii file sort

2006-07-05 Thread Pavel Roskin
Hello! On Wed, 2006-07-05 at 21:38 +0300, ForestCreature wrote: > 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. It's not so simple. strcoll() is not

non ascii file sort

2006-07-05 Thread 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. mc-fix-non-ascii-sort.diff Description: Binary data ___ Mc-devel