diff options
author | Robert Alessi <alessi@robertalessi.net> | 2018-03-13 18:36:54 +0100 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2018-03-13 18:36:54 +0100 |
commit | 885093a0d9a5b54d7d5ac71a35e3504387e5b30a (patch) | |
tree | 859cf5342efe7e697cbb43a773671c71e80f8bed | |
parent | ce419ecc336aedd8d02e938d11415e1eb3db1fd5 (diff) | |
download | arabluatex-885093a0d9a5b54d7d5ac71a35e3504387e5b30a.tar.gz |
\arbnull{} may also be found before initial ʾalif without hamzah in arabica mode
-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"}, |