rc.conf defaults LOCALE to en_US.UTF-8 Signed-off-by: Gerardo Exequiel Pozzi <[email protected]> --- 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
