diff options
Diffstat (limited to 'arabluatex_fullvoc.lua')
-rw-r--r-- | arabluatex_fullvoc.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arabluatex_fullvoc.lua b/arabluatex_fullvoc.lua index af7dd9e..5c1e6e2 100644 --- a/arabluatex_fullvoc.lua +++ b/arabluatex_fullvoc.lua | |||
@@ -62,7 +62,7 @@ hamzafv = { | |||
62 | {a="(A)(')(uN?)(%W)", b="aآء%3%4"}, | 62 | {a="(A)(')(uN?)(%W)", b="aآء%3%4"}, |
63 | {a="(A)(')(iN?)$", b="aآء%3"}, | 63 | {a="(A)(')(iN?)$", b="aآء%3"}, |
64 | {a="(A)(')(iN?)(%W)", b="aآء%3%4"}, | 64 | {a="(A)(')(iN?)(%W)", b="aآء%3%4"}, |
65 | {a="(A)(')(i)", b="aآئ%3"}, -- historic madda | 65 | {a="(A)(')([iI])", b="aآئ%3"}, -- historic madda |
66 | {a="(A)(')(u)", b="aآؤ%3"}, -- historic madda | 66 | {a="(A)(')(u)", b="aآؤ%3"}, -- historic madda |
67 | {a="(A)(')", b="aآء"}, -- historic madda | 67 | {a="(A)(')", b="aآء"}, -- historic madda |
68 | -- initial (needs both ^ and %W patterns) | 68 | -- initial (needs both ^ and %W patterns) |
@@ -161,7 +161,7 @@ hamzafveasy = { -- differences marked below with 'easy' | |||
161 | {a="(A)(')(uN?)(%W)", b="aاء%3%4"}, | 161 | {a="(A)(')(uN?)(%W)", b="aاء%3%4"}, |
162 | {a="(A)(')(iN?)$", b="aاء%3"}, | 162 | {a="(A)(')(iN?)$", b="aاء%3"}, |
163 | {a="(A)(')(iN?)(%W)", b="aاء%3%4"}, | 163 | {a="(A)(')(iN?)(%W)", b="aاء%3%4"}, |
164 | {a="(A)(')(i)", b="aائ%3"}, -- historic madda | 164 | {a="(A)(')([iI])", b="aائ%3"}, -- historic madda |
165 | {a="(A)(')(u)", b="aاؤ%3"}, -- historic madda | 165 | {a="(A)(')(u)", b="aاؤ%3"}, -- historic madda |
166 | {a="(A)(')", b="aاء"}, -- historic madda | 166 | {a="(A)(')", b="aاء"}, -- historic madda |
167 | --easy (end) | 167 | --easy (end) |