Update of /cvsroot/mahogany/M/src/classes
In directory usw-pr-cvs1:/tmp/cvs-serv21294/src/classes

Modified Files:
        MessageView.cpp 
Log Message:
removed UTF-8 parsing from viewers, as it started to work in MessageView.cpp after 
commenting out check for EnsureAvailableTextEncoding

Index: MessageView.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/classes/MessageView.cpp,v
retrieving revision 1.82
retrieving revision 1.83
diff -b -u -2 -r1.82 -r1.83
--- MessageView.cpp     16 Apr 2002 19:15:33 -0000      1.82
+++ MessageView.cpp     16 Apr 2002 19:32:15 -0000      1.83
@@ -1142,5 +1142,8 @@
 
       wxString value = headerValues[n];
+#if 0
+      // does not work - EnsureAvailableTextEncoding for UTF-8 always succeeds
       if ( !EnsureAvailableTextEncoding(&encHeader, &value) )
+#endif
       {
          // special handling for the UTF-7|8 if it's not supported natively


_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to