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

Re: Is this a locales error?



wcrowshaw@yahoo.com <wcrowshaw@yahoo.com> [2002-12-28 19:15:29 -0500]:
> running man I get this error:
> (null): can't set the locale; make sure $LC_* and $LANG are correct
>         LANG = "english"

The word "english" is not a proper locale.  Select a suitable one from
the output of locale -a.

  locale -a

I recommend that you set yours to this.

  export LANG=POSIX

Or just unset it.

  unset LANG

Being as you had previously selected "english" I assume you will
select one of the en* options.  If you do that note that all sorting
will be in dictionary order, case ignored, punctuation ignored.  Don't
report that as a bug in sort or ls (like other people have done) if
you do set it that way.

Bob

Attachment: pgp5WdJVjxiFr.pgp
Description: PGP signature


Reply to: