From 254ba15592e31379bb16577a04ad8c5768da577e Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 29 Sep 2006 20:50:05 +0000 Subject: stop unicode if they have a non-utf8 locale --- setsysfont | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setsysfont b/setsysfont index aabe4cce..5f818a9f 100755 --- a/setsysfont +++ b/setsysfont @@ -12,6 +12,11 @@ case "$LANG" in exec unicode_start $SYSFONT $SYSFONTACM fi ;; + *) + if /sbin/consoletype fg ; then + exec unicode_stop + fi + ;; esac if [ -x /bin/setfont ]; then -- cgit v1.2.1