From a05e4853167bf89005702b15ea91d75a2dde0042 Mon Sep 17 00:00:00 2001 From: short <> Date: Fri, 4 Mar 2005 18:49:59 +0000 Subject: [PATCH 1/1] +Force English. --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bashrc b/.bashrc index 65f8e40..a9c5ec8 100644 --- a/.bashrc +++ b/.bashrc @@ -142,6 +142,9 @@ uname_p="`uname -p`"; [ "$TERM" = vt220 -a "${uname_p%86}" != "$uname_p" ] && ex export SOCKS5_SERVER=icsocks.holland.sun.com +# Force English. +unset LANG LANGUAGE `set|sed -n 's/^\(LC_[^=]*\)=.*$/\1/p'` +export LANG=en_US.UTF-8 # Force strcoll() to sort case-sensitively! (empty/undef doesn't work) export LC_COLLATE=C -- 1.8.3.1