summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-zh-latn-pinyin.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-zh-latn-pinyin.tex')
-rw-r--r--Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-zh-latn-pinyin.tex14
1 files changed, 6 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-zh-latn-pinyin.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-zh-latn-pinyin.tex
index 9b55c257059..7389a6f65be 100644
--- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-zh-latn-pinyin.tex
+++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-zh-latn-pinyin.tex
@@ -5,7 +5,7 @@
% source/generic/hyph-utf8/generate-pattern-loaders.rb
% See also http://tug.org/tex-hyphen
%
-% Copyright 2008-2016 TeX Users Group.
+% Copyright 2008-2019 TeX Users Group.
% You may freely use, modify and/or distribute this file.
% (But consider adapting the scripts if you need modifications.)
%
@@ -13,7 +13,6 @@
% 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)
@@ -21,17 +20,16 @@
\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 Hyphenation patterns for unaccented pinyin syllables}
+ \message{UTF-8 Pinyin Hyphenation Patterns (with tone markers) 2018-11-25 (WL)}
\input hyph-zh-latn-pinyin.tex
- \input hyph-quote-zh-latn-pinyin.tex
\else
% 8-bit engine (such as TeX or pdfTeX)
- \message{EC Hyphenation patterns for unaccented pinyin syllables}
- \input conv-utf8-ec.tex
- \input hyph-zh-latn-pinyin.tex
+ \message{EC Pinyin Hyphenation Patterns (with tone markers) 2018-11-25 (WL)}
+ % Legacy file contains patterns for pinyin without tone markers
+ \input pyhyph.tex
\fi\else
% pTeX
- \message{EC Hyphenation patterns for unaccented pinyin syllables}
+ \message{EC Pinyin Hyphenation Patterns (with tone markers) 2018-11-25 (WL)}
\input hyph-zh-latn-pinyin.ec.tex
\fi
\endgroup