diff options
author | Valentin Batz <senneth@irssi.org> | 2005-11-07 19:06:42 +0000 |
---|---|---|
committer | vb <vb@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2005-11-07 19:06:42 +0000 |
commit | 68e4516d0b102d1119fdc95b6f5184c01d4d1d47 (patch) | |
tree | 3a7c7bfec40fde12cb053da8d6c7f342016a2503 /docs/help | |
parent | db7e6677709244650540d3e173958b19d3fcc5c4 (diff) | |
download | irssi-68e4516d0b102d1119fdc95b6f5184c01d4d1d47.zip |
changed recode_fallback to CP1252
added recode_autodetect_utf8, it's on by default
removed settings_remove calls from recode_deinit since I don't see any other internal module doing it
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4067 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs/help')
-rw-r--r-- | docs/help/in/recode.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/help/in/recode.in b/docs/help/in/recode.in index 4aaa8e52..8801c565 100644 --- a/docs/help/in/recode.in +++ b/docs/help/in/recode.in @@ -50,6 +50,9 @@ The transliteration is based on your locale settings, if it doesn't work properly your locale settings may be wrong. You can enable it per target by adding //TRANSLIT to the <charset> +/SET recode_autodetect_utf8 OFF +to turn automatic UTF-8 detection off. + Hint: <charset> can be almost everything listed by 'iconv -l' See also: NETWORK |