diff options
author | Jonathan Kew <jfkthame@googlemail.com> | 2007-01-22 10:24:54 +0000 |
---|---|---|
committer | Jonathan Kew <jfkthame@googlemail.com> | 2007-01-22 10:24:54 +0000 |
commit | 9601dcbfa9d4eb3a3748a30dcaa80188fa82a648 (patch) | |
tree | e7b17bb40c85e185ce20908ace5165cff98d63bb | |
parent | e28984a822e72df256268996c91cf58be5f94bca (diff) |
corrected utf8 conversion error in greek patterns
git-svn-id: svn://tug.org/texlive/trunk@3683 c570f23f-e606-0410-a88d-b1316a301751
3 files changed, 21 insertions, 21 deletions
diff --git a/Master/texmf-dist/tex/generic/xu-hyphen/utf8-grahyph4.tex b/Master/texmf-dist/tex/generic/xu-hyphen/utf8-grahyph4.tex index 3e77c03d812..20a54827ef9 100644 --- a/Master/texmf-dist/tex/generic/xu-hyphen/utf8-grahyph4.tex +++ b/Master/texmf-dist/tex/generic/xu-hyphen/utf8-grahyph4.tex @@ -6,13 +6,13 @@ \lccode`'=`'\lccode`’=`’\lccode`ʼ=`ʼ\lccode`᾽=`᾽\lccode`᾿=`᾿ \patterns{% %%%% vowels -a1 -e1 -h1 -i1 -o1 -u1 -w1 +α1 +ε1 +η1 +ι1 +ο1 +υ1 +ω1 %%%% diphthogs and exceptions α2ι α2ί α2ί α2ί diff --git a/Master/texmf-dist/tex/generic/xu-hyphen/utf8-grmhyph4.tex b/Master/texmf-dist/tex/generic/xu-hyphen/utf8-grmhyph4.tex index 8172f303295..16fc773a31b 100644 --- a/Master/texmf-dist/tex/generic/xu-hyphen/utf8-grmhyph4.tex +++ b/Master/texmf-dist/tex/generic/xu-hyphen/utf8-grmhyph4.tex @@ -6,13 +6,13 @@ \lccode`'=`'\lccode`’=`’\lccode`ʼ=`ʼ\lccode`᾽=`᾽\lccode`᾿=`᾿ \patterns{% %%%% vowels -a1 -e1 -h1 -i1 -o1 -u1 -w1 +α1 +ε1 +η1 +ι1 +ο1 +υ1 +ω1 %%%% double vowels (formerly called "diphthogs") and exceptions α2ι α2ί α2ί α2ί diff --git a/Master/texmf-dist/tex/generic/xu-hyphen/utf8-grphyph4.tex b/Master/texmf-dist/tex/generic/xu-hyphen/utf8-grphyph4.tex index bf7b16da9fc..937bd482948 100644 --- a/Master/texmf-dist/tex/generic/xu-hyphen/utf8-grphyph4.tex +++ b/Master/texmf-dist/tex/generic/xu-hyphen/utf8-grphyph4.tex @@ -6,13 +6,13 @@ \lccode`'=`'\lccode`’=`’\lccode`ʼ=`ʼ\lccode`᾽=`᾽\lccode`᾿=`᾿ \patterns{% %%%% vowels -a1 -e1 -h1 -i1 -o1 -u1 -w1 +α1 +ε1 +η1 +ι1 +ο1 +υ1 +ω1 %%%% diphthogs (also known as "double vowels") and exceptions α2ι α2ί α2ί α2ί |