]> git.lyx.org Git - lyx.git/blobdiff - src/PDFOptions.cpp
Remove obsolete (and false) comment.
[lyx.git] / src / PDFOptions.cpp
index 0b5b139e95a55d1b3023f584ef219b3c1bb08591..026c22db91cead550d2b078723203b2477549401 100644 (file)
@@ -102,9 +102,9 @@ void PDFOptions::writeLaTeX(OutputParams & runparams, otexstream & os,
                opt += runparams.hyperref_driver + ",";
 
        // Since LyX uses unicode, also set the PDF strings to unicode strings
-       // with the hyperref option "unicode".
-       // (With Xe/LuaTeX and pTeX, unicode=true is the default
-       // and the option leads to errors with some Japanese document classes)
+       // with the hyperref option "unicode". (With Xe/LuaTeX and pTeX,
+       // unicode=true is the default, with Japanese (platex), the option
+       // leads to errors (even if the input encoding is UTF-8).)
        if (!runparams.isFullUnicode() && !runparams.use_japanese)
                opt += "unicode=true,";