ページ

2007-07-30

screenのエンコーディングを切り替える

久しぶりにDebianを触るとデフォルトのエンコーディングが UTF-8になっていました。 時代の流れですね。
 
若干取り残されていますが...。
 
とりあえず .screenrc にエンコーディングの変更を追加しました。
escape          ^z^z

hardstatus      alwayslastline "%H | (not set) | %w"

bind 'U'        eval "encoding utf8" "hardstatus string '%H | utf8 | %w'"
bind 'E'        eval "encoding euc"  "hardstatus string '%H | euc | %w'"
 
C-z Uで UTF-8に変更 C-z Eで EUCに変更し、ステータスラインの表示を変更します。
 

0 件のコメント: