changeset 23283:ea998456c3bd

Yahoo seems to always send messages encoded in utf-8 now. Hopefully this doesn't cause problems with other older clients. Fixes #5973.
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 04 Jun 2008 03:22:36 +0000
parents e6bf03f33eb7
children af23a35234b9
files libpurple/protocols/yahoo/yahoo.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/yahoo.c	Wed Jun 04 01:05:20 2008 +0000
+++ b/libpurple/protocols/yahoo/yahoo.c	Wed Jun 04 03:22:36 2008 +0000
@@ -777,6 +777,7 @@
 				list = g_slist_append(list, im);
 				im->from = pair->value;
 				im->time = time(NULL);
+				im->utf8 = TRUE;
 			}
 			if (pair->key == 97)
 				if (im)