diff options
Diffstat (limited to 'arabluatex_fullvoc.lua')
-rw-r--r-- | arabluatex_fullvoc.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arabluatex_fullvoc.lua b/arabluatex_fullvoc.lua index e4a9495..ea7df9f 100644 --- a/arabluatex_fullvoc.lua +++ b/arabluatex_fullvoc.lua | |||
@@ -458,7 +458,7 @@ digraphsfv = { | |||
458 | {a="ww", b="وّ"}, | 458 | {a="ww", b="وّ"}, |
459 | {a="yy", b="يّ"}, | 459 | {a="yy", b="يّ"}, |
460 | -- sukūn begin | 460 | -- sukūn begin |
461 | --tmp: next line is added | 461 | -- first, take out hyphen if any: |
462 | {a="([%_%^%.]?[Bbtjghxdrzs%`fqklmnwy])%-([uaiUAI])", b="%1%2"}, | 462 | {a="([%_%^%.]?[Bbtjghxdrzs%`fqklmnwy])%-([uaiUAI])", b="%1%2"}, |
463 | {a="([%_%^%.]?[Bbtjghxdrzs%`fqklmnwy])$", b="%1ْ"}, | 463 | {a="([%_%^%.]?[Bbtjghxdrzs%`fqklmnwy])$", b="%1ْ"}, |
464 | {a="([%_%^%.]?[Bbtjghxdrzs%`fqklmnwy])([%s])", b="%1ْ%2"}, | 464 | {a="([%_%^%.]?[Bbtjghxdrzs%`fqklmnwy])([%s])", b="%1ْ%2"}, |
@@ -560,7 +560,7 @@ digraphsfveasy = { -- see the diffenrences under 'easy' marker below | |||
560 | -- first take out every previously generated sukūn by hamza rules, | 560 | -- first take out every previously generated sukūn by hamza rules, |
561 | -- so there be no need to edit them: | 561 | -- so there be no need to edit them: |
562 | {a="ْ", b=""}, | 562 | {a="ْ", b=""}, |
563 | --tmp: next line is added | 563 | -- first, take out hyphen if any: |
564 | -- {a="([%_%^%.]?[Bbtjghxdrzs%`fqklmnwy])%-([uaiUAI])", b="%1%2"}, | 564 | -- {a="([%_%^%.]?[Bbtjghxdrzs%`fqklmnwy])%-([uaiUAI])", b="%1%2"}, |
565 | -- {a="([%_%^%.]?[Bbtjghxdrzs%`fqklmnwy])$", b="%1ْ"}, | 565 | -- {a="([%_%^%.]?[Bbtjghxdrzs%`fqklmnwy])$", b="%1ْ"}, |
566 | -- {a="([%_%^%.]?[Bbtjghxdrzs%`fqklmnwy])([%s])", b="%1ْ%2"}, | 566 | -- {a="([%_%^%.]?[Bbtjghxdrzs%`fqklmnwy])([%s])", b="%1ْ%2"}, |