| | 169 | |
| | 170 | === Encoding stuff === |
| | 171 | |
| | 172 | If you're sitting on channels with different encodings the following settings can become handy. |
| | 173 | Since 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 | |