comparison 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
comparison
equal deleted inserted replaced
28227:26ce61fc9556 28228:98c5109a3d1f
1464 static int incomingim_ch1_parsemsgs(OscarData *od, aim_userinfo_t *userinfo, guint8 *data, int len, struct aim_incomingim_ch1_args *args) 1464 static int incomingim_ch1_parsemsgs(OscarData *od, aim_userinfo_t *userinfo, guint8 *data, int len, struct aim_incomingim_ch1_args *args)
1465 { 1465 {
1466 /* Should this be ASCII -> UNICODE -> Custom */ 1466 /* Should this be ASCII -> UNICODE -> Custom */
1467 static const guint16 charsetpri[] = { 1467 static const guint16 charsetpri[] = {
1468 AIM_CHARSET_ASCII, /* ASCII first */ 1468 AIM_CHARSET_ASCII, /* ASCII first */
1469 AIM_CHARSET_CUSTOM, /* then ISO-8859-1 */ 1469 AIM_CHARSET_LATIN_1, /* then ISO-8859-1 */
1470 AIM_CHARSET_UNICODE, /* UNICODE as last resort */ 1470 AIM_CHARSET_UNICODE, /* UNICODE as last resort */
1471 }; 1471 };
1472 static const int charsetpricount = 3; 1472 static const int charsetpricount = 3;
1473 int i; 1473 int i;
1474 ByteStream mbs; 1474 ByteStream mbs;