19 Aug
2011
19 Aug
'11
2:32 p.m.
rc.conf defaults LOCALE to en_US.UTF-8 Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> --- locale.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/locale.sh b/locale.sh index 611a797..6723f95 100644 --- a/locale.sh +++ b/locale.sh @@ -1,3 +1,3 @@ . /etc/rc.conf -export LANG=${LOCALE:=en_US} +export LANG=${LOCALE:=en_US.UTF-8} -- 1.7.6