From 338f0174cf526f25a8375534e29011878c674a50 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnter=20Milde?= Date: Tue, 3 Nov 2015 12:28:01 +0100 Subject: [PATCH] Fixme for the partial patch for #9740 (XeTeX with TeX fonts), --- src/Buffer.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Buffer.cpp b/src/Buffer.cpp index 60a36b39ea..847b0292af 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -1675,6 +1675,8 @@ void Buffer::writeLaTeXSource(otexstream & os, // XeTeX with TeX fonts is only safe with ASCII encoding, // See #9740 and FIXME in BufferParams::encoding() + // FIXME: when only the current paragraph is shown, this seems to be ignored: + // characters encodable in the current encoding are not converted to ASCII-representation. if (!params().useNonTeXFonts && (runparams.flavor == OutputParams::XETEX)) runparams.encoding = encodings.fromLyXName("ascii"); -- 2.39.5