1% xu-eshyph.tex 2% Wrapper for XeTeX to read eshyph.tex 3% Jonathan Kew, 2006-09-13 4% Public domain 5 6\begingroup 7 8\expandafter\ifx\csname XeTeXrevision\endcsname\relax 9\else 10 11 % eshyph.tex includes \catcode and \lccode settings for Latin-1 12 % but these are harmless (and are written using ^^xx notation) 13 14 \let\PATTERNS=\patterns 15 \def\patterns{% at the \patterns command... 16 \XeTeXinputencoding "bytes" % read the rest of the file as raw bytes 17 \PATTERNS % and then load the real patterns 18 } 19 20\fi 21 22\input eshyph.tex 23 24\endgroup 25\endinput 26