From: Günter Milde Date: Tue, 3 Nov 2015 11:28:01 +0000 (+0100) Subject: Fixme for the partial patch for #9740 (XeTeX with TeX fonts), X-Git-Tag: 2.2.0alpha1~85 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=338f0174cf526f25a8375534e29011878c674a50;p=features.git Fixme for the partial patch for #9740 (XeTeX with TeX fonts), --- 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");