> Thanks Richard.
> 
> On my system, I don't get the same results as
> your's.
> $ mkdir test
> $ cd test
> $ touch a b A B
> $ env LC_COLLATE=en_US.ISO8859-15 ls -1
> A
> B
> a
> b
> $ env LC_COLLATE=en_US.UTF-8 ls -1
> A
> B
> a
> b
> $ locale -a
> C
> POSIX
> iso_8859_1
> 
> Also, does it matter, that the available locale
> values on my solaris machine are C, POSIX and
> iso_8859_1 only?

Certainly - if you don't have the locales installed, you won't
get the behavior specific to them; I suppose it would fall back to
behaving as if in "C" locale.
--
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to