April 13, 2026
12:17 p.m.
Nikolay Sivov (@nsivov) commented about dlls/msxml3/mxwriter.c:
{ L"iso-8859-9", XmlEncoding_ISO_8859_9, 28599 }, { L"UTF-16", XmlEncoding_UTF16, ~0 }, { L"UTF-8", XmlEncoding_UTF8, CP_UTF8 }, + { L"GBK", XmlEncoding_windows_936, 936 }, + { L"GB2312", XmlEncoding_windows_936, 936 }, { L"windows-1250", XmlEncoding_windows_1250, 1250 },
For the writer will need separate tests, if we really need it. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10646#note_135982