changeset 27854:fcd28c88459b

revert one thing
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Wed, 11 Jun 2008 11:30:53 +0000
parents ae2cc2905136
children 0e732ea68e50
files libpurple/protocols/yahoo/util.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/util.c	Wed Jun 11 11:05:22 2008 +0000
+++ b/libpurple/protocols/yahoo/util.c	Wed Jun 11 11:30:53 2008 +0000
@@ -116,7 +116,7 @@
 	gsize newlen;
 	const char *to_codeset;
 
-	if (yd->jp || (utf8 && *utf8)) {
+	if (utf8 && *utf8) {
 		return botch_utf((gchar *)str, strlen((gchar *)str), &newlen);
 	}