On Sat, Mar 30, 2024 at 09:21:53AM -0400, Derek Martin wrote: > > "Programs in the OpenBSD base system ignore the locale except for > > the character encoding..."
> Mutt is not part of the "base system" so the limitation on locale > should not apply to it, and "except for the character encoding" > absolutely SHOULD apply, since that is specifically what is at issue > in your case. In my various attempts to try and learn more about the *BSDs, which happen periodically when the sky seems to be falling on Linux, I found that this type of issue is really tricky because one has to be sure to *build* against the packaged (i.e. non-base) libraries, including cases like libncurses. IIRC this is far from automatic, some packages as shipped link with the base ncurses. One has to inspect the package build. The same is true for homebrew and linuxbrew. -- Ian