diff options
author | Karl Berry <karl@freefriends.org> | 2009-06-17 21:43:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-06-17 21:43:30 +0000 |
commit | 802c96d478e0a3834319a5326fb8977981b454b7 (patch) | |
tree | b3a375fb943180e4859ef4c2b6fd1360759f7cca /Master | |
parent | ef6828db3f74d9c0ad7e0d9dff1e849a39bf90ff (diff) |
hyph-utf8 update (16jun09)
git-svn-id: svn://tug.org/texlive/trunk@13783 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/source/generic/hyph-utf8/generate-pattern-loaders.rb | 3 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sa.tex | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/generic/hyph-utf8/generate-pattern-loaders.rb b/Master/texmf-dist/source/generic/hyph-utf8/generate-pattern-loaders.rb index 1025dd1ad12..3fcbe9e1f9d 100644 --- a/Master/texmf-dist/source/generic/hyph-utf8/generate-pattern-loaders.rb +++ b/Master/texmf-dist/source/generic/hyph-utf8/generate-pattern-loaders.rb @@ -73,6 +73,9 @@ languages.each do |language| file.puts(' % Set \lccode for ZWNJ and ZWJ.') file.puts(' \lccode"200C="200C') file.puts(' \lccode"200D="200D') + file.puts(' % Set \lccode for KANNADA SIGN JIHVAMULIYA and KANNADA SIGN UPADHMANIYA.') + file.puts(' \lccode"0CF1="0CF1') + file.puts(' \lccode"0CF2="0CF2') file.puts(" \\input hyph-#{language.code}.tex") file.puts('\else') file.puts(" \\message{No #{language.message} - only available with Unicode engines}") diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sa.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sa.tex index ad2d651a724..eb14671ac6c 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sa.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sa.tex @@ -22,6 +22,9 @@ % 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 \message{No Sanskrit Hyphenation Patterns (v0.2, 2008/1/3) - only available with Unicode engines} |