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 9251ee9..8f6b9bb 100644 --- a/arabluatex_voc.lua +++ b/arabluatex_voc.lua | |||
@@ -214,11 +214,11 @@ hamza = { | |||
214 | -- then the 'initial' rules for the remaining cases | 214 | -- then the 'initial' rules for the remaining cases |
215 | {a="^(')([ua])", b="أ%2"}, | 215 | {a="^(')([ua])", b="أ%2"}, |
216 | {a="^(')(i)", b="إ%2"}, | 216 | {a="^(')(i)", b="إ%2"}, |
217 | -- consider replacing initial %W with [%s%(%[%<]: | 217 | -- consider replacing initial %W with [%s%(%[%<%-]: |
218 | -- {a="(%W)(')([ua])", b="%1أ%3"}, | 218 | -- {a="(%W)(')([ua])", b="%1أ%3"}, |
219 | -- {a="(%W)(')(i)", b="%1إ%3"}, | 219 | -- {a="(%W)(')(i)", b="%1إ%3"}, |
220 | {a="([%s%(%[%<])(')([ua])", b="%1أ%3"}, | 220 | {a="([%s%(%[%<%-])(')([ua])", b="%1أ%3"}, |
221 | {a="([%s%(%[%<])(')(i)", b="%1إ%3"}, | 221 | {a="([%s%(%[%<%-])(')(i)", b="%1إ%3"}, |
222 | -- final | 222 | -- final |
223 | -- ^say'aN and .zim'aN are special orthographies | 223 | -- ^say'aN and .zim'aN are special orthographies |
224 | {a="(%^sa%.?[yY])(\"?%|?)(%')(aN)", b="%1%2ئ%4"}, | 224 | {a="(%^sa%.?[yY])(\"?%|?)(%')(aN)", b="%1%2ئ%4"}, |
@@ -320,11 +320,11 @@ hamzaeasy = { -- differences marked below with 'easy' | |||
320 | -- then the 'initial' rules for the remaining cases | 320 | -- then the 'initial' rules for the remaining cases |
321 | {a="^(')([ua])", b="أ%2"}, | 321 | {a="^(')([ua])", b="أ%2"}, |
322 | {a="^(')(i)", b="إ%2"}, | 322 | {a="^(')(i)", b="إ%2"}, |
323 | -- consider replacing initial %W with [%s%(%[%<]: | 323 | -- consider replacing initial %W with [%s%(%[%<%-]: |
324 | -- {a="(%W)(')([ua])", b="%1أ%3"}, | 324 | -- {a="(%W)(')([ua])", b="%1أ%3"}, |
325 | -- {a="(%W)(')(i)", b="%1إ%3"}, | 325 | -- {a="(%W)(')(i)", b="%1إ%3"}, |
326 | {a="([%s%(%[%<])(')([ua])", b="%1أ%3"}, | 326 | {a="([%s%(%[%<%-])(')([ua])", b="%1أ%3"}, |
327 | {a="([%s%(%[%<])(')(i)", b="%1إ%3"}, | 327 | {a="([%s%(%[%<%-])(')(i)", b="%1إ%3"}, |
328 | -- final | 328 | -- final |
329 | -- ^say'aN and .zim'aN are special orthographies | 329 | -- ^say'aN and .zim'aN are special orthographies |
330 | {a="(%^sa%.?[yY])(\"?%|?)(%')(aN)", b="%1%2ئ%4"}, | 330 | {a="(%^sa%.?[yY])(\"?%|?)(%')(aN)", b="%1%2ئ%4"}, |