]> git.lyx.org Git - features.git/commitdiff
Cmake export tests: Disable inputencoding setting
authorKornel Benko <kornel@lyx.org>
Mon, 14 Dec 2015 18:05:18 +0000 (19:05 +0100)
committerKornel Benko <kornel@lyx.org>
Mon, 14 Dec 2015 18:05:18 +0000 (19:05 +0100)
It was used for the combination pdf4_texF, but since LyX should
nowadays set the correct encoding, this is not needed anymore.

development/autotests/useSystemFonts.pl

index f44e5ae6fb9639b5839e4f11e2375b371358389c..843a3d4f0912dc2d4d4a0f3b2e9b78d0994d804a 100644 (file)
@@ -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)) {