aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2017-05-06 15:12:42 +0200
committerRobert Alessi <alessi@robertalessi.net>2017-05-06 15:12:42 +0200
commitcb8db16f3709d403360a1baed70c5361f41c867e (patch)
treed8dee26be2fd02596e790fd46ac1b7168a9eed85
parentf180d6043b9ee8a1c8aca12be38f579fcace4473 (diff)
downloadarabluatex-cb8db16f3709d403360a1baed70c5361f41c867e.tar.gz
bugfix: the double consonants tt gg hh dd ss zz must not output a šaddah when the first consonant is preceded by a diacritic
-rw-r--r--arabluatex_fullvoc.lua6
-rw-r--r--arabluatex_voc.lua2
2 files changed, 4 insertions, 4 deletions
diff --git a/arabluatex_fullvoc.lua b/arabluatex_fullvoc.lua
index 097aa5d..6d63192 100644
--- a/arabluatex_fullvoc.lua
+++ b/arabluatex_fullvoc.lua
@@ -510,7 +510,7 @@ digraphsfvidgham = {
510 {a="ئئ", b="ئّ"}, 510 {a="ئئ", b="ئّ"},
511 {a="bb", b="بّ"}, 511 {a="bb", b="بّ"},
512 {a="BB", b="ـّ"}, 512 {a="BB", b="ـّ"},
513 {a="(%_)([thd])([thd])", b="%1%2|%3"}, 513 {a="([%_%^%.])([tghdsz])([tghdsz])", b="%1%2|%3"},
514 {a="tt", b="تّ"}, 514 {a="tt", b="تّ"},
515 {a="%_t%_t", b="ثّ"}, 515 {a="%_t%_t", b="ثّ"},
516 {a="jj", b="جّ"}, 516 {a="jj", b="جّ"},
@@ -618,7 +618,7 @@ digraphsfv = {
618 {a="ئئ", b="ئّ"}, 618 {a="ئئ", b="ئّ"},
619 {a="bb", b="بّ"}, 619 {a="bb", b="بّ"},
620 {a="BB", b="ـّ"}, 620 {a="BB", b="ـّ"},
621 {a="(%_)([thd])([thd])", b="%1%2|%3"}, 621 {a="([%_%^%.])([tghdsz])([tghdsz])", b="%1%2|%3"},
622 {a="tt", b="تّ"}, 622 {a="tt", b="تّ"},
623 {a="%_t%_t", b="ثّ"}, 623 {a="%_t%_t", b="ثّ"},
624 {a="jj", b="جّ"}, 624 {a="jj", b="جّ"},
@@ -726,7 +726,7 @@ digraphsfveasy = { -- see the differences under 'easy' marker below
726 {a="ئئ", b="ئّ"}, 726 {a="ئئ", b="ئّ"},
727 {a="bb", b="بّ"}, 727 {a="bb", b="بّ"},
728 {a="BB", b="ـّ"}, 728 {a="BB", b="ـّ"},
729 {a="(%_)([thd])([thd])", b="%1%2|%3"}, 729 {a="([%_%^%.])([tghdsz])([tghdsz])", b="%1%2|%3"},
730 {a="tt", b="تّ"}, 730 {a="tt", b="تّ"},
731 {a="%_t%_t", b="ثّ"}, 731 {a="%_t%_t", b="ثّ"},
732 {a="jj", b="جّ"}, 732 {a="jj", b="جّ"},
diff --git a/arabluatex_voc.lua b/arabluatex_voc.lua
index 106bf99..073b23f 100644
--- a/arabluatex_voc.lua
+++ b/arabluatex_voc.lua
@@ -639,7 +639,7 @@ digraphs = {
639 {a="ئئ", b="ئّ"}, 639 {a="ئئ", b="ئّ"},
640 {a="bb", b="بّ"}, 640 {a="bb", b="بّ"},
641 {a="BB", b="ـّ"}, 641 {a="BB", b="ـّ"},
642 {a="(%_)([thd])([thd])", b="%1%2|%3"}, 642 {a="([%_%^%.])([tghdsz])([tghdsz])", b="%1%2|%3"},
643 {a="tt", b="تّ"}, 643 {a="tt", b="تّ"},
644 {a="%_t%_t", b="ثّ"}, 644 {a="%_t%_t", b="ثّ"},
645 {a="jj", b="جّ"}, 645 {a="jj", b="جّ"},