diff options
-rw-r--r-- | arabluatex_trans.lua | 1 |
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 | ||
752 | digraphstrarabica = { | 752 | digraphstrarabica = { |
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"}, |