summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/xu-hyphen/xu-frhyph.tex
diff options
context:
space:
mode:
authorJonathan Kew <jfkthame@googlemail.com>2006-09-05 11:14:53 +0000
committerJonathan Kew <jfkthame@googlemail.com>2006-09-05 11:14:53 +0000
commit56aa98ceb2eca96a26bc625d25ea2895f59bb0d3 (patch)
tree6a5f0b33d7244e5df3b936e44d07c46e30522897 /Master/texmf-dist/tex/generic/xu-hyphen/xu-frhyph.tex
parent97adfa8962377b2a41a9e56bc5e8352bb7c681f1 (diff)
xu-hyphen wrappers for pattern files, to support both 8-bit TeX and XeTeX
git-svn-id: svn://tug.org/texlive/trunk@2082 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/xu-hyphen/xu-frhyph.tex')
-rw-r--r--Master/texmf-dist/tex/generic/xu-hyphen/xu-frhyph.tex21
1 files changed, 21 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/generic/xu-hyphen/xu-frhyph.tex b/Master/texmf-dist/tex/generic/xu-hyphen/xu-frhyph.tex
new file mode 100644
index 00000000000..40c8348d1eb
--- /dev/null
+++ b/Master/texmf-dist/tex/generic/xu-hyphen/xu-frhyph.tex
@@ -0,0 +1,21 @@
+% xu-frhyph.tex
+% Wrapper for XeTeX to read frhyph.tex
+% Jonathan Kew, 2006-08-15
+% Public domain
+
+\begingroup
+
+\expandafter\ifx\csname XeTeXrevision\endcsname\relax
+\else
+
+ % frhyph.tex uses ^^xx for T1 characters
+ % redefine them to access the required Unicode characters
+ % (only \oe{} actually matters here!)
+ \input xu-t1.tex
+
+\fi
+
+\input frhyph.tex
+
+\endgroup
+\endinput