Revision: 7412
          http://mahogany.svn.sourceforge.net/mahogany/?rev=7412&view=rev
Author:   vadz
Date:     2008-04-12 19:06:48 -0700 (Sat, 12 Apr 2008)

Log Message:
-----------
no real changes, just use more explicit To8BitData() instead of wxConvISO8859_1

Modified Paths:
--------------
    trunk/M/src/mail/MailFolderCC.cpp

Modified: trunk/M/src/mail/MailFolderCC.cpp
===================================================================
--- trunk/M/src/mail/MailFolderCC.cpp   2008-04-13 01:50:09 UTC (rev 7411)
+++ trunk/M/src/mail/MailFolderCC.cpp   2008-04-13 02:06:48 UTC (rev 7412)
@@ -2811,7 +2811,7 @@
 
    CHECK_DEAD_RC("Appending to closed folder '%s' failed.", false);
 
-   wxCharBuffer msgbuf(msg.mb_str(wxConvISO8859_1));
+   wxCharBuffer msgbuf(msg.To8BitData());
    STRING str;
    INIT(&str, mail_string, msgbuf.data(), msg.length());
 
@@ -2858,7 +2858,7 @@
    String flags = GetImapFlags(msg.GetStatus());
 
    // keep the char buffer alive until after mail_append_full() returns
-   wxCharBuffer tmpbuf(tmp.mb_str(wxConvISO8859_1));
+   wxCharBuffer tmpbuf(tmp.To8BitData());
    STRING str;
    INIT(&str, mail_string, tmpbuf.data(), tmp.length());
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to