aboutsummaryrefslogtreecommitdiffstats
path: root/lang.sh
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2006-10-30 17:11:12 +0000
committerBill Nottingham <notting@redhat.com>2006-10-30 17:11:12 +0000
commit82d9e44c0dd1fe6eb569830ec6a93acf7de5adf7 (patch)
tree93558d96138a5aa69bf07a120402c188af3bd7bd /lang.sh
parent1687871f94806ba7dbea95c02dda1deebf8a848e (diff)
downloadinitscripts-82d9e44c0dd1fe6eb569830ec6a93acf7de5adf7.tar
initscripts-82d9e44c0dd1fe6eb569830ec6a93acf7de5adf7.tar.gz
initscripts-82d9e44c0dd1fe6eb569830ec6a93acf7de5adf7.tar.bz2
initscripts-82d9e44c0dd1fe6eb569830ec6a93acf7de5adf7.tar.xz
initscripts-82d9e44c0dd1fe6eb569830ec6a93acf7de5adf7.zip
support iso-8859-8 (#212738, <matan@svgalib.org>)
Diffstat (limited to 'lang.sh')
-rwxr-xr-xlang.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang.sh b/lang.sh
index 7c0332b2..c7847849 100755
--- a/lang.sh
+++ b/lang.sh
@@ -45,7 +45,7 @@ if [ "$sourced" = 1 ]; then
if [ -n "$CHARSET" ]; then
case $CHARSET in
- 8859-1|8859-2|8859-5|8859-15|koi*)
+ 8859-1|8859-2|8859-5|8859-8|8859-15|koi*)
if [ "$TERM" = "linux" -a "$consoletype" = "vt" ]; then
echo -n -e '\033(K' 2>/dev/null > /proc/$$/fd/0
fi
@@ -53,7 +53,7 @@ if [ "$sourced" = 1 ]; then
esac
elif [ -n "$SYSFONTACM" ]; then
case $SYSFONTACM in
- iso01*|iso02*|iso05*|iso15*|koi*|latin2-ucw*)
+ iso01*|iso02*|iso05*|iso08*|iso15*|koi*|latin2-ucw*)
if [ "$TERM" = "linux" -a "$consoletype" = "vt" ]; then
echo -n -e '\033(K' 2>/dev/null > /proc/$$/fd/0
fi