]> git.lyx.org Git - features.git/blobdiff - src/lyxrc.C
better latin3&4 support
[features.git] / src / lyxrc.C
index 8a6173fad1998ce3c7e7e69149448649f6971045..f0d70852e3fe5d4991e659acddcf5baa9608cdcd 100644 (file)
@@ -1652,6 +1652,8 @@ void LyXRC::set_font_norm_type()
                font_norm_type = ISO_8859_1;
        else if (font_norm == "iso8859-3")
                font_norm_type = ISO_8859_3;
+       else if (font_norm == "iso8859-4")
+               font_norm_type = ISO_8859_4;
        else if (font_norm == "iso8859-6.8x")
                font_norm_type = ISO_8859_6_8;
        else if (font_norm == "iso8859-9")