aboutsummaryrefslogtreecommitdiff
path: root/arabluatex_fullvoc.lua
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 /arabluatex_fullvoc.lua
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
Diffstat (limited to 'arabluatex_fullvoc.lua')
-rw-r--r--arabluatex_fullvoc.lua6
1 files changed, 3 insertions, 3 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="جّ"},