comparison libpurple/protocols/qq/char_conv.h @ 24071:619ac2303c46

2009.10.02 - ccpaging <ccpaging(at)gmail.com> * Added 'Captcha Display' function * Most functions from patch written by Emil Alexiev merged into trunk, except 'buddy operations' * 'online buddy status' and 'qun buddies' still have problems
author SHiNE CsyFeK <csyfek@gmail.com>
date Wed, 22 Oct 2008 14:43:46 +0000
parents bdb38a8bf721
children df699d739b8f
comparison
equal deleted inserted replaced
24070:832178d951ca 24071:619ac2303c46
35 35
36 gchar *purple_smiley_to_qq(gchar *text); 36 gchar *purple_smiley_to_qq(gchar *text);
37 37
38 gchar *utf8_to_qq(const gchar *str, const gchar *to_charset); 38 gchar *utf8_to_qq(const gchar *str, const gchar *to_charset);
39 gchar *qq_to_utf8(const gchar *str, const gchar *from_charset); 39 gchar *qq_to_utf8(const gchar *str, const gchar *from_charset);
40 gchar *qq_encode_to_purple(guint8 *font_attr_data, gint len, const gchar *msg); 40 gchar *qq_encode_to_purple(guint8 *font_attr_data, gint len, const gchar *msg, const gint client_version);
41 41
42 gchar *qq_im_filter_html(const gchar *text); 42 gchar *qq_im_filter_html(const gchar *text);
43 void qq_filter_str(gchar *str); 43 void qq_filter_str(gchar *str);
44 #endif 44 #endif