From 8ea717b67609a7ddaa6481e49fc638a4b40e84e8 Mon Sep 17 00:00:00 2001 From: Valentin Batz Date: Wed, 15 Sep 2004 12:11:43 +0000 Subject: Fixed memleak in recode.c, fixed typo in special_vars.txt, fixed bug 105, fixed bug 106 git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3295 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- docs/help/in/network.in | 5 +++-- docs/help/in/recode.in | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 2 deletions(-) (limited to 'docs/help/in') diff --git a/docs/help/in/network.in b/docs/help/in/network.in index dce4abf2..abeadb32 100644 --- a/docs/help/in/network.in +++ b/docs/help/in/network.in @@ -5,11 +5,12 @@ -msgs: Maximum number of nicks in one /MSG command -modes: Maximum number of mode changes in one /MODE command -whois: Maximum number of nicks in one /WHOIS command - -cmdspeed: Same as /SET cmd_queue_speed, see section 3.1 + -cmdspeed: Same as /SET cmd_queue_speed, see section 3.1 -cmdmax: Same as /SET cmd_max_at_once, see section 3.1 -nick, -user, -realname: Specify what nick/user/name to use -host: Specify what host name to use, if you have multiple - -autosendcmd: Command to send after connecting to a server + -usermode: Specify what usermode to use on this network + -autosendcmd: Command to send after connecting to a server With -autosendcmd argument you can automatically run any commands after connecting to network. This is useful for automatically diff --git a/docs/help/in/recode.in b/docs/help/in/recode.in index 4f9781df..2b452d82 100644 --- a/docs/help/in/recode.in +++ b/docs/help/in/recode.in @@ -12,3 +12,37 @@ RECODE REMOVE %|[] %|Remove an entry from the conversion database (if 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_fallback +to set the fallback charset for incoming events + +This charset will be used if a conversion with +the defined charset(/recode add) fails, and if no +charset for the target(query or channel) is defined at all. + +/SET recode_out_default_charset +to set the global outgoing charset + +When it's set to a charset it will be used instead +of the charset you have defined with /recode add + +/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 + +Hint: can be almost everything listed by 'iconv -l' + -- cgit v1.2.3