diff options
author | Bill Nottingham <notting@redhat.com> | 2001-08-09 06:08:37 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2001-08-09 06:08:37 +0000 |
commit | 9b009fedac42c9fe8c2e800b2f2940e49ba3563a (patch) | |
tree | a5b7f6f3ac6edb0d61d5773e09d77198b038fea1 /lang.csh | |
parent | 3854ccb0f175bbedeefb389d373d108110ca41e8 (diff) | |
download | initscripts-9b009fedac42c9fe8c2e800b2f2940e49ba3563a.tar initscripts-9b009fedac42c9fe8c2e800b2f2940e49ba3563a.tar.gz initscripts-9b009fedac42c9fe8c2e800b2f2940e49ba3563a.tar.bz2 initscripts-9b009fedac42c9fe8c2e800b2f2940e49ba3563a.tar.xz initscripts-9b009fedac42c9fe8c2e800b2f2940e49ba3563a.zip |
set dspmbyte=euc in lang.csh for the proper languages (as opposed to csh.login for everyone (#50318))
Diffstat (limited to 'lang.csh')
-rwxr-xr-x | lang.csh | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -57,3 +57,11 @@ if ($sourced == 1) then unsetenv SYSFONTACM unsetenv SYSFONT endif + +switch ($LANG) + case ja*: + case zh*: + case ko*: + set dspmpbyte=euc + breaksw +endsw |