diff 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
line wrap: on
line diff
--- a/libpurple/protocols/qq/char_conv.h	Thu Feb 01 00:37:13 2007 +0000
+++ b/libpurple/protocols/qq/char_conv.h	Thu Feb 01 15:34:55 2007 +0000
@@ -27,7 +27,7 @@
 
 #include <glib.h>
 
-#define QQ_CHARSET_DEFAULT      "GBK"
+#define QQ_CHARSET_DEFAULT      "GB18030"
 
 gint convert_as_pascal_string(guint8 *data, gchar **ret, const gchar *from_charset);