aboutsummaryrefslogtreecommitdiffstats
path: root/lang.csh
diff options
context:
space:
mode:
Diffstat (limited to 'lang.csh')
-rwxr-xr-xlang.csh3
1 files changed, 2 insertions, 1 deletions
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