[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: "LANG=en_IL.UTF-8 cannot be used, using en_US.UTF-8 instead" every t
From: |
Evan Aad |
Subject: |
Re: "LANG=en_IL.UTF-8 cannot be used, using en_US.UTF-8 instead" every time Emacs is opened |
Date: |
Fri, 19 Apr 2024 14:33:42 +0300 |
I've managed to resolve the issue, thanks to the various suggestions
offered in this thread as well as to the following Stack Exchange
post: https://stackoverflow.com/a/67242000/1818935
The way I've resolved it was by adding the following two lines of code
to the end of the file ~/.bash_profile:
LANG=he_IL.UTF-8
LC_ALL=he_IL.UTF-8
Note that I used "he_IL" rather than "en_IL", because there was no
locale with the prefix "us_IL" installed on my system, as verified by
executing the command "locale -a".
Thank you, all who have offered your help.
On Mon, Apr 15, 2024 at 5:00 PM Stefan Monnier via Users list for the
GNU Emacs text editor <help-gnu-emacs@gnu.org> wrote:
>
> > LANG=en_IL.UTF-8 cannot be used, using en_US.UTF-8 instead.
>
> AFAIK, this message doesn't come from Emacs's own code but from the
> C library (when Emacs calls it to setup the locale).
>
>
> Stefan
>
>
- "LANG=en_IL.UTF-8 cannot be used, using en_US.UTF-8 instead" every time Emacs is opened, Evan Aad, 2024/04/15
- Re: "LANG=en_IL.UTF-8 cannot be used, using en_US.UTF-8 instead" every time Emacs is opened, Evan Aad, 2024/04/15
- Re: "LANG=en_IL.UTF-8 cannot be used, using en_US.UTF-8 instead" every time Emacs is opened, Stefan Monnier, 2024/04/15
- Re: "LANG=en_IL.UTF-8 cannot be used, using en_US.UTF-8 instead" every time Emacs is opened,
Evan Aad <=
- Re: "LANG=en_IL.UTF-8 cannot be used, using en_US.UTF-8 instead" every time Emacs is opened, Bob Proulx, 2024/04/17