NetBSD-Users archive

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

Re: daily `makemandb -Q' drops core



On Mon, 8 Sep 2025, Van Ly wrote:


$ cat ~/.xinitrc
#!/bin/sh

export LANG=en.GB.UTF-8
[...]
xrdb -merge ~/.Xresources
[...]


I checked with Grok on the options for the LANG environment variable and
expect the next login to be improved.


Don't know what Grok is, but, `locale -a' will list all the valid values for
LANG= and LC_ALL= on Unixes. (NetBSD's locale has a minor bug: it shows some
values which aren't valid locale names in the NetBSD implementation, like `be',
`ca' or `nl' etc.)

(And, my LANG= example above has a typo: it's `en_GB.UTF-8', not `en.GB.UTF-8')

-RVP


Home | Main Index | Thread Index | Old Index