From 028c97436177229002c0ad6e642b79346ccfbca6 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 24 Jul 2002 21:27:14 +0000 Subject: oops, UTF-8 can have @euro --- lang.csh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang.csh') diff --git a/lang.csh b/lang.csh index 48aec773..7865d108 100755 --- a/lang.csh +++ b/lang.csh @@ -61,8 +61,8 @@ if ($sourced == 1) then endif if ($?LANG) then switch ($LANG) - case *.utf8: - case *.UTF-8: + case *.utf8*: + case *.UTF-8*: if ( $?TERM ) then if ( "$TERM" == "linux" ) then if ( `/sbin/consoletype` == "vt" ) then -- cgit v1.2.1