aboutsummaryrefslogtreecommitdiffstats
path: root/lang.csh
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2008-10-14 16:15:57 -0400
committerBill Nottingham <notting@redhat.com>2008-10-14 16:15:57 -0400
commit60798049b5988c556d123b1acbdeee3ef16dd223 (patch)
tree3198e03a3d99ed734422d8fc8b3cc87ab4f780f3 /lang.csh
parenteec8a2a09859cc70aeb64d10db3f9c34ae66bc08 (diff)
downloadinitscripts-60798049b5988c556d123b1acbdeee3ef16dd223.tar
initscripts-60798049b5988c556d123b1acbdeee3ef16dd223.tar.gz
initscripts-60798049b5988c556d123b1acbdeee3ef16dd223.tar.bz2
initscripts-60798049b5988c556d123b1acbdeee3ef16dd223.tar.xz
initscripts-60798049b5988c556d123b1acbdeee3ef16dd223.zip
Override Arabic, Persian, and Hebrew on the console as well. (<alsadi@ojuba.org>)
Even though we have font coverage, the bidi aspect makes it pretty much illegible.
Diffstat (limited to 'lang.csh')
-rwxr-xr-xlang.csh6
1 files changed, 6 insertions, 0 deletions
diff --git a/lang.csh b/lang.csh
index 40fb0b49..04288571 100755
--- a/lang.csh
+++ b/lang.csh
@@ -42,6 +42,9 @@ if ($sourced == 1) then
case ko*:
case si*:
case zh*:
+ case ar*:
+ case fa*:
+ case he*:
case *_IN*:
setenv LANG en_US.UTF-8
breaksw
@@ -61,6 +64,9 @@ if ($sourced == 1) then
case ko*:
case si*:
case zh*:
+ case ar*:
+ case fa*:
+ case he*:
case *_IN*:
setenv LANG en_US
breaksw