[Pidgin] #3295: Display full name and update nickname support for Yahoo! JAPAN Messenger.

Pidgin trac at pidgin.im
Thu Jan 17 07:03:14 EST 2008


#3295: Display full name and update nickname support for Yahoo! JAPAN Messenger.
---------------------+------------------------------------------------------
  Reporter:  viz     |       Owner:  rekkanoryo 
      Type:  patch   |      Status:  closed     
  Priority:  minor   |   Milestone:  2.3.2      
 Component:  Yahoo!  |     Version:  2.1.1      
Resolution:  fixed   |    Keywords:  yahoo japan
   Pending:  0       |  
---------------------+------------------------------------------------------
Comment (by viz):

 I just tested lastest version.
 It does not abort when receive new nickname which includes some japanese
 character.
 But it could not update nickname correctly still.
 Would you change
 {{{
 #!c
 g_string_append_printf(gstr, "&#%u;", *p);
 }}}
 to
 {{{
 #!c
 g_string_append_printf(gstr, "&#%u;", (unsigned char)*p);
 }}}
 in util.c?
 The argument string which is received by `yahoo_convert_to_numeric` have
 to cast to unsigned char.

-- 
Ticket URL: <http://developer.pidgin.im/ticket/3295#comment:12>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list