Changes between Version 1 and Version 2 of irc

Show
Ignore:
Timestamp:
09/12/08 20:33:17 (2 years ago)
Author:
wiechu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • irc

    v1 v2  
    167167  * `/help session variable_name` should give you information about given session variable 
    168168    * There's a little catch here, if your current active session is for example `jid:john@doe.com` asking for help about ''session AUTO_JOIN'' won't give you any help, since AUTO_JOIN is ''irc:'' session variable, (so active session must be irc session). 
     169 
     170=== Encoding stuff === 
     171 
     172If you're sitting on channels with different encodings the following settings can become handy. 
     173Since ekg2 is developed in Poland 
     174 
     175  * Assuming unicode terminal: 
     176{{{ 
     177/set console_charset utf-8 
     178/session recode_out_default_charset utf-8 
     179/session auto_guess_encoding utf-8,latin2 
     180/session recode_list LATIN2:#channel1,!32415channel2,nick_one;EBCDICUS:#channel3;KOI-8:Eugene 
     181}}} 
     182 
     183    * ''auto_guess_encoding causes'' to try to guess encoding of incoming messages, 
     184    * ''recoude_out_default_charset'' you probably can figure it out from the name, 
     185    * ''recode_list'' overrides default encoding per-channel, or per-person 
     186 
    169187 
    170188== Customizing display ==