diff options
-rw-r--r-- | arabluatex_fullvoc.lua | 12 | ||||
-rw-r--r-- | arabluatex_voc.lua | 12 |
2 files changed, 12 insertions, 12 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"}, |
diff --git a/arabluatex_voc.lua b/arabluatex_voc.lua index 9916f8d..8ea7f7d 100644 --- a/arabluatex_voc.lua +++ b/arabluatex_voc.lua | |||
@@ -190,9 +190,9 @@ hamza = { | |||
190 | {a="'i'([^uaiUAI])", b="إI%1"}, | 190 | {a="'i'([^uaiUAI])", b="إI%1"}, |
191 | -- madda (historic writing below) | 191 | -- madda (historic writing below) |
192 | {a="'a'([^uaiUAI])", b="آ%1"}, | 192 | {a="'a'([^uaiUAI])", b="آ%1"}, |
193 | {a="([^uiUI])\'a?A([%_%^%.]?[%`%'btjghdrzsfqklmnywAY])", b="%1آ%2"}, | 193 | {a="([^uiUI])\'a?A([%_%^%.]?[%`%'btjghxdrzsfqklmnywAY])", b="%1آ%2"}, |
194 | {a="^\'a?A([%_%^%.]?[%`%'btjghdrzsfqklmnywAY])", b="آ%1"}, | 194 | {a="^\'a?A([%_%^%.]?[%`%'btjghxdrzsfqklmnywAY])", b="آ%1"}, |
195 | {a="(%W)\'a?A([%_%^%.]?[%`%'btjghdrzsfqklmnywAY])", b="%1آ%2"}, | 195 | {a="(%W)\'a?A([%_%^%.]?[%`%'btjghxdrzsfqklmnywAY])", b="%1آ%2"}, |
196 | {a="(A)(')(uN?)$", b="aآء%3"}, | 196 | {a="(A)(')(uN?)$", b="aآء%3"}, |
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"}, |
@@ -279,9 +279,9 @@ hamzaeasy = { -- differences marked below with 'easy' | |||
279 | {a="'i'([^uaiUAI])", b="إI%1"}, | 279 | {a="'i'([^uaiUAI])", b="إI%1"}, |
280 | -- madda (historic writing below) | 280 | -- madda (historic writing below) |
281 | {a="'a'([^uaiUAI])", b="آ%1"}, | 281 | {a="'a'([^uaiUAI])", b="آ%1"}, |
282 | {a="([^uiUI])\'a?A([%_%^%.]?[%`%'btjghdrzsfqklmnywAY])", b="%1آ%2"}, | 282 | {a="([^uiUI])\'a?A([%_%^%.]?[%`%'btjghxdrzsfqklmnywAY])", b="%1آ%2"}, |
283 | {a="^\'a?A([%_%^%.]?[%`%'btjghdrzsfqklmnywAY])", b="آ%1"}, | 283 | {a="^\'a?A([%_%^%.]?[%`%'btjghxdrzsfqklmnywAY])", b="آ%1"}, |
284 | {a="(%W)\'a?A([%_%^%.]?[%`%'btjghdrzsfqklmnywAY])", b="%1آ%2"}, | 284 | {a="(%W)\'a?A([%_%^%.]?[%`%'btjghxdrzsfqklmnywAY])", b="%1آ%2"}, |
285 | --easy (begin) | 285 | --easy (begin) |
286 | {a="(A)(')(uN?)$", b="aاء%3"}, | 286 | {a="(A)(')(uN?)$", b="aاء%3"}, |
287 | {a="(A)(')(uN?)(%W)", b="aاء%3%4"}, | 287 | {a="(A)(')(uN?)(%W)", b="aاء%3%4"}, |