Mercurial > pidgin.yaz
changeset 28593:7c33fccedea8 2.6.2_jp1
Fix Yahoo Japan's buddy list problem: buddies don't become online if
they belong to the group which name has Japanese character.
author | Konosuke Watanabe <sasugaanija@gmail.com> |
---|---|
date | Wed, 09 Sep 2009 03:01:04 +0900 |
parents | 493f48f8d17f |
children | 2cd765f18b30 |
files | libpurple/protocols/yahoo/util.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/util.c Mon Sep 07 20:39:36 2009 +0900 +++ b/libpurple/protocols/yahoo/util.c Wed Sep 09 03:01:04 2009 +0900 @@ -158,8 +158,8 @@ return ret; } - if (yd->jp && !utf8) - from_codeset = "SHIFT_JIS"; + if (yd->jp) + from_codeset = "UTF-8"; else from_codeset = purple_account_get_string(purple_connection_get_account(gc), "local_charset", "ISO-8859-1");