aboutsummaryrefslogtreecommitdiff
path: root/arabluatex_fullvoc.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_fullvoc.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_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 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)