Am 22.06.2010 um 01:26 schrieb Heiko Oberdiek:

\documentclass{article}
\XeTeXdefaultencoding "UTF-8"
\usepackage{hyperref}
\begin{document}
\end{document}

I think that it is up to Jonathan and Heiko to figure out
why their coding creates this kind of undesirable interaction.

The problem is not related to hyperref:

\documentclass{article}
\XeTeXdefaultencoding "UTF-8"
\AtBeginDocument{%
 \InputIfFileExists{t003.out}{}{}
}
\begin{document}
\end{document}

It shows the string "OT1/cm".

Or:

\documentclass{minimal}
\XeTeXdefaultencoding "UTF-8"
\AtBeginDocument{%
 \InputIfFileExists{t003.out}{}{}
}
\begin{document}
\end{document}

This shows "d...@ot1m".


And when the \XeTeXdefaultencoding line is commented in all these cases then no output is generated – looks indeed like a XeTeX bug.

--
Mit friedvollen Grüßen

  Pete

Das Militär ist eine Pflanze, die mensch sorgfältig pflegen muss, damit sie keine Früchte trägt.
                                (Jacques Tati)




--------------------------------------------------
Subscriptions, Archive, and List information, etc.:
 http://tug.org/mailman/listinfo/xetex

Reply via email to