2004-08-19 20:27:05 -04:00
|
|
|
|
2014-07-15 13:52:56 -04:00
|
|
|
%9Syntax:%9
|
2004-08-19 20:27:05 -04:00
|
|
|
|
2014-07-15 13:52:56 -04:00
|
|
|
@SYNTAX:recode@
|
2004-09-15 08:11:43 -04:00
|
|
|
|
2014-07-15 13:52:56 -04:00
|
|
|
%9Parameters:%9
|
2004-09-15 08:11:43 -04:00
|
|
|
|
2014-07-15 13:52:56 -04:00
|
|
|
ADD: Adds an entry into the conversion database.
|
|
|
|
REMOVE: Removes an entry from the conversion database.
|
2004-09-15 08:11:43 -04:00
|
|
|
|
2014-07-15 13:52:56 -04:00
|
|
|
The network tag and channel or nickname to add or remove; if no target is
|
|
|
|
given, the active nickname or channel will be used.
|
2005-06-29 03:47:45 -04:00
|
|
|
|
2014-07-15 13:52:56 -04:00
|
|
|
%9Description:%9
|
2004-09-15 08:11:43 -04:00
|
|
|
|
2014-07-15 13:52:56 -04:00
|
|
|
Recodes the data transmitted to and received from nicknames and channels
|
|
|
|
into a specific charset.
|
2004-09-15 08:11:43 -04:00
|
|
|
|
2014-07-15 13:52:56 -04:00
|
|
|
To get a list of supported charsets on your system, you can generally use
|
2014-08-07 16:00:40 -04:00
|
|
|
the 'iconv -l' command.
|
2004-09-15 08:11:43 -04:00
|
|
|
|
2014-07-15 13:52:56 -04:00
|
|
|
%9Examples:%9
|
2004-09-15 08:11:43 -04:00
|
|
|
|
2014-07-15 13:52:56 -04:00
|
|
|
/RECODE
|
|
|
|
/RECODE ADD Freenode/mike utf-8
|
|
|
|
/RECODE ADD #korea euc-kr
|
|
|
|
/RECODE REMOVE #korea
|
2004-09-15 08:11:43 -04:00
|
|
|
|
2014-07-15 13:52:56 -04:00
|
|
|
%9Special Examples:%9
|
2004-09-15 08:11:43 -04:00
|
|
|
|
2014-07-15 13:52:56 -04:00
|
|
|
/SET term_charset utf-8
|
|
|
|
/SET recode_fallback ISO-8859-15
|
|
|
|
/SET recode_out_default_charset ISO-8859-15
|
2005-11-07 14:06:42 -05:00
|
|
|
|
2014-07-15 13:52:56 -04:00
|
|
|
/TOGGLE recode_transliterate
|
|
|
|
/TOGGLE recode_autodetect_utf8
|
2004-09-15 08:11:43 -04:00
|
|
|
|
2014-07-15 13:52:56 -04:00
|
|
|
%9See also:%9 CONNECT, MSG, NETWORK, SERVER
|
2004-12-20 08:59:15 -05:00
|
|
|
|