diff options
Diffstat (limited to 'arabluatex_voc.lua')
-rw-r--r-- | arabluatex_voc.lua | 12 |
1 files changed, 6 insertions, 6 deletions
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"}, |