[PATCH 0/1] MR8936: msxml3: Add support for encoding "gb2312".
From: Louis Lenders <xerox.xerox2000x(a)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 }, -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/8936
We have it at !3928. There were some concerns that things don't work exactly as they should. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8936#note_115414
This merge request was closed by Louis Lenders. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8936
Ok, ddidn't know that. Then I'll close this one, duplicate of https://gitlab.winehq.org/wine/wine/-/merge_requests/3928 -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8936#note_115439
participants (3)
-
Louis Lenders -
Louis Lenders (@xe) -
Nikolay Sivov (@nsivov)