aboutsummaryrefslogtreecommitdiffstats
path: root/lang.sh
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2002-08-20 04:21:07 +0000
committerBill Nottingham <notting@redhat.com>2002-08-20 04:21:07 +0000
commit37cd8076812996f2b73ac8400a712ffa6cc168c6 (patch)
tree31e7e9468fa47f403f3b7bd1bf352c13df694a51 /lang.sh
parentfb7039d0881f2c35c7263e92ccd3d29be1674779 (diff)
downloadinitscripts-37cd8076812996f2b73ac8400a712ffa6cc168c6.tar
initscripts-37cd8076812996f2b73ac8400a712ffa6cc168c6.tar.gz
initscripts-37cd8076812996f2b73ac8400a712ffa6cc168c6.tar.bz2
initscripts-37cd8076812996f2b73ac8400a712ffa6cc168c6.tar.xz
initscripts-37cd8076812996f2b73ac8400a712ffa6cc168c6.zip
add iso8859-5 support (#71754)
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 50dc9990..87b9b541 100755
--- a/lang.sh
+++ b/lang.sh
@@ -47,7 +47,7 @@ if [ "$sourced" = 1 ]; then
if [ -n "$CHARSET" ]; then
case $CHARSET in
- 8859-1|8859-2|8859-15|koi*)
+ 8859-1|8859-2|8859-5|8859-15|koi*)
if [ "$TERM" = "linux" -a "`/sbin/consoletype`" = "vt" ]; then
echo -n -e '\033(K' 2>/dev/null > /proc/$$/fd/0
fi
@@ -55,7 +55,7 @@ if [ "$sourced" = 1 ]; then
esac
elif [ -n "$SYSFONTACM" ]; then
case $SYSFONTACM in
- iso01*|iso02*|iso15*|koi*|latin2-ucw*)
+ iso01*|iso02*|iso05*|iso15*|koi*|latin2-ucw*)
if [ "$TERM" = "linux" -a "`/sbin/consoletype`" = "vt" ]; then
echo -n -e '\033(K' 2>/dev/null > /proc/$$/fd/0
fi