diff options
Diffstat (limited to 'docs/help/in/recode.in')
-rw-r--r-- | docs/help/in/recode.in | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/help/in/recode.in b/docs/help/in/recode.in index 4fdfa202..60fc41dc 100644 --- a/docs/help/in/recode.in +++ b/docs/help/in/recode.in @@ -4,9 +4,11 @@ RECODE %|List the conversion database -RECODE ADD %|[<target>] <charset> +RECODE ADD %|[[<tag>/]<target>] <charset> %|Add an entry to the conversion database (if target is omitted, - the current channel or query will be used) + the current channel or query will be used). You can specify the + <tag> to have different charsets for the same <target> for + different networks. RECODE REMOVE %|[<target>] %|Remove an entry from the conversion database (if target is @@ -46,3 +48,5 @@ You can enable it per target by adding //TRANSLIT to the <charset> Hint: <charset> can be almost everything listed by 'iconv -l' +See also: NETWORK + |