diff libpurple/protocols/qq/char_conv.c @ 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.c	Thu Feb 01 00:37:13 2007 +0000
+++ b/libpurple/protocols/qq/char_conv.c	Thu Feb 01 15:34:55 2007 +0000
@@ -33,7 +33,7 @@
 #define QQ_SMILEY_AMOUNT      96
 
 #define UTF8                  "UTF-8"
-#define QQ_CHARSET_ZH_CN      "GBK"
+#define QQ_CHARSET_ZH_CN      "GB18030"
 #define QQ_CHARSET_ENG        "ISO-8859-1"
 
 #define QQ_NULL_MSG           "(NULL)"	/* return this if conversion fails */