Added SILC Thread Queue API
[runtime.git] / apps / irssi / docs / help / in / recode.in
1
2 @SYNTAX:recode@
3
4 RECODE
5     %|List the conversion database
6
7 RECODE ADD %|[<tag>]|[[<tag>/]<target>] <charset>
8     %|Add an entry to the conversion database (if tag or target is 
9     omitted, the current channel or query will be used). You can specify 
10     the <tag> to have different charsets for the same <target> for
11     different networks. You can omit the target, and specify only the tag
12     if you want to add an entry for the network.
13
14 RECODE REMOVE %|[<tag>|<target>]
15     %|Remove an entry from the conversion database (if tag or target is
16     omitted, the current channel or query will be used)
17
18 To specify your local charset you have to set term_charset
19
20 Example:
21
22 /SET term_charset <charset>
23
24 To see the recode settings: /SET recode
25
26 You can change them with /SET 
27
28 Examples:
29
30 /SET recode OFF 
31 to turn off recode completely
32
33 /SET recode_fallback <charset> 
34 to set the fallback charset for incoming events
35
36 This charset is used if your term_charset is UTF-8
37 and the conversion for the target is not set and
38 the text is not UTF-8.
39
40 /SET recode_out_default_charset <charset> 
41 to set the global outgoing charset
42
43 When it's set to a charset it will be used
44 if no conversion for the target is set.
45
46 /SET recode_transliterate ON 
47 to enable the global transliteration.
48
49 The transliteration is based on your locale settings, 
50 if it doesn't work properly your locale settings may be wrong.
51 You can enable it per target by adding //TRANSLIT to the <charset>
52
53 /SET recode_autodetect_utf8 OFF
54 to turn automatic UTF-8 detection off.
55
56 Hint: <charset> can be almost everything listed by 'iconv -l'
57
58 See also: NETWORK
59