diff options
Diffstat (limited to 'net-irc/irssi-charconv/files/README')
-rw-r--r-- | net-irc/irssi-charconv/files/README | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/net-irc/irssi-charconv/files/README b/net-irc/irssi-charconv/files/README new file mode 100644 index 000000000000..d46fbc3b1107 --- /dev/null +++ b/net-irc/irssi-charconv/files/README @@ -0,0 +1,27 @@ +SIMPLE USAGE (UTF-8 terminal) +/load charconv +/set charconv_terminal_charset UTF-8 +/set term_type UTF-8 +/charconv add * * * ISO-8859-1 + +If you have an ISO-8859-1 terminal, set charconv_terminal_charset +to ISO-8859-1 and term_type to 8bit. + +If you want to send messages in UTF-8, do +/charconv add * * * UTF-8 + +If <channel> on <network> mandates UTF-8, do +/charconv add * <channel> <network> UTF-8 +If <nick> on <network> uses ISO-8859-15, do +/charconv add <nick> * <network> ISO-8859-15 + +If you don't want to specify the network, just use *. + +MORE CONFIGURATION + +TRANSLITERAION: +charconv_transliterate (default TRUE) + +FALLBACK +charconv_fallback (default "CP1252") + |