commit 6366b4a21bc9b7d1ab5235ba7781479f5b5b0ff3
Author: Kornel Benko <[email protected]>
Date:   Mon Dec 14 19:05:18 2015 +0100

    Cmake export tests: Disable inputencoding setting
    
    It was used for the combination pdf4_texF, but since LyX should
    nowadays set the correct encoding, this is not needed anymore.

diff --git a/development/autotests/useSystemFonts.pl 
b/development/autotests/useSystemFonts.pl
index f44e5ae..843a3d4 100644
--- a/development/autotests/useSystemFonts.pl
+++ b/development/autotests/useSystemFonts.pl
@@ -123,7 +123,7 @@ if ($fontT eq "systemF") {
     $font{typewriter} = "FreeMono";
   }
 }
-else {
+elsif (0) { # set to '1' to enable setting of inputencoding
   # use tex font here
   my %encoding = ();
   if (defined($languageFile)) {

Reply via email to