| 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); |
| 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 |
| 44 #endif |
44 #endif |