Next Previous Contents

5. Shells 設定

請參閱 ISO 8859-1 HOWTO 以獲得更多資訊.

5.1 bash

建立一個檔案 $HOME/.inputrc 並在內容加入以下句子:

-----
set meta-flag On
set convert-meta Off
set output-meta On
-----

5.2 tcsh

在 $HOME/.login 或 /etc/csh.login 中加入以下定義: setenv LANG iw_IL.ISO8859-8 (or iw_IL) 事實上, 因為 binary version 的 tcsh 並不遵守 nls, 你可以將 LANG 設為任何東西 (不需要 /usr/lib/nls...) 而不會有任何問題. lang.name 並會顯示我的 Digital bias...


Next Previous Contents