comparison libpurple/protocols/irc/irc.h @ 23594:aac5753e2528

This adds an "auto-detect UTF-8" option to IRC which, when enabled, will treat any incoming text which validates as UTF-8 as UTF-8 regardless of the configured account encoding. It does not affect transmission, and is not enabled by default (as it interferes with some non-UTF-8 encodings, notably ISO-2022).
author Ethan Blanton <elb@pidgin.im>
date Sun, 27 Jul 2008 13:29:26 +0000
parents dc359ea9eb9a
children c204239bef48
comparison
equal deleted inserted replaced
23593:1b7dea5ce0cd 23594:aac5753e2528
33 #define IRC_DEFAULT_SERVER "irc.freenode.net" 33 #define IRC_DEFAULT_SERVER "irc.freenode.net"
34 #define IRC_DEFAULT_PORT 6667 34 #define IRC_DEFAULT_PORT 6667
35 #define IRC_DEFAULT_SSL_PORT 994 35 #define IRC_DEFAULT_SSL_PORT 994
36 36
37 #define IRC_DEFAULT_CHARSET "UTF-8" 37 #define IRC_DEFAULT_CHARSET "UTF-8"
38 #define IRC_DEFAULT_AUTODETECT FALSE
38 #define IRC_DEFAULT_ALIAS "purple" 39 #define IRC_DEFAULT_ALIAS "purple"
39 40
40 #define IRC_DEFAULT_QUIT "Leaving." 41 #define IRC_DEFAULT_QUIT "Leaving."
41 42
42 #define IRC_INITIAL_BUFSIZE 1024 43 #define IRC_INITIAL_BUFSIZE 1024