Update of /cvsroot/mahogany/M/src/util
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4125/src/util

Modified Files:
        strutil.cpp 
Log Message:
use GuessUnicodeCharset() to try to find the charset in which to return UTF-8 data 
from composer

Index: strutil.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/util/strutil.cpp,v
retrieving revision 1.136
retrieving revision 1.137
diff -b -u -2 -r1.136 -r1.137
--- strutil.cpp 27 Sep 2004 13:57:59 -0000      1.136
+++ strutil.cpp 2 Oct 2004 16:44:05 -0000       1.137
@@ -1381,5 +1381,5 @@
 
 // guess the charset of the given Unicode text
-static wxFontEncoding GuessUnicodeCharset(const wchar_t *pwz)
+extern wxFontEncoding GuessUnicodeCharset(const wchar_t *pwz)
 {
    typedef const unsigned short *codepage;



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to