]> git.lyx.org Git - features.git/blobdiff - src/Buffer.cpp
Fix 480937a103708a651/lyxgit. See also #9740.
[features.git] / src / Buffer.cpp
index 18568c75437bf2e6edc835e12732bd14f3569bf1..d1e01043e0ccf1d697cecceccb25d34f27dd6ce5 100644 (file)
@@ -1674,8 +1674,9 @@ 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.
+       // FIXME: when only the current paragraph is shown, this is ignored and
+       //        characters encodable in the current encoding are not converted
+       //        to ASCII-representation.
        if (!params().useNonTeXFonts && (runparams.flavor == OutputParams::XETEX))
                runparams.encoding = encodings.fromLyXName("ascii");