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

Modified Files:
        strutil.cpp 
Log Message:
temporary hack for LT input

Index: strutil.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/util/strutil.cpp,v
retrieving revision 1.137
retrieving revision 1.138
diff -b -u -2 -r1.137 -r1.138
--- strutil.cpp 2 Oct 2004 16:44:05 -0000       1.137
+++ strutil.cpp 16 Dec 2004 18:29:34 -0000      1.138
@@ -1464,5 +1464,9 @@
       }
    }
-
+#ifdef DEBUG_nerijus
+   // 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;
+#endif
    return enc;
 }



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to