aboutsummaryrefslogtreecommitdiff
path: root/arabluatex_fullvoc.lua
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2016-05-28 10:58:30 +0200
committerRobert Alessi <alessi@robertalessi.net>2016-05-28 10:58:30 +0200
commite94a9b3157b1624fd4397bf1d9d6f55d1669948b (patch)
tree5d7b1d20a35c125bdec7f4959786e01fe0f7bf78 /arabluatex_fullvoc.lua
parentb8c169ea96b982c664dcbde90e29ca87cfe39188 (diff)
downloadarabluatex-e94a9b3157b1624fd4397bf1d9d6f55d1669948b.tar.gz
cleaned up the code (tmp tags)
Diffstat (limited to 'arabluatex_fullvoc.lua')
-rw-r--r--arabluatex_fullvoc.lua4
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"},