diff options
Diffstat (limited to 'arabluatex_voc.lua')
-rw-r--r-- | arabluatex_voc.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arabluatex_voc.lua b/arabluatex_voc.lua index 8ea7f7d..6819952 100644 --- a/arabluatex_voc.lua +++ b/arabluatex_voc.lua | |||
@@ -197,7 +197,7 @@ hamza = { | |||
197 | {a="(A)(')(uN?)(%W)", b="aآء%3%4"}, | 197 | {a="(A)(')(uN?)(%W)", b="aآء%3%4"}, |
198 | {a="(A)(')(iN?)$", b="aآء%3"}, | 198 | {a="(A)(')(iN?)$", b="aآء%3"}, |
199 | {a="(A)(')(iN?)(%W)", b="aآء%3%4"}, | 199 | {a="(A)(')(iN?)(%W)", b="aآء%3%4"}, |
200 | {a="(A)(')(i)", b="aآئ%3"}, -- historic madda | 200 | {a="(A)(')([iI])", b="aآئ%3"}, -- historic madda |
201 | {a="(A)(')(u)", b="aآؤ%3"}, -- historic madda | 201 | {a="(A)(')(u)", b="aآؤ%3"}, -- historic madda |
202 | {a="(A)(')", b="aآء"}, -- historic madda | 202 | {a="(A)(')", b="aآء"}, -- historic madda |
203 | -- initial (needs both ^ and %W patterns) | 203 | -- initial (needs both ^ and %W patterns) |
@@ -287,7 +287,7 @@ hamzaeasy = { -- differences marked below with 'easy' | |||
287 | {a="(A)(')(uN?)(%W)", b="aاء%3%4"}, | 287 | {a="(A)(')(uN?)(%W)", b="aاء%3%4"}, |
288 | {a="(A)(')(iN?)$", b="aاء%3"}, | 288 | {a="(A)(')(iN?)$", b="aاء%3"}, |
289 | {a="(A)(')(iN?)(%W)", b="aاء%3%4"}, | 289 | {a="(A)(')(iN?)(%W)", b="aاء%3%4"}, |
290 | {a="(A)(')(i)", b="aائ%3"}, -- historic madda | 290 | {a="(A)(')([iI])", b="aائ%3"}, -- historic madda |
291 | {a="(A)(')(u)", b="aاؤ%3"}, -- historic madda | 291 | {a="(A)(')(u)", b="aاؤ%3"}, -- historic madda |
292 | {a="(A)(')", b="aاء"}, -- historic madda | 292 | {a="(A)(')", b="aاء"}, -- historic madda |
293 | --easy (end) | 293 | --easy (end) |