I wrote: > The difference is in the gnu libc implementation of strcoll(), which bash > uses to compare characters for range matching. The glibc implementation > ignores the locale; the other systems incorporate the current locale's > collating sequence into their strcoll implementation.
Sorry, that's backwards. On systems where strcoll() honors the current locale's collating sequence, you'll get the output you see on Linux. Systems that either don't have locale support or don't reflect the locale's collating sequence in strcoll() will produce the output you expect. Chet -- ``The lyf so short, the craft so long to lerne.'' - Chaucer Live Strong. No day but today. Chet Ramey, ITS, CWRU [EMAIL PROTECTED] http://cnswww.cns.cwru.edu/~chet/