PLDWWW: glen

glen glen at pld-linux.org
Thu Feb 2 13:57:29 CET 2006


Author: glen   Date: Thu Feb  2 12:57:29 2006 GMT
Module: PLDWWW   URL: http://www.pld-linux.org/glen
---- Log message:


---- Page affected: glen

---- Diffs:

================================================================
  $ bash -l
  }}}
  
+ == irssi & screen ==
+ 
+ i've configured my screen and irssi that they use utf-8 internally but are able to display other encodings properly.
+ 
+  * make screen default window encoding iso8859-15. {{{~/.screenrc}}}:
+ {{{
+ defencoding iso8859-15
+ }}}
+ 
+  * irssi configuration
+ {{{
+ /set term_charset utf-8
+ /recode add #linux.ee utf-8
+ /recode add #metal iso8859-15
+ /recode add #pld iso8859-2
+ }}}
+ 
+  * configure your terminal (putty, konsole, xterm) to be in utf-8
+  * start screen with -U option
+  * to change encoding of some screen window: type to screen command prompt, which can be activated with '{{{^A:}}}' (screen default) or '{{{^O:}}}' (my screen escape)
+ {{{
+ :encoding utf-8
+ }}}
  ----
  CategoryHomepage
  


More information about the pld-cvs-commit mailing list