aboutsummaryrefslogtreecommitdiffstats
path: root/setsysfont
diff options
context:
space:
mode:
Diffstat (limited to 'setsysfont')
-rwxr-xr-xsetsysfont17
1 files changed, 17 insertions, 0 deletions
diff --git a/setsysfont b/setsysfont
index 8c524c88..17b9655f 100755
--- a/setsysfont
+++ b/setsysfont
@@ -6,6 +6,23 @@ if [ -f /etc/sysconfig/i18n ]; then
. /etc/sysconfig/i18n
fi
+if [ -n "$LANG" ]; then
+ case $LANG in
+ *.utf8)
+ if [ -n "$SYSFONT" ]; then
+ if [ -n "$SYSFONTACM" ]; then
+ unicode_start $SYSFONT $SYSFONTACM
+ else
+ unicode_start $SYSFONT
+ fi
+ else
+ unicode_start
+ fi
+ exit $?
+ ;;
+ esac
+fi
+
if [ -x /bin/consolechars -o -x /usr/bin/consolechars ]; then
if [ -n "$SYSFONT" ]; then
ARGS=$SYSFONT