]> git.pld-linux.org Git - packages/console-tools.git/commitdiff
- start unicode for utf8 locales. auto/ac/kbd-1_12-10 auto/ac/kbd-1_12-11 auto/ac/kbd-1_12-12 auto/ac/kbd-1_12-8 auto/th/kbd-1_12-10 auto/th/kbd-1_12-12 auto/th/kbd-1_12-8
authorPaweł Sikora <pluto@pld-linux.org>
Sun, 18 Sep 2005 23:38:52 +0000 (23:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    console.sh -> 1.12

console.sh

index 46a8e95a36cd3c0d52540a88fc4063c08aed234d..f409b8806c79c1189c33bc603f63aa7cb332ef1a 100644 (file)
@@ -3,7 +3,14 @@ if (tty -s); then
   linux)
        if [ -f /etc/sysconfig/console ]; then
                . /etc/sysconfig/console
-       
+
+               [ -f /etc/sysconfig/i18n ] && . /etc/sysconfig/i18n
+               case "$LANG" in
+                       *.utf8|*.UTF-8)
+                               [ -x /bin/unicode_start ] && /sbin/consoletype fg && /bin/unicode_start
+                       ;;
+               esac
+
                if [ "$CONSOLEMAP" != "" ]; then
                        # Switch the G0 charset map from the default ISO-8859-1
                        # to the user-defined map (loaded with consolefonts)
This page took 0.106369 seconds and 4 git commands to generate.