summaryrefslogtreecommitdiffstats
path: root/docs/help/recode
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 20:18:39 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 20:18:39 +0000
commitfff5217f02d91268ce90c8c05665602c059faaef (patch)
tree2ba24d32dc96eafe7ed0a85269548e76796d849d /docs/help/recode
parentInitial commit. (diff)
downloadirssi-fff5217f02d91268ce90c8c05665602c059faaef.tar.xz
irssi-fff5217f02d91268ce90c8c05665602c059faaef.zip
Adding upstream version 1.4.5.upstream/1.4.5upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'docs/help/recode')
-rw-r--r--docs/help/recode41
1 files changed, 41 insertions, 0 deletions
diff --git a/docs/help/recode b/docs/help/recode
new file mode 100644
index 0000000..c55c142
--- /dev/null
+++ b/docs/help/recode
@@ -0,0 +1,41 @@
+
+%9Syntax:%9
+
+RECODE%|
+RECODE ADD %|[[<tag>/]<target>] <charset>
+RECODE REMOVE %|[<target>]
+
+%9Parameters:%9
+
+ ADD: Adds an entry into the conversion database.
+ REMOVE: Removes an entry from the conversion database.
+
+ The network tag and channel or nickname to add or remove; if no target is
+ given, the active nickname or channel will be used.
+
+%9Description:%9
+
+ Recodes the data transmitted to and received from nicknames and channels
+ into a specific charset.
+
+ To get a list of supported charsets on your system, you can generally use
+ the 'iconv -l' command.
+
+%9Examples:%9
+
+ /RECODE
+ /RECODE ADD liberachat/mike utf-8
+ /RECODE ADD #korea euc-kr
+ /RECODE REMOVE #korea
+
+%9Special Examples:%9
+
+ /SET term_charset utf-8
+ /SET recode_fallback ISO-8859-15
+ /SET recode_out_default_charset ISO-8859-15
+
+ /TOGGLE recode_transliterate
+ /TOGGLE recode_autodetect_utf8
+
+%9See also:%9 CONNECT, MSG, NETWORK, SERVER
+