summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorValentin Batz <senneth@irssi.org>2004-09-20 12:45:49 +0000
committersenneth <senneth@dbcabf3a-b0e7-0310-adc4-f8d773084564>2004-09-20 12:45:49 +0000
commita26038c6647498077bc75b5bda76913f071dac04 (patch)
treeba8f3134bc80449e0c27db37a13c98b49640ec6b /docs
parent4cc4ddc1a796aa2e579e61acefc0348022de7e4f (diff)
downloadirssi-a26038c6647498077bc75b5bda76913f071dac04.zip
Changed the order of recode_out_default_charset, it doesn't override /recode add anymore. The string returned by nl_langinfo(CODESET) may be empty, use ISO8859-1 in this case
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3306 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs')
-rw-r--r--docs/help/in/recode.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/help/in/recode.in b/docs/help/in/recode.in
index c193b21c..4fdfa202 100644
--- a/docs/help/in/recode.in
+++ b/docs/help/in/recode.in
@@ -27,15 +27,15 @@ Examples:
/SET recode_fallback <charset>
to set the fallback charset for incoming events
-This charset will be used when a conversion to
-the defined charset(/recode add) fails or if the
-charset for the target(query or channel) is not set.
+This charset is used if your term_charset is UTF-8
+and the conversion for the target is not set and
+the text is not UTF-8.
/SET recode_out_default_charset <charset>
to set the global outgoing charset
-When it's set to a charset it will be used instead
-of the charset you have defined with /recode add
+When it's set to a charset it will be used
+if no conversion for the target is set.
/SET recode_transliterate ON
to enable the global transliteration.