[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: |
Stephen Berman |
Subject: |
Re: "LANG=en_IL.UTF-8 cannot be used, using en_US.UTF-8 instead" every time Emacs is opened |
Date: |
Thu, 18 Apr 2024 01:03:08 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
On Wed, 17 Apr 2024 16:09:17 -0600 Bob Proulx <bob@proulx.com> wrote:
[...]
> As far as I know installed locales available are names installed into
> /usr/share/locale/ and listed there.
>
> ls /usr/share/locale/
>
> If you don't see en_IL.UTF-8 there then that is definitely what is
> happening. I don't have en_IL.UTF-8 available on any of my systems.
I do have the en_IL.UTF-8 locale on my GNU/Linux system, but it's not
listed under /usr/share/locale/. But under /usr/share/i18n/locales
there is a text file en_IL with the following entries (among others):
LC_CTYPE
copy "en_GB"
END LC_CTYPE
LC_COLLATE
copy "en_GB"
END LC_COLLATE
LC_MONETARY
copy "he_IL"
END LC_MONETARY
LC_NUMERIC
copy "he_IL"
END LC_NUMERIC
LC_MESSAGES
copy "en_US"
END LC_MESSAGES
LC_PAPER
copy "he_IL"
END LC_PAPER
LC_NAME
copy "en_US"
END LC_NAME
Since these are copied from other locales, perhaps that's why this
locale isn't listed under /usr/share/locale/.
Steve Berman