summaryrefslogtreecommitdiff
blob: d46fbc3b11072a70ade65917cfeef3e3bfa91cd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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")