From ed7c4a3d43087c4ff3e3a4db8c54458d52d8476b Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 12 Jun 2002 20:11:02 +0000 Subject: fix UTF-8 checks --- lang.csh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lang.csh') diff --git a/lang.csh b/lang.csh index 999b5c04..48aec773 100755 --- a/lang.csh +++ b/lang.csh @@ -61,7 +61,8 @@ if ($sourced == 1) then endif if ($?LANG) then switch ($LANG) - case *.utf8; + case *.utf8: + case *.UTF-8: if ( $?TERM ) then if ( "$TERM" == "linux" ) then if ( `/sbin/consoletype` == "vt" ) then -- cgit v1.2.1