diff options
Diffstat (limited to 'Master/texmf-dist/source/generic/hyph-utf8/languages.rb')
-rw-r--r-- | Master/texmf-dist/source/generic/hyph-utf8/languages.rb | 27 |
1 files changed, 20 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/generic/hyph-utf8/languages.rb b/Master/texmf-dist/source/generic/hyph-utf8/languages.rb index ebd0e32cc2c..e72555f2fa4 100644 --- a/Master/texmf-dist/source/generic/hyph-utf8/languages.rb +++ b/Master/texmf-dist/source/generic/hyph-utf8/languages.rb @@ -95,7 +95,7 @@ class Languages < Hash # danish dkhyph.tex { "use_new_loader" => true, - "use_old_patterns" => true, + "use_old_patterns" => false, "use_old_patterns_comment" => "Old patterns support both EC & OT1 encodings at the same time.", "filename_old_patterns" => "dkhyph.tex", "filename_old_patterns_other" => ["dkcommon.tex", "dkspecial.tex"], @@ -143,7 +143,7 @@ class Languages < Hash # =francais { "use_new_loader" => true, - "use_old_patterns" => true, + "use_old_patterns" => false, "use_old_patterns_comment" => "Old patterns support both EC & OT1 encodings at the same time.", "filename_old_patterns" => "frhyph.tex", # "filename_xu_loader" => "xu-frhyph.tex", @@ -249,7 +249,7 @@ class Languages < Hash "name" => "basque", "synonyms" => [], "hyphenmin" => [2,2], # babel - "encoding" => "ascii", + "encoding" => "ec", "exceptions" => false, "message" => "Basque Hyphenation Patterns", }, @@ -410,10 +410,10 @@ class Languages < Hash # latin xu-lahyph.tex { "use_new_loader" => true, - "use_old_patterns" => true, + "use_old_patterns" => false, "use_old_patterns_comment" => "Old patterns support both EC & OT1 encodings at the same time.", "filename_old_patterns" => "lahyph.tex", - "filename_xu_loader" => "xu-lahyph.tex", +# "filename_xu_loader" => "xu-lahyph.tex", "code" => "la", "name" => "latin", "synonyms" => [], @@ -451,7 +451,8 @@ class Languages < Hash "code" => "pl", "name" => "polish", "synonyms" => [], - "hyphenmin" => [1,1], + #{}"hyphenmin" => [1,1], + "hyphenmin" => [2,2], "encoding" => "qx", "exceptions" => true, "message" => "Polish Hyphenation Patterns", @@ -674,7 +675,7 @@ class Languages < Hash "use_new_loader" => true, "use_old_patterns" => true, "use_old_patterns_comment" => "Old patterns work in a different way, one-to-one conversion from UTF-8 is not possible.", - "filename_old_patterns" => "grmhyph5.tex", + "filename_old_patterns" => "grahyph5.tex", "filename_xu_loader" => "xu-grahyph4.tex", # TODO: beware! "code" => "grc", "name" => "ancientgreek", @@ -736,6 +737,18 @@ class Languages < Hash "exceptions" => false, "message" => "Ukrainian Hyphenation Patterns", }, +# sanskrit +{ + "use_new_loader" => true, + "use_old_patterns" => false, + "code" => "sa", + "name" => "sanskrit", + "synonyms" => [], + "hyphenmin" => [1,5], # polyglosia + "encoding" => nil, + "exceptions" => false, + "message" => "Sanskrit Hyphenation Patterns (v0.2, 2008/1/3)", +}, # norsk xu-nohyphbx.tex { "use_new_loader" => true, |