aboutsummaryrefslogtreecommitdiff
path: root/arabluatex_voc.lua
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2016-10-04 20:29:55 +0200
committerRobert Alessi <alessi@robertalessi.net>2016-10-04 20:29:55 +0200
commit7add4047d7306a19beaa2e52f774720d4001f488 (patch)
treef8427e7986e093a07e717d98a31f61a71d033b2d /arabluatex_voc.lua
parent7661f5acd71c6d3986f66d254b8f2c5185e67d7d (diff)
downloadarabluatex-7add4047d7306a19beaa2e52f774720d4001f488.tar.gz
bugfix: the carrier of the hamza in a word like ^sifA'I has to be a yāʾ without dot
Diffstat (limited to 'arabluatex_voc.lua')
-rw-r--r--arabluatex_voc.lua4
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)