Mercurial > pidgin
diff libpurple/protocols/oscar/family_icbm.c @ 28228:98c5109a3d1f
Rename AIM_CHARSET_CUSTOM to AIM_CHARSET_LATIN_1 as described at
http://dev.aol.com/aim/oscar/#ICBM__IM_SECTION_ENCODINGS
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 06 Sep 2009 21:07:56 +0000 |
parents | 993483dda1b8 |
children | 8d5380556f12 |
line wrap: on
line diff
--- a/libpurple/protocols/oscar/family_icbm.c Sun Sep 06 20:59:54 2009 +0000 +++ b/libpurple/protocols/oscar/family_icbm.c Sun Sep 06 21:07:56 2009 +0000 @@ -1466,7 +1466,7 @@ /* Should this be ASCII -> UNICODE -> Custom */ static const guint16 charsetpri[] = { AIM_CHARSET_ASCII, /* ASCII first */ - AIM_CHARSET_CUSTOM, /* then ISO-8859-1 */ + AIM_CHARSET_LATIN_1, /* then ISO-8859-1 */ AIM_CHARSET_UNICODE, /* UNICODE as last resort */ }; static const int charsetpricount = 3;