summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-fur.tex
diff options
context:
space:
mode:
authorMojca Miklavec <mojca.miklavec@gmail.com>2012-04-12 00:10:55 +0000
committerMojca Miklavec <mojca.miklavec@gmail.com>2012-04-12 00:10:55 +0000
commit28c62a515c3c21a1f882511e40f50dd3a19aeb1b (patch)
tree307da2ea05a933c94be1768a40bdbc51967a17d1 /Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-fur.tex
parentd18b6c4ffeb555ef87243f22f527c0a6426be4e5 (diff)
hyph-utf8 (10apr12)
- added romansh and friulan patterns git-svn-id: svn://tug.org/texlive/trunk@25925 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-fur.tex')
-rw-r--r--Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-fur.tex37
1 files changed, 37 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-fur.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-fur.tex
new file mode 100644
index 00000000000..ac526df5d24
--- /dev/null
+++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-fur.tex
@@ -0,0 +1,37 @@
+% filename: loadhyph-fur.tex
+% language: friulan
+%
+% Loader for hyphenation patterns, generated by
+% source/generic/hyph-utf8/generate-pattern-loaders.rb
+% See also http://tug.org/tex-hyphen
+%
+% 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.)
+%
+% Once it turns out that more than a simple definition is needed,
+% these lines may be moved to a separate file.
+%
+\begingroup
+\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
+\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 Friulan hyphenation patterns}
+ \input hyph-fur.tex
+ \input hyph-quote-fur.tex
+\else
+ % 8-bit engine (such as TeX or pdfTeX)
+ \message{EC Friulan hyphenation patterns}
+ \input conv-utf8-ec.tex
+ \input hyph-fur.tex
+\fi\else
+ % pTeX
+ \message{EC Friulan hyphenation patterns}
+ \input hyph-fur.ec.tex
+\fi
+\endgroup