comparison libpurple/protocols/qq/char_conv.h @ 15481:48f3837a9625

Port [18176] from markhuetsch: Apparently GBK is old and we should be using GB18030. Hopefully this fixes bugs 1625210, 1619225, and 1562372.
author Evan Schoenberg <evan.s@dreskin.net>
date Thu, 01 Feb 2007 15:34:55 +0000
parents 5fe8042783c1
children 32c366eeeb99
comparison
equal deleted inserted replaced
15479:5551adcf8f97 15481:48f3837a9625
25 #ifndef _QQ_CHAR_CONV_H_ 25 #ifndef _QQ_CHAR_CONV_H_
26 #define _QQ_CHAR_CONV_H_ 26 #define _QQ_CHAR_CONV_H_
27 27
28 #include <glib.h> 28 #include <glib.h>
29 29
30 #define QQ_CHARSET_DEFAULT "GBK" 30 #define QQ_CHARSET_DEFAULT "GB18030"
31 31
32 gint convert_as_pascal_string(guint8 *data, gchar **ret, const gchar *from_charset); 32 gint convert_as_pascal_string(guint8 *data, gchar **ret, const gchar *from_charset);
33 33
34 gchar *qq_smiley_to_gaim(gchar *text); 34 gchar *qq_smiley_to_gaim(gchar *text);
35 35