diff options
author | Karl Berry <karl@freefriends.org> | 2011-01-14 00:20:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-01-14 00:20:34 +0000 |
commit | d22dfbf7f3c5bfdfb94fb2828a92136d1f8ab821 (patch) | |
tree | 427dbc6b91d2073150e26dc5ed8c0993c40e7aa9 /Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ga.tex | |
parent | 7756c5526f4c3c970871a3623583bfbdd9ee2c36 (diff) |
hyph-utf8 2011.01.13 (14jan11)
git-svn-id: svn://tug.org/texlive/trunk@21057 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ga.tex')
-rw-r--r-- | Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ga.tex | 26 |
1 files changed, 17 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ga.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ga.tex index aed7a2f000c..3b2c77facaf 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ga.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ga.tex @@ -1,10 +1,11 @@ -% loadhyph-ga.tex +% filename: loadhyph-ga.tex +% language: irish % -% Autogenerated loader for hyphenation patterns for "irish" -% by source/generic/hyph-utf8/generate-pattern-loaders.rb +% Loader for hyphenation patterns, generated by +% source/generic/hyph-utf8/generate-pattern-loaders.rb % See also http://tug.org/tex-hyphen % -% Copyright 2008 TeX Users Group. +% Copyright 2008-2011 TeX Users Group. % You may freely use, modify and/or distribute this file. % (But consider adapting the scripts if you need modifications.) % @@ -12,16 +13,23 @@ % these lines may be moved to a separate file. % \begingroup -% Test whether we received one or two arguments -\def\testengine#1#2!{\def\secondarg{#2}} +% Test for pTeX +\ifx\kanjiskip\undefined +% Test for native UTF-8 (which gets only a single argument) % That's Tau (as in Taco or ΤΕΧ, Tau-Epsilon-Chi), a 2-byte UTF-8 character -\testengine Τ!\relax -% Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument +\def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty + % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument \message{UTF-8 Irish Hyphenation Patterns} + \input hyph-ga.tex \else + % 8-bit engine (such as TeX or pdfTeX) \message{EC Irish Hyphenation Patterns} \input conv-utf8-ec.tex + \input hyph-ga.tex +\fi\else + % pTeX + \message{EC Irish Hyphenation Patterns} + \input phyph-ga.tex \fi -\input hyph-ga.tex \endgroup |