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

Modified Files:
        strutil.cpp 
Log Message:


Index: strutil.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/util/strutil.cpp,v
retrieving revision 1.142
retrieving revision 1.143
diff -b -u -2 -r1.142 -r1.143
--- strutil.cpp 13 Feb 2006 03:20:38 -0000      1.142
+++ strutil.cpp 16 Jul 2006 01:16:45 -0000      1.143
@@ -1466,5 +1466,5 @@
    // temporary HACK - Lithuanian input in both Windows and X is
    // ISO-8859-13 (or Windows-1257), not ISO-8859-4
-   if ( enc == wxFONTENCODING_ISO8859_4 ) enc = wxFONTENCODING_ISO8859_13;
+   if ( enc == wxFONTENCODING_ISO8859_4 || enc == wxFONTENCODING_ISO8859_1 || 
enc == wxFONTENCODING_ISO8859_2 ) enc = wxFONTENCODING_ISO8859_13;
 #endif
    return enc;



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to