Am 04.11.2015 um 11:21 schrieb Günter Milde <mi...@lyx.org>:

> commit f739c98fd7aa9cc6c7607b2eb9e8f8da2727e988
> Author: Günter Milde <mi...@lyx.org>
> Date:   Wed Nov 4 11:21:22 2015 +0100
> 
>    Fix some XeTeX + TeX-fonts regressions introduced by fixing #9740.
> 
>    hyperref expects LICR macros for non-ASCII chars in the PDF Header 
> Information.
>    As hyperref provides good coverage for \inputencoding{utf8}, we try
>    this if the current input encoding does not support a character.
> 
>    With XeTeX, we do not load inputenc and cannot use \inputencoding.
>    However, utf-8 works out of the box so we can write the content in UTF8.
> 


> 
> @@ -247,6 +240,7 @@ string PDFOptions::readToken(Lexer &lex, string const & 
> token)
>               lex >> pagemode;
>       } else if (token == "\\pdf_quoted_options") {
>               lex >> quoted_options;
> +             lyxerr << "Q_O=" << quoted_options << endl;
>       } else {
>               return token;
>       }

Did you put this change in intentionally?

Stephan

Reply via email to