summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/tex/generic/xu-hyphen/xu-tkhyph.tex5
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/generic/xu-hyphen/xu-tkhyph.tex b/Master/texmf-dist/tex/generic/xu-hyphen/xu-tkhyph.tex
index 296a96cbff7..17180930b68 100644
--- a/Master/texmf-dist/tex/generic/xu-hyphen/xu-tkhyph.tex
+++ b/Master/texmf-dist/tex/generic/xu-hyphen/xu-tkhyph.tex
@@ -1,16 +1,19 @@
% xu-tkhyph.tex
% Wrapper for XeTeX to read tkhyph.tex
% Jonathan Kew, 2006-08-18
+% updated:
+% 2006-09-13 move \def\input to apply only under xetex
% Public domain
\begingroup
\let\INPUT=\input
-\def\input #1 {}
\expandafter\ifx\csname XeTeXrevision\endcsname\relax
\else
+ \def\input #1 {} % disable \input of cathyph.tex by tkhyph.tex
+
\catcode"11=\active
\def^^11{^^^^0131}% dotlessi incorrectly coded as ^^11 (EC: quotedblright)