diff options
Diffstat (limited to 'arabluatex_voc.lua')
-rw-r--r-- | arabluatex_voc.lua | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/arabluatex_voc.lua b/arabluatex_voc.lua index 3639480..135a757 100644 --- a/arabluatex_voc.lua +++ b/arabluatex_voc.lua | |||
@@ -194,7 +194,11 @@ hamza = { | |||
194 | {a="%'%_I", b="إI"}, | 194 | {a="%'%_I", b="إI"}, |
195 | -- taḫfīfu 'l-hamza | 195 | -- taḫfīfu 'l-hamza |
196 | {a="'u'([^uaiUAI])", b="أU%1"}, | 196 | {a="'u'([^uaiUAI])", b="أU%1"}, |
197 | {a="'i'([^uaiUAI])", b="إI%1"}, | 197 | {a="'i'([^uaiUAI])", b="إI%1"}, |
198 | {a="^u'([^uaiUAI])", b="اU%1"}, | ||
199 | {a="([^uaiUAIYN][%s%(%[%<])u'([^uaiUAI])", b="%1اU%2"}, | ||
200 | {a="^i'([^uaiUAI])", b="اI%1"}, | ||
201 | {a="([^uaiUAIYN][%s%(%[%<])i'([^uaiUAI])", b="%1اI%2"}, | ||
198 | -- madda (historic writing below) | 202 | -- madda (historic writing below) |
199 | {a="'a'([^uaiUAI])", b="آ%1"}, | 203 | {a="'a'([^uaiUAI])", b="آ%1"}, |
200 | {a="([^uiUI])\'a?A([%_%^%.]?[%`%'btjghxdrzsfqklmnywAY])", b="%1آ%2"}, | 204 | {a="([^uiUI])\'a?A([%_%^%.]?[%`%'btjghxdrzsfqklmnywAY])", b="%1آ%2"}, |
@@ -306,7 +310,11 @@ hamzaeasy = { -- differences marked below with 'easy' | |||
306 | {a="%'%_I", b="إI"}, | 310 | {a="%'%_I", b="إI"}, |
307 | -- taḫfīfu 'l-hamza | 311 | -- taḫfīfu 'l-hamza |
308 | {a="'u'([^uaiUAI])", b="أU%1"}, | 312 | {a="'u'([^uaiUAI])", b="أU%1"}, |
309 | {a="'i'([^uaiUAI])", b="إI%1"}, | 313 | {a="'i'([^uaiUAI])", b="إI%1"}, |
314 | {a="^u'([^uaiUAI])", b="اU%1"}, | ||
315 | {a="([^uaiUAIYN][%s%(%[%<])u'([^uaiUAI])", b="%1اU%2"}, | ||
316 | {a="^i'([^uaiUAI])", b="اI%1"}, | ||
317 | {a="([^uaiUAIYN][%s%(%[%<])i'([^uaiUAI])", b="%1اI%2"}, | ||
310 | -- madda (historic writing below) | 318 | -- madda (historic writing below) |
311 | {a="'a'([^uaiUAI])", b="آ%1"}, | 319 | {a="'a'([^uaiUAI])", b="آ%1"}, |
312 | {a="([^uiUI])\'a?A([%_%^%.]?[%`%'btjghxdrzsfqklmnywAY])", b="%1آ%2"}, | 320 | {a="([^uiUI])\'a?A([%_%^%.]?[%`%'btjghxdrzsfqklmnywAY])", b="%1آ%2"}, |