comparison src/protocols/oscar/oscar.c @ 9914:3df9ffcb9b06

[gaim-migrate @ 10806] Small tweak committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 30 Aug 2004 03:34:54 +0000
parents e46e63a96f07
children e74eb0d11f86
comparison
equal deleted inserted replaced
9913:0056843d512c 9914:3df9ffcb9b06
462 else 462 else
463 charsetstr1 = "ISO-8859-1"; 463 charsetstr1 = "ISO-8859-1";
464 charsetstr2 = "UTF-8"; 464 charsetstr2 = "UTF-8";
465 } else if (charset == AIM_CHARSET_ASCII) { 465 } else if (charset == AIM_CHARSET_ASCII) {
466 /* Should just be "ASCII" */ 466 /* Should just be "ASCII" */
467 charsetstr1 = "ISO-8859-1"; 467 charsetstr1 = "ASCII";
468 charsetstr2 = gaim_account_get_string(account, "encoding", OSCAR_DEFAULT_CUSTOM_ENCODING); 468 charsetstr2 = gaim_account_get_string(account, "encoding", OSCAR_DEFAULT_CUSTOM_ENCODING);
469 } else if (charset == 0x000d) { 469 } else if (charset == 0x000d) {
470 /* Mobile AIM client on a Nokia 3100 and an LG VX6000 */ 470 /* Mobile AIM client on a Nokia 3100 and an LG VX6000 */
471 charsetstr1 = "ISO-8859-1"; 471 charsetstr1 = "ISO-8859-1";
472 charsetstr2 = gaim_account_get_string(account, "encoding", OSCAR_DEFAULT_CUSTOM_ENCODING); 472 charsetstr2 = gaim_account_get_string(account, "encoding", OSCAR_DEFAULT_CUSTOM_ENCODING);