# HG changeset patch # User Ethan Blanton # Date 1091413007 0 # Node ID 58625ebfe03a60858b8a442a9c44a82322f87313 # Parent 201c8fe4cee39cc29f611e610d4d25805e7ec244 [gaim-migrate @ 10487] This is completely untested. Sean is going to test it for me. committer: Tailor Script diff -r 201c8fe4cee3 -r 58625ebfe03a src/protocols/oscar/oscar.c --- a/src/protocols/oscar/oscar.c Mon Aug 02 02:09:35 2004 +0000 +++ b/src/protocols/oscar/oscar.c Mon Aug 02 02:16:47 2004 +0000 @@ -375,7 +375,8 @@ if ((encoding == NULL) || encoding[0] == '\0') { gaim_debug_info("oscar", "Empty encoding, assuming UTF-8\n"); - } else if (!strcmp(encoding, "iso-8859-1")) { + } else if (!strcmp(encoding, "iso-8859-1") + || !strcmp(encoding, "ISO-8859-1-Windows-3.1-Latin-1")) { utf8 = g_convert(text, textlen, "UTF-8", "ISO-8859-1", NULL, NULL, NULL); } else if (!strcmp(encoding, "unicode-2-0")) {