aboutsummaryrefslogtreecommitdiff
path: root/arabluatex_novoc.lua
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2018-06-16 14:27:56 +0200
committerRobert Alessi <alessi@robertalessi.net>2018-06-16 14:27:56 +0200
commitc0f4f586979856a900ce3b4f0944d5d8035494b9 (patch)
tree61944047b42c108bb5142bd5048ac7f8958e00c8 /arabluatex_novoc.lua
parentfeb596d1f44c2c2b8149b209964270cdb303291b (diff)
downloadarabluatex-c0f4f586979856a900ce3b4f0944d5d8035494b9.tar.gz
added hard-coded sukūn
Diffstat (limited to 'arabluatex_novoc.lua')
-rw-r--r--arabluatex_novoc.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/arabluatex_novoc.lua b/arabluatex_novoc.lua
index ef2a453..e1e40cc 100644
--- a/arabluatex_novoc.lua
+++ b/arabluatex_novoc.lua
@@ -24,7 +24,7 @@ along with this program. If not, see
24 24
25tanwinnv = { 25tanwinnv = {
26 -- assimilations (begin). These are good but may not apply here. 26 -- assimilations (begin). These are good but may not apply here.
27-- {a="(o[%S]-)(%-?[uai]N[UI]?)(o)([rlmnwy])", b="%4%4"}, 27-- {a="(O[%S]-)(%-?[uai]N[UI]?)(O)([rlmnwy])", b="%4%4"},
28-- {a="(%-?[uai]NU)(%s)([rlmnwy])", b="%1%2%3%3"}, 28-- {a="(%-?[uai]NU)(%s)([rlmnwy])", b="%1%2%3%3"},
29 -- assimilations (end) 29 -- assimilations (end)
30 {a="%-?uNU", b="و"}, 30 {a="%-?uNU", b="و"},
@@ -32,8 +32,8 @@ tanwinnv = {
32 {a="%-?iNU", b="و"}, 32 {a="%-?iNU", b="و"},
33 -- assimilations (begin). These are good but may not apply here. 33 -- assimilations (begin). These are good but may not apply here.
34-- {a="%-?(uN)(%s)([rlmnwy])", b="|%2%3%3"}, 34-- {a="%-?(uN)(%s)([rlmnwy])", b="|%2%3%3"},
35-- {a="(o[%S]-)(%-?aN)(_A)(o)([rlmnwy])", b="%5%5"}, 35-- {a="(O[%S]-)(%-?aN)(_A)(O)([rlmnwy])", b="%5%5"},
36-- {a="(o[%S]-)(%-?aN)(Y)(o)([rlmnwy])", b="%5%5"}, 36-- {a="(O[%S]-)(%-?aN)(Y)(O)([rlmnwy])", b="%5%5"},
37-- {a="%-?(aN)(_A)(%s)([rlmnwy])", b="ى%3%4%4"}, 37-- {a="%-?(aN)(_A)(%s)([rlmnwy])", b="ى%3%4%4"},
38-- {a="%-?(aN)(Y)(%s)([rlmnwy])", b="ى%3%4%4"}, 38-- {a="%-?(aN)(Y)(%s)([rlmnwy])", b="ى%3%4%4"},
39-- {a="(T)%-?(aN)(%s)([rlmnwy])", b="%1%3%4%4"}, 39-- {a="(T)%-?(aN)(%s)([rlmnwy])", b="%1%3%4%4"},