aboutsummaryrefslogtreecommitdiff
path: root/arabluatex_novoc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'arabluatex_novoc.lua')
-rw-r--r--arabluatex_novoc.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/arabluatex_novoc.lua b/arabluatex_novoc.lua
index 3f0299b..a79be82 100644
--- a/arabluatex_novoc.lua
+++ b/arabluatex_novoc.lua
@@ -24,6 +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="(%-?[uai]NU)(%s)([rlmnwy])", b="%1%2%3%3"}, 28-- {a="(%-?[uai]NU)(%s)([rlmnwy])", b="%1%2%3%3"},
28 -- assimilations (end) 29 -- assimilations (end)
29 {a="%-?uNU", b="و"}, 30 {a="%-?uNU", b="و"},
@@ -31,6 +32,8 @@ tanwinnv = {
31 {a="%-?iNU", b="و"}, 32 {a="%-?iNU", b="و"},
32 -- assimilations (begin). These are good but may not apply here. 33 -- assimilations (begin). These are good but may not apply here.
33-- {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"},
36-- {a="(o[%S]-)(%-?aN)(Y)(o)([rlmnwy])", b="%5%5"},
34-- {a="%-?(aN)(_A)(%s)([rlmnwy])", b="ى%3%4%4"}, 37-- {a="%-?(aN)(_A)(%s)([rlmnwy])", b="ى%3%4%4"},
35-- {a="%-?(aN)(Y)(%s)([rlmnwy])", b="ى%3%4%4"}, 38-- {a="%-?(aN)(Y)(%s)([rlmnwy])", b="ى%3%4%4"},
36-- {a="(T)%-?(aN)(%s)([rlmnwy])", b="%1%3%4%4"}, 39-- {a="(T)%-?(aN)(%s)([rlmnwy])", b="%1%3%4%4"},