# HG changeset patch # User Yoshiki Yazawa # Date 1213183853 0 # Node ID fcd28c88459b04a87ab766a32424b7eb2909433e # Parent ae2cc2905136f9b7dd31f31e8aacb1efc6e1fd10 revert one thing diff -r ae2cc2905136 -r fcd28c88459b libpurple/protocols/yahoo/util.c --- 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); }