2009-07-23

在ssh consle 下顯示中文


  1. 安裝與設定locale

    apt-get install locales
    dpkg-reconfigure locales
    cat /etc/locales.gen

    dpkg-reconfigure 選單裡面一共選了

    en_US ISO-8859-1
    en_US.UTF-8 UTF-8
    zh_TW BIG5
    zh_TW.UTF-8 UTF-8

    最後 default 部份選用 zh_TW.UTF-8

    檢查 /etc/locales.gen 裡面的設定是否正確.



  2. 編輯 ~/.bashrc

    export LC_ALL=zh_TW.UTF-8
    export LANG=zh_TW.UTF-8

    將上面兩行新增進 ~/.bashrc


  3. 設定ssh client 使用 UTF-8 連線

沒有留言:

張貼留言