aboutsummaryrefslogtreecommitdiffstats
path: root/lang.csh
diff options
context:
space:
mode:
Diffstat (limited to 'lang.csh')
-rwxr-xr-xlang.csh12
1 files changed, 10 insertions, 2 deletions
diff --git a/lang.csh b/lang.csh
index 277be79c..a22c12df 100755
--- a/lang.csh
+++ b/lang.csh
@@ -85,10 +85,18 @@ endif
if ($?LANG) then
switch ($LANG)
+ case ja*UTF-8:
+ case zh*UTF-8:
+ case ko*UTF-8:
+ set dspmbyte=utf8
+ breaksw
+ case zh_TW*:
+ set dspmbyte=big5
+ breaksw
case ja*:
- case zh*:
case ko*:
- set dspmpbyte=euc
+ case zh*:
+ set dspmbyte=euc
breaksw
endsw
endif