[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: For the love of GOD!!!



John Hasler wrote:
> Bob writes:
> > Select None and no locale setting will be placed /etc/environment and
> > that will make C/POSIX the default for your system.
> 
> Note that the POSIX locale uses dictionary order.

What makes you say that?  I believe you are mistaken.  Can you provide
an example?

  printf "A\na\nB\nb\n" | LC_ALL=POSIX sort
  A
  B
  a
  b

That is not dictionary sort ordering.

  printf "A\na\nB\nb\n" | LC_ALL=en_US.UTF-8 sort
  a
  A
  b
  B

That is dictionary sort ordering.

Bob

Attachment: signature.asc
Description: Digital signature


Reply to: