Update of /cvsroot/mahogany/M/include
In directory usw-pr-cvs1:/tmp/cvs-serv13094/include

Modified Files:
        MessageView.h 
Log Message:
finished UTF-7 support

Index: MessageView.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/MessageView.h,v
retrieving revision 1.28
retrieving revision 1.29
diff -b -u -2 -r1.28 -r1.29
--- MessageView.h       16 Apr 2002 13:44:27 -0000      1.28
+++ MessageView.h       16 Apr 2002 16:03:14 -0000      1.29
@@ -680,6 +680,8 @@
                                          UIdType uid);
 
-/// try to convert text in UTF-8 to the current encoding in place
-extern wxFontEncoding ConvertUnicodeToSystem(wxString *strUtf);
+/// try to convert text in UTF-8 or 7 to the current encoding in place
+/// returns wxLocale::GetSystemEncoding()
+extern wxFontEncoding ConvertUnicodeToSystem(wxString *strUtf,
+                                             bool isUTF7 = false);
 
 #endif // MESSAGEVIEW_H


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

Reply via email to