aboutsummaryrefslogtreecommitdiff
path: root/arabluatex_voc.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_voc.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_voc.lua')
-rw-r--r--arabluatex_voc.lua2
1 files changed, 1 insertions, 1 deletions
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="جّ"},