summaryrefslogtreecommitdiff
path: root/docs/help/in/recode.in
diff options
context:
space:
mode:
authorValentin Batz <senneth@irssi.org>2005-07-24 19:16:14 +0000
committervb <vb@dbcabf3a-b0e7-0310-adc4-f8d773084564>2005-07-24 19:16:14 +0000
commit56041a314402b93835ce26e8a4d1e49db34e0c72 (patch)
tree7ba704af067c10e19362497595a8182528b15574 /docs/help/in/recode.in
parent547065cb42de5122baabaee9bd7fef1cf30382eb (diff)
downloadirssi-56041a314402b93835ce26e8a4d1e49db34e0c72.zip
Added an option to specify a charset for a whole network. For example /recode add IRCnet iso-8859-1 (http://bugs.irssi.org/index.php?do=details&id=284) Patch by Sergey Safonov. Replaced g_convert by g_convert_with_fallback in recode_in (http://bugs.irssi.org/index.php?do=details&id=241) Patch by Kuang-che Wu.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3881 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs/help/in/recode.in')
-rw-r--r--docs/help/in/recode.in17
1 files changed, 9 insertions, 8 deletions
diff --git a/docs/help/in/recode.in b/docs/help/in/recode.in
index 510fc825..2ab2fb1b 100644
--- a/docs/help/in/recode.in
+++ b/docs/help/in/recode.in
@@ -4,14 +4,15 @@
RECODE
%|List the conversion database
-RECODE ADD %|[[<tag>/]<target>] <charset>
- %|Add an entry to the conversion database (if target is omitted,
- 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
+RECODE ADD %|<tag>|[<tag>/]<target>] <charset>
+ %|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 <tag> to have different charsets for the same <target> 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 %|[<tag>|<target>]
+ %|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