summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-uk.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-uk.tex')
-rw-r--r--Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-uk.tex26
1 files changed, 17 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-uk.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-uk.tex
index e8eb8e82b11..7cb7bb54f06 100644
--- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-uk.tex
+++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-uk.tex
@@ -1,10 +1,11 @@
-% loadhyph-uk.tex
+% filename: loadhyph-uk.tex
+% language: ukrainian
%
-% Autogenerated loader for hyphenation patterns for "ukrainian"
-% 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.)
%
@@ -13,19 +14,26 @@
%
\begingroup
\lccode`\'=`\'
-% Test whether we received one or two arguments
-\def\testengine#1#2!{\def\secondarg{#2}}
+\lccode`\-=`\-
+% 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 Ukrainian Hyphenation Patterns}
\input hyph-uk.tex
% Additional patterns with hyphen/dash: a hack to prevent breaking after hyphen, but not before.
\input exhyph-uk.tex
\else
- \message{Ukrainian Hyphenation Patterns}
+ % 8-bit engine (such as TeX or pdfTeX)
+ \message{T2A Ukrainian Hyphenation Patterns}
% The old system allows choosing patterns and encodings manually. That mechanism needs to be implemented first in this package, so we still fall back on old system.
\input ukrhyph.tex
+\fi\else
+ % pTeX
+ \message{T2A Ukrainian Hyphenation Patterns}
+ \input phyph-uk.tex
\fi
\endgroup