diff options
Diffstat (limited to 'arabluatex_trans.lua')
-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 86a55b0..e758d77 100644 --- a/arabluatex_trans.lua +++ b/arabluatex_trans.lua | |||
@@ -902,6 +902,7 @@ trigraphstrarabica = { -- trigraphs or more | |||
902 | digraphstrarabica = { | 902 | digraphstrarabica = { |
903 | {a="([uai]%-)(\"?[uai])", b="%1"}, -- hyphen + initial alif without hamza | 903 | {a="([uai]%-)(\"?[uai])", b="%1"}, -- hyphen + initial alif without hamza |
904 | {a="([UAIYuai])(%s)([%(%[%|%<]?)(\"?[uai])", b="%1%2%3"}, --p | 904 | {a="([UAIYuai])(%s)([%(%[%|%<]?)(\"?[uai])", b="%1%2%3"}, --p |
905 | {a="(o[%S]-)([UAIuai])(o)(\"?[uai])", b=""}, | ||
905 | {a="@", b=""}, -- remove the tag before the former hamza | 906 | {a="@", b=""}, -- remove the tag before the former hamza |
906 | -- discard the ʾiʿrāb hyphen (begin) | 907 | -- discard the ʾiʿrāb hyphen (begin) |
907 | {a="(%-)(\"?[UI]na)(%p?%s)", b="%2%3"}, | 908 | {a="(%-)(\"?[UI]na)(%p?%s)", b="%2%3"}, |