On Thu, Dec 16, 2021 at 03:15:29PM +0100, Petr Pisar wrote:
V Thu, Dec 16, 2021 at 02:21:40PM +0100, Daan van Rossum napsal(a):
With the following locale variables set
        # env | grep -e LANG -e LC_
        LANG=en_US.UTF-8
        LC_TIME=en_DE.UTF-8

Is en_DE.UTF-8 a valid locale on your system? "local -a" on my glibc system
does not recognize it.

This does seem to be the problem.

Mutt calls nl_langinfo(CODESET), and that is returning "ANSI_X3.4-1968" when LC_TIME is set to the (bogus) value above.

Mutt then canonicalizes that return value back to us-ascii.

--
Kevin J. McCarthy
GPG Fingerprint: 8975 A9B3 3AA3 7910 385C  5308 ADEF 7684 8031 6BDA

Attachment: signature.asc
Description: PGP signature

Reply via email to