X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FPDFOptions.cpp;h=026c22db91cead550d2b078723203b2477549401;hb=38c2cde0d8695ac5287bae218c4a33a2acf18ef8;hp=0b5b139e95a55d1b3023f584ef219b3c1bb08591;hpb=8e88d100f152946944a26087231836dd2e34c902;p=lyx.git diff --git a/src/PDFOptions.cpp b/src/PDFOptions.cpp index 0b5b139e95..026c22db91 100644 --- a/src/PDFOptions.cpp +++ b/src/PDFOptions.cpp @@ -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,";