summaryrefslogtreecommitdiff
path: root/language/hyph-utf8/tex/generic/hyph-utf8/loadhyph/loadhyph-fi-x-school.tex
diff options
context:
space:
mode:
Diffstat (limited to 'language/hyph-utf8/tex/generic/hyph-utf8/loadhyph/loadhyph-fi-x-school.tex')
-rw-r--r--language/hyph-utf8/tex/generic/hyph-utf8/loadhyph/loadhyph-fi-x-school.tex35
1 files changed, 35 insertions, 0 deletions
diff --git a/language/hyph-utf8/tex/generic/hyph-utf8/loadhyph/loadhyph-fi-x-school.tex b/language/hyph-utf8/tex/generic/hyph-utf8/loadhyph/loadhyph-fi-x-school.tex
new file mode 100644
index 0000000000..185ed98fd1
--- /dev/null
+++ b/language/hyph-utf8/tex/generic/hyph-utf8/loadhyph/loadhyph-fi-x-school.tex
@@ -0,0 +1,35 @@
+% filename: loadhyph-fi-x-school.tex
+% language: schoolfinnish
+%
+% Loader for hyphenation patterns, generated by
+% source/generic/hyph-utf8/generate-pattern-loaders.rb
+% See also http://tug.org/tex-hyphen
+%
+% Copyright 2008-2021 TeX Users Group.
+% You may freely use, modify and/or distribute this file.
+% (But consider adapting the scripts if you need modifications.)
+%
+% Once it turns out that more than a simple definition is needed,
+% these lines may be moved to a separate file.
+%
+\begingroup
+% 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
+\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 Finnish hyphenation patterns for school}
+ \input hyph-fi-x-school.tex
+\else
+ % 8-bit engine (such as TeX or pdfTeX)
+ \message{EC Finnish hyphenation patterns for school}
+ \input conv-utf8-ec.tex
+ \input hyph-fi-x-school.tex
+\fi\else
+ % pTeX
+ \message{EC Finnish hyphenation patterns for school}
+ \input hyph-fi-x-school.ec.tex
+\fi
+\endgroup