1% xu-plhyph.tex 2% Wrapper for XeTeX to read plhyph.tex 3% Jonathan Kew, 2006-08-15 4% Public domain 5 6\begingroup 7 8\expandafter\ifx\csname XeTeXrevision\endcsname\relax 9\else 10 11 % plhyph.tex will not redefine slash if it is already active, 12 % so we define it to access the required Unicode characters 13 \catcode`\/=\active 14 \def/#1{% 15 \ifx#1a^^^^0105\else\ifx#1c^^^^0107\else\ifx#1e^^^^0119\else\ifx#1l^^^^0142\else 16 \ifx#1n^^^^0144\else\ifx#1o^^^^00f3\else\ifx#1s^^^^015b\else\ifx#1x^^^^017a\else 17 \ifx#1z^^^^017c\fi\fi\fi\fi\fi\fi\fi\fi\fi}% 18 19\fi 20 21\input plhyph.tex 22 23\endgroup 24\endinput 25