Hi,
When I set the lines bellow in my /home/username/.login_config
I can get the expected output
When I set the exact setting insite my sysutils/iocage jails, the ouput of
Could anyone help me understand the issue.
Thank you
When I set the lines bellow in my /home/username/.login_config
Code:
me:\
:charset=UTF-8:\
:lang=en_GB.UTF-8:\
#:setenv=LC_COLLATE=C:
:setenv=LC_COLLATE=en_GB.UTF-8:\
% locale
Code:
LANG=en_GB.UTF-8
LC_CTYPE="en_GB.UTF-8"
LC_COLLATE=C
LC_TIME="en_GB.UTF-8"
LC_NUMERIC="en_GB.UTF-8"
LC_MONETARY="en_GB.UTF-8"
LC_MESSAGES="en_GB.UTF-8"
LC_ALL=
% locale
is all wrong..
Code:
LANG=
LC_CTYPE="C"
LC_COLLATE="C"
LC_TIME="C"
LC_NUMERIC="C"
LC_MONETARY="C"
LC_MESSAGES="C"
LC_ALL=
Thank you