aboutsummaryrefslogtreecommitdiff
path: root/arabluatex_fullvoc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'arabluatex_fullvoc.lua')
-rw-r--r--arabluatex_fullvoc.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/arabluatex_fullvoc.lua b/arabluatex_fullvoc.lua
index bdab038..3ca9538 100644
--- a/arabluatex_fullvoc.lua
+++ b/arabluatex_fullvoc.lua
@@ -49,8 +49,8 @@ hamzafv = {
49 -- madda (historic writing below) 49 -- madda (historic writing below)
50 {a="'a'([^uaiUAI])", b="آ%1"}, 50 {a="'a'([^uaiUAI])", b="آ%1"},
51 {a="'a?A", b="آ"}, 51 {a="'a?A", b="آ"},
52 {a="(A)(')(i)$", b="aآء%3"}, 52 {a="(A)(')(iN?)$", b="aآء%3"},
53 {a="(A)(')(i)(%W)", b="aآء%3%4"}, 53 {a="(A)(')(iN?)(%W)", b="aآء%3%4"},
54 {a="(A)(')(i)", b="aآئ%3"}, -- historic madda 54 {a="(A)(')(i)", b="aآئ%3"}, -- historic madda
55 {a="(A)(')", b="aآء"}, -- historic madda 55 {a="(A)(')", b="aآء"}, -- historic madda
56 -- initial (needs both ^ and %W patterns) 56 -- initial (needs both ^ and %W patterns)