diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-fr.tex')
-rw-r--r-- | Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-fr.tex | 30 |
1 files changed, 17 insertions, 13 deletions
diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-fr.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-fr.tex index c9f4146f72a..c29f6025054 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-fr.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-fr.tex @@ -1,10 +1,11 @@ -% loadhyph-fr.tex +% filename: loadhyph-fr.tex +% language: french % -% Autogenerated loader for hyphenation patterns for "french" -% 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,20 +14,23 @@ % \begingroup \lccode`\'=`\' -% 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 French hyphenation patterns (V2.12, 2002/12/11)} + \input hyph-fr.tex \else + % 8-bit engine (such as TeX or pdfTeX) \message{EC French hyphenation patterns (V2.12, 2002/12/11)} - % A hack to support both EC and OT1 encoding in 8-bit engines. - % Kept for backward compatibility only, though we would prefer to drop it. - % OT1 encoding is close-to-useless for proper hyphenation. - \input spechyph-ot1-fr.tex \input conv-utf8-ec.tex + \input hyph-fr.tex +\fi\else + % pTeX + \message{EC French hyphenation patterns (V2.12, 2002/12/11)} + \input phyph-fr.tex \fi -\input hyph-fr.tex \endgroup |