在 Bash/Tcsh Shell 底下的中文輸入

2009-05-13 01:09:31来源:未知 阅读 ()

新老客户大回馈,云服务器低至5折


在完成中文系統建立的工作,您已經可以在您的 FreeBSD 機器上面顯示中文了。但如果您使用
Shell,您會發現, 您的 FreeBSD 只能顯示中文,卻無法接受中文的輸入工作。
如果您想要改進這個問題,您必須自己修改一些設定,使 FreeBSD
系統可以接受中文的輸出與輸入工作。
您必須要在您使用的 Shell 起始檔增加 locale 的設定。
(如果您的家目錄中並未有這樣的檔案,請自行建立)
Bash Shell:
在 ~/.profile 或 ~/.bashrc
增加下面的內容:
#stty cs8 -istrip
#stty pass8
export LANG=zh_TW.Big5    #zh_CN
export LC_CTYPE=zh_TW.Big5    #zh_CN
另外在 ~/.inputrc 檔增加設定如下:
# inputrc - global inputrc for libreadline
# See readline(3readline) and `info rluserman' for more information.
# Be 8 bit clean.
set meta-flag on
set input-meta on
set output-meta on
# To allow the use of 8bit-characters like the german umlauts, comment out
# the line below. However this makes the meta key not work as a meta key,
# which is annoying to those which don't need to type in 8-bit characters.
set convert-meta off
Tcsh Shell:
在 ~/.login 或 ~/.cshrc
增加設定如下:
#stty cs8 -istrip
#stty pass8
setenv LANG zh_TW.Big5   #写成zh_CN
setenv LC_CTYPE zh_TW.Big5   #写成zh_CN
set dspmbyte="
0000000000000000000000000000000000000000000000000000000000000000
2222222222222222222222222222222222222222222222222222222222222220
2333333333333333333333333333333333333333333333333333333333333333
3333333333333333333333333333333333333333333333333333333333333330"
請將 dspmbyte 在 "" 中的字串接起來。
關於 dspmtype 設定的原因是因為在 tcsh 的 man page 中,對照 Big5 的使用字碼表
[x81-xFE][x40-x7Ex80-xFE] 而設定的。
tcsh-6.11 內建了中文 big5 支援
       dspmbyte (+)
               If set to `euc', it enables  display  and  editing
               EUC-kanji(Japanese)  code.   If  set to `sjis', it
               enables display  and  editing  Shift-JIS(Japanese)
               code.   If  set  to `big5', it enables display and
               editing Big5(Chinese) code.  If set to the follow
               ing  format,  it  enables  display  and editing of
               original multi-byte code format:
所以以後 dspmbyte 設定成 big5,不用設定一大串; 或者乾脆不要設定 dspmbyte,只要 LANG
為 zh_TW.Big5 就可以了 :)

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:FreeBSD/sparc64 5.0-CURRENT Installation [NEW]

下一篇:vi 輸入中文會顯示 /XX/XX?