aboutsummaryrefslogtreecommitdiffstats
path: root/lang.csh
diff options
context:
space:
mode:
Diffstat (limited to 'lang.csh')
-rwxr-xr-xlang.csh8
1 files changed, 8 insertions, 0 deletions
diff --git a/lang.csh b/lang.csh
index 9adf31fb..02e28e64 100755
--- a/lang.csh
+++ b/lang.csh
@@ -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