summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-06-17 21:43:30 +0000
committerKarl Berry <karl@freefriends.org>2009-06-17 21:43:30 +0000
commit802c96d478e0a3834319a5326fb8977981b454b7 (patch)
treeb3a375fb943180e4859ef4c2b6fd1360759f7cca /Master/texmf-dist/source
parentef6828db3f74d9c0ad7e0d9dff1e849a39bf90ff (diff)
hyph-utf8 update (16jun09)
git-svn-id: svn://tug.org/texlive/trunk@13783 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r--Master/texmf-dist/source/generic/hyph-utf8/generate-pattern-loaders.rb3
1 files changed, 3 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}")