Invalid multibyte sequence in qq/buddy_info.c
SHiNE
csyfek at gmail.com
Thu Oct 30 02:32:24 EDT 2008
*code*
case QQ_FIELD_CHOICE:
choice_num = purple_request_fields_get_choice(fields,
field_infos[index].id);
if (choice_num < 0 || choice_num >=
field_infos[index].choice_size) choice_num = 0;
if (index == QQ_INFO_GENDER) {
/* QQ Server only recept gender in Chinese */
value = g_strdup(genders_zh[choice_num]);
} else {
value = g_strdup_printf("%d", choice_num);
So, you don't have to translate it. And I'll fix it this night. Thanks!
~~-~~-~~-~~-~~-~~-~~-~~-~~-~~-~~
First the truth, then the freedom!
~~-~~-~~-~~-~~-~~-~~-~~-~~-~~-~~
More information about the Devel
mailing list