aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2017-04-03 22:46:54 +0200
committerRobert Alessi <alessi@robertalessi.net>2017-04-03 22:46:54 +0200
commite73841057c9aa0c052023ff287096cf86dc3002f (patch)
treebb060ae8b369d36a8ed185d2e741b84d4dd35353
parent4e9ee7c110e68d86046739db3faa9dc06c4867ed (diff)
downloadarabluatex-e73841057c9aa0c052023ff287096cf86dc3002f.tar.gz
initial alif without hamzah after a final vowel must be taken out in 'arabica' mode
-rw-r--r--arabluatex_trans.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/arabluatex_trans.lua b/arabluatex_trans.lua
index 4463b6c..3832a9d 100644
--- a/arabluatex_trans.lua
+++ b/arabluatex_trans.lua
@@ -751,6 +751,7 @@ trigraphstrarabica = { -- trigraphs or more
751 751
752digraphstrarabica = { 752digraphstrarabica = {
753 {a="([uai]%-)(\"?[uai])", b="%1"}, -- hyphen + initial alif without hamza 753 {a="([uai]%-)(\"?[uai])", b="%1"}, -- hyphen + initial alif without hamza
754 {a="([UAIYuai])(%s)([%(%[%|%<]?)(\"?[uai])", b="%1%2%3"}, --p
754 {a="@", b=""}, -- remove the tag before the former hamza 755 {a="@", b=""}, -- remove the tag before the former hamza
755 -- discard the ʾiʿrāb hyphen (begin) 756 -- discard the ʾiʿrāb hyphen (begin)
756 {a="(%-)(\"?[UI]na)(%p?%s)", b="%2%3"}, 757 {a="(%-)(\"?[UI]na)(%p?%s)", b="%2%3"},