Revision: 7379
          http://mahogany.svn.sourceforge.net/mahogany/?rev=7379&view=rev
Author:   vadz
Date:     2007-10-06 09:15:59 -0700 (Sat, 06 Oct 2007)

Log Message:
-----------
recognize Japanese and Chinese encodings in GetEncodingForFontEncoding()

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

Modified: trunk/M/src/mail/MimeDecode.cpp
===================================================================
--- trunk/M/src/mail/MimeDecode.cpp     2007-10-06 16:15:07 UTC (rev 7378)
+++ trunk/M/src/mail/MimeDecode.cpp     2007-10-06 16:15:59 UTC (rev 7379)
@@ -110,6 +110,10 @@
       case wxFONTENCODING_CP1256:
 
       case wxFONTENCODING_KOI8:
+      case wxFONTENCODING_ISO2022_JP:
+      case wxFONTENCODING_SHIFT_JIS:
+      case wxFONTENCODING_GB2312:
+      case wxFONTENCODING_BIG5:
          return Encoding_Base64;
 
       default:


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: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to