From: Louis Lenders xerox.xerox2000x@gmail.com
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58673 --- dlls/msxml3/main.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/dlls/msxml3/main.c b/dlls/msxml3/main.c index 16e0b38b185..b0711c510f6 100644 --- a/dlls/msxml3/main.c +++ b/dlls/msxml3/main.c @@ -321,6 +321,7 @@ static void init_char_encoders(void) xmlCharEncodingOutputFunc output; } encoder[] = { + { "gb2312", gbk_to_utf8, utf8_to_gbk }, { "gbk", gbk_to_utf8, utf8_to_gbk }, { "iso8859-1", iso8859_1_to_utf8, utf8_to_iso8859_1 }, { "windows-1250", win1250_to_utf8, utf8_to_win1250 },