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.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang.sh') diff --git a/lang.sh b/lang.sh index fae662e8..877997ef 100755 --- a/lang.sh +++ b/lang.sh @@ -64,7 +64,7 @@ if [ "$sourced" = 1 ]; then fi if [ -n "$LANG" ]; then case $LANG in - *.utf8) + *.utf8|*.UTF-8) if [ "$TERM" = "linux" -a "`/sbin/consoletype`" = "vt" ]; then unicode_start fi -- cgit v1.2.1