aboutsummaryrefslogtreecommitdiff
path: root/arabluatex_fullvoc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'arabluatex_fullvoc.lua')
-rw-r--r--arabluatex_fullvoc.lua12
1 files changed, 6 insertions, 6 deletions
diff --git a/arabluatex_fullvoc.lua b/arabluatex_fullvoc.lua
index e0ffbce..ae0dc4e 100644
--- a/arabluatex_fullvoc.lua
+++ b/arabluatex_fullvoc.lua
@@ -55,9 +55,9 @@ hamzafv = {
55 {a="'i'([^uaiUAI])", b="إI%1"}, 55 {a="'i'([^uaiUAI])", b="إI%1"},
56 -- madda (historic writing below) 56 -- madda (historic writing below)
57 {a="'a'([^uaiUAI])", b="آ%1"}, 57 {a="'a'([^uaiUAI])", b="آ%1"},
58 {a="([^uiUI])\'a?A([%_%^%.]?[%`%'btjghdrzsfqklmnywAY])", b="%1آ%2"}, 58 {a="([^uiUI])\'a?A([%_%^%.]?[%`%'btjghxdrzsfqklmnywAY])", b="%1آ%2"},
59 {a="^\'a?A([%_%^%.]?[%`%'btjghdrzsfqklmnywAY])", b="آ%1"}, 59 {a="^\'a?A([%_%^%.]?[%`%'btjghxdrzsfqklmnywAY])", b="آ%1"},
60 {a="(%W)\'a?A([%_%^%.]?[%`%'btjghdrzsfqklmnywAY])", b="%1آ%2"}, 60 {a="(%W)\'a?A([%_%^%.]?[%`%'btjghxdrzsfqklmnywAY])", b="%1آ%2"},
61 {a="(A)(')(uN?)$", b="aآء%3"}, 61 {a="(A)(')(uN?)$", b="aآء%3"},
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"},
@@ -153,9 +153,9 @@ hamzafveasy = { -- differences marked below with 'easy'
153 {a="'i'([^uaiUAI])", b="إI%1"}, 153 {a="'i'([^uaiUAI])", b="إI%1"},
154 -- madda (historic writing below) 154 -- madda (historic writing below)
155 {a="'a'([^uaiUAI])", b="آ%1"}, 155 {a="'a'([^uaiUAI])", b="آ%1"},
156 {a="([^uiUI])\'a?A([%_%^%.]?[%`%'btjghdrzsfqklmnywAY])", b="%1آ%2"}, 156 {a="([^uiUI])\'a?A([%_%^%.]?[%`%'btjghxdrzsfqklmnywAY])", b="%1آ%2"},
157 {a="^\'a?A([%_%^%.]?[%`%'btjghdrzsfqklmnywAY])", b="آ%1"}, 157 {a="^\'a?A([%_%^%.]?[%`%'btjghxdrzsfqklmnywAY])", b="آ%1"},
158 {a="(%W)\'a?A([%_%^%.]?[%`%'btjghdrzsfqklmnywAY])", b="%1آ%2"}, 158 {a="(%W)\'a?A([%_%^%.]?[%`%'btjghxdrzsfqklmnywAY])", b="%1آ%2"},
159 --easy (begin) 159 --easy (begin)
160 {a="(A)(')(uN?)$", b="aاء%3"}, 160 {a="(A)(')(uN?)$", b="aاء%3"},
161 {a="(A)(')(uN?)(%W)", b="aاء%3%4"}, 161 {a="(A)(')(uN?)(%W)", b="aاء%3%4"},