From: Don S. <do...@se...> - 2005-01-14 15:39:53
|
Along these same lines, buddy.c has this function: static gboolean bnet_nicks_equal(const gchar *nick1, const gchar *nick2) { return (gaim_utf8_strcasecmp(nick1, nick2) =3D=3D 0); } In proto.c I have a similar function, only I use gaim_utf8_collate(), based on grim's suggestion. I also call gaim_utf8_validate() on each nick before hand. I suggest changing this function to do that, as well as exposing it so I can call it from proto.c for seeing if we sent the emotes. Let me know what you think. Don. --=20 Don Seiler do...@se... Public Key: http://pgp.mit.edu:11371/pks/lookup?op=3Dget&search=3D0xFC87F041 Fingerprint: 0B56 50D5 E91E 4D4C 83B7 207C 76AC 5DA2 FC87 F041 |