]> git.lyx.org Git - lyx.git/blobdiff - src/lyxrc.C
latin3 support ; latin9 improvements
[lyx.git] / src / lyxrc.C
index e64d1caca3f5c5ec0e69f420ef170c8ddfc6d248..8a6173fad1998ce3c7e7e69149448649f6971045 100644 (file)
@@ -714,7 +714,8 @@ int LyXRC::read(string const & filename)
                        readBindFileIfNeeded();
 
                        // !!!chb, dynamic key binding...
-                       int action, res = 0;
+                       int action = 0;
+                       string::size_type res = 0;
                        string seq, cmd;
                        
                        if (lexrc.next()) {
@@ -1649,6 +1650,8 @@ void LyXRC::set_font_norm_type()
                font_norm_type = ISO_10646_1;
        else if (font_norm == "iso8859-1")
                font_norm_type = ISO_8859_1;
+       else if (font_norm == "iso8859-3")
+               font_norm_type = ISO_8859_3;
        else if (font_norm == "iso8859-6.8x")
                font_norm_type = ISO_8859_6_8;
        else if (font_norm == "iso8859-9")