X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Firssi%2Fdocs%2Fhelp%2Fin%2Frecode.in;fp=apps%2Firssi%2Fdocs%2Fhelp%2Fin%2Frecode.in;h=0000000000000000000000000000000000000000;hb=72c2de619079457f7a68100eb13385275a424a23;hp=8801c565d3b06f32f5346ca6c21a17c79932cc30;hpb=e7b6c157b80152bf9fb9266e6bdd93f9fb0db776;p=runtime.git diff --git a/apps/irssi/docs/help/in/recode.in b/apps/irssi/docs/help/in/recode.in deleted file mode 100644 index 8801c565..00000000 --- a/apps/irssi/docs/help/in/recode.in +++ /dev/null @@ -1,59 +0,0 @@ - -@SYNTAX:recode@ - -RECODE - %|List the conversion database - -RECODE ADD %|[]|[[/]] - %|Add an entry to the conversion database (if tag or target is - omitted, the current channel or query will be used). You can specify - the to have different charsets for the same for - different networks. You can omit the target, and specify only the tag - if you want to add an entry for the network. - -RECODE REMOVE %|[|] - %|Remove an entry from the conversion database (if tag or target is - omitted, the current channel or query will be used) - -To specify your local charset you have to set term_charset - -Example: - -/SET term_charset - -To see the recode settings: /SET recode - -You can change them with /SET - -Examples: - -/SET recode OFF -to turn off recode completely - -/SET recode_fallback -to set the fallback charset for incoming events - -This charset is used if your term_charset is UTF-8 -and the conversion for the target is not set and -the text is not UTF-8. - -/SET recode_out_default_charset -to set the global outgoing charset - -When it's set to a charset it will be used -if no conversion for the target is set. - -/SET recode_transliterate ON -to enable the global transliteration. - -The transliteration is based on your locale settings, -if it doesn't work properly your locale settings may be wrong. -You can enable it per target by adding //TRANSLIT to the - -/SET recode_autodetect_utf8 OFF -to turn automatic UTF-8 detection off. - -Hint: can be almost everything listed by 'iconv -l' - -See also: NETWORK -