Update UIxMailPartHTMLViewer.m For Thai charset (windows-874)

Fix bug 0006090: Web mail does not display Thai characters in emails sent from Exchange

As advised by qhivert
This commit is contained in:
CLSMCSMII
2025-02-11 17:13:27 +07:00
committed by QHivert
parent 6d4016dfdb
commit 7a7f85d1a7
@@ -85,6 +85,7 @@ _xmlCharsetForCharset (NSString *charset)
{ @"windows-1255", XML_CHAR_ENCODING_ERROR}, // unsupported, will trigger windows-1255 -> utf8 conversion
{ @"windows-1256", XML_CHAR_ENCODING_ERROR}, // unsupported, will trigger windows-1255 -> utf8 conversion
{ @"windows-1257", XML_CHAR_ENCODING_ERROR}, // unsupported, will trigger windows-1257 -> utf8 conversion
{ @"windows-874", XML_CHAR_ENCODING_ERROR}, // unsupported, will trigger windows-874 -> utf8 conversion
{ @"gb2312", XML_CHAR_ENCODING_ERROR}, // unsupported, will trigger gb2312 -> utf8 conversion
{ @"gbk", XML_CHAR_ENCODING_ERROR}, // unsupported, will trigger gb2312 -> utf8 conversion
{ @"gb18030", XML_CHAR_ENCODING_ERROR}, // unsupported, will trigger gb2312 -> utf8 conversion