aboutsummaryrefslogtreecommitdiff
path: root/arabluatex_voc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'arabluatex_voc.lua')
-rw-r--r--arabluatex_voc.lua10
1 files changed, 5 insertions, 5 deletions
diff --git a/arabluatex_voc.lua b/arabluatex_voc.lua
index 68b290d..4d9473a 100644
--- a/arabluatex_voc.lua
+++ b/arabluatex_voc.lua
@@ -202,7 +202,7 @@ hamza = {
202 {a="([^uaiUAIYN][%s%(%[%<])i'([^uaiUAI])", b="%1اI%2"}, 202 {a="([^uaiUAIYN][%s%(%[%<])i'([^uaiUAI])", b="%1اI%2"},
203 -- madda (historic writing below) 203 -- madda (historic writing below)
204 {a="'a'([^uaiUAI])", b="آ%1"}, 204 {a="'a'([^uaiUAI])", b="آ%1"},
205 {a="([^uiUI])\'a?A([%_%^%.]?[%`%'btjghxdrzsfqklmnywAY])", b="%1آ%2"}, 205 {a="([^uiyUI])\'a?A([%_%^%.]?[%`%'btjghxdrzsfqklmnywAY])", b="%1آ%2"},
206 {a="^\'a?A([%_%^%.]?[%`%'btjghxdrzsfqklmnywAY])", b="آ%1"}, 206 {a="^\'a?A([%_%^%.]?[%`%'btjghxdrzsfqklmnywAY])", b="آ%1"},
207 {a="(%W)\'a?A([%_%^%.]?[%`%'btjghxdrzsfqklmnywAY])", b="%1آ%2"}, 207 {a="(%W)\'a?A([%_%^%.]?[%`%'btjghxdrzsfqklmnywAY])", b="%1آ%2"},
208 {a="(A)(')(uN?%p?)$", b="aآء%3"}, 208 {a="(A)(')(uN?%p?)$", b="aآء%3"},
@@ -265,8 +265,8 @@ hamza = {
265 {a="(i)(')(%p?%s)", b="%1ئ%3"}, 265 {a="(i)(')(%p?%s)", b="%1ئ%3"},
266-- 266--
267 -- middle 267 -- middle
268 {a="([Uw])(')", b="%1ء"}, --new 268 {a="([UIwy])(')", b="%1ء"}, --new
269 {a="([Iy])(')", b="%1ئ"}, 269 -- {a="([Iy])(')", b="%1ئ"}, -- included in the above line
270 {a="([^uai])(')([uU])", b="%1ؤ%3"}, 270 {a="([^uai])(')([uU])", b="%1ؤ%3"},
271 {a="([^uai])(')(%_?[aAY])", b="%1أ%3"}, 271 {a="([^uai])(')(%_?[aAY])", b="%1أ%3"},
272 {a="([^uai])(')([iI])", b="%1ئ%3"}, 272 {a="([^uai])(')([iI])", b="%1ئ%3"},
@@ -319,7 +319,7 @@ hamzaeasy = { -- differences marked below with 'easy'
319 {a="([^uaiUAIYN][%s%(%[%<])i'([^uaiUAI])", b="%1اI%2"}, 319 {a="([^uaiUAIYN][%s%(%[%<])i'([^uaiUAI])", b="%1اI%2"},
320 -- madda (historic writing below) 320 -- madda (historic writing below)
321 {a="'a'([^uaiUAI])", b="آ%1"}, 321 {a="'a'([^uaiUAI])", b="آ%1"},
322 {a="([^uiUI])\'a?A([%_%^%.]?[%`%'btjghxdrzsfqklmnywAY])", b="%1آ%2"}, 322 {a="([^uiyUI])\'a?A([%_%^%.]?[%`%'btjghxdrzsfqklmnywAY])", b="%1آ%2"},
323 {a="^\'a?A([%_%^%.]?[%`%'btjghxdrzsfqklmnywAY])", b="آ%1"}, 323 {a="^\'a?A([%_%^%.]?[%`%'btjghxdrzsfqklmnywAY])", b="آ%1"},
324 {a="(%W)\'a?A([%_%^%.]?[%`%'btjghxdrzsfqklmnywAY])", b="%1آ%2"}, 324 {a="(%W)\'a?A([%_%^%.]?[%`%'btjghxdrzsfqklmnywAY])", b="%1آ%2"},
325 --easy (begin) 325 --easy (begin)
@@ -395,7 +395,7 @@ hamzaeasy = { -- differences marked below with 'easy'
395-- 395--
396 -- middle 396 -- middle
397 {a="([Uw])(')", b="%1ء"}, --new 397 {a="([Uw])(')", b="%1ء"}, --new
398 {a="([Iy])(')", b="%1ئ"}, 398 {a="([Iy])(')", b="%1ئ"}, --easy
399 {a="([^uai])(')([uU])", b="%1ؤ%3"}, 399 {a="([^uai])(')([uU])", b="%1ؤ%3"},
400 {a="([^uai])(')(%_?[aAY])", b="%1أ%3"}, 400 {a="([^uai])(')(%_?[aAY])", b="%1أ%3"},
401 {a="([^uai])(')([iI])", b="%1ئ%3"}, 401 {a="([^uai])(')([iI])", b="%1ئ%3"},