From f0ec2d8956054e995473038ac512e4fb1a2a78b2 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Tue, 13 Oct 2009 12:08:40 +0000 Subject: [PATCH] fixed typo Monotone-Parent: 2dbb637c5a189bc664f21c6d8985c3a246a77d7d Monotone-Revision: 2af7febd00f4cf3a006ceaf8864e1965236a5511 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2009-10-13T12:08:40 Monotone-Branch: ca.inverse.sogo --- UI/MailPartViewers/UIxMailPartHTMLViewer.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/MailPartViewers/UIxMailPartHTMLViewer.m b/UI/MailPartViewers/UIxMailPartHTMLViewer.m index 59d61e103..03f931e13 100644 --- a/UI/MailPartViewers/UIxMailPartHTMLViewer.m +++ b/UI/MailPartViewers/UIxMailPartHTMLViewer.m @@ -79,7 +79,7 @@ _xmlCharsetForCharset (NSString *charset) { @"iso-2022-jp", XML_CHAR_ENCODING_2022_JP}, // { @"iso-2022-jp", XML_CHAR_ENCODING_SHIFT_JIS}, { @"koi8-r", XML_CHAR_ENCODING_ERROR}, // unsupported, will trigger koi8-r -> utf8 conversion - { @"windows-1250", XML_CHAR_ENCODING_ERROR}, // unsupported, will trigger windows-1251 -> utf8 conversion + { @"windows-1250", XML_CHAR_ENCODING_ERROR}, // unsupported, will trigger windows-1250 -> utf8 conversion { @"windows-1251", XML_CHAR_ENCODING_ERROR}, // unsupported, will trigger windows-1251 -> utf8 conversion { @"euc-jp", XML_CHAR_ENCODING_EUC_JP}}; unsigned count;