summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sa.tex
blob: eb5a091e705ad1268e62607f45d8b23d9f39f4b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
% filename: loadhyph-sa.tex
% language: sanskrit
%
% 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
% 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 Sanskrit Hyphenation Patterns (v0.2, 2008/1/3)}
    % Set \lccode for ZWNJ and ZWJ.
    \lccode"200C="200C
    \lccode"200D="200D
    % Set \lccode for KANNADA SIGN JIHVAMULIYA and KANNADA SIGN UPADHMANIYA.
    \lccode"0CF1="0CF1
    \lccode"0CF2="0CF2
    \input hyph-sa.tex
\else
    % 8-bit engine (such as TeX or pdfTeX)
    \message{No Sanskrit Hyphenation Patterns (v0.2, 2008/1/3) - only for Unicode engines}
    %\input zerohyph.tex
\fi\else
    % pTeX
    \message{No Sanskrit Hyphenation Patterns (v0.2, 2008/1/3) - only for Unicode engines}
    %\input zerohyph.tex
\fi
\endgroup