diff options
-rw-r--r-- | arabluatex_trans.lua | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/arabluatex_trans.lua b/arabluatex_trans.lua index 82459e9..87c85e9 100644 --- a/arabluatex_trans.lua +++ b/arabluatex_trans.lua | |||
@@ -267,7 +267,13 @@ trigraphstrdmgeasy = { -- see the differences below under 'easy' tag | |||
267 | 267 | ||
268 | digraphstrdmg = { | 268 | digraphstrdmg = { |
269 | {a="([uai]%-)(\"?[uai])", b="%1'"}, -- hyphen + initial alif without hamza | 269 | {a="([uai]%-)(\"?[uai])", b="%1'"}, -- hyphen + initial alif without hamza |
270 | {a="^(\"?[uai])", b="%1"}, -- initial alif without hamza | 270 | -- the following two are replaced with the 4 lines next for now |
271 | -- {a="^(\"?[uai])", b="%1"}, -- initial alif without hamza | ||
272 | -- {a="(%W)(\"?[uai])", b="%1%2"}, -- initial alif without hamza | ||
273 | {a="^(\"[uai])", b="'"}, -- initial alif without hamza | ||
274 | {a="(%W)(\"[uai])", b="%1'"}, -- initial alif without hamza | ||
275 | {a="^([uai])", b="%1"}, -- initial alif without hamza | ||
276 | {a="(%W)([uai])", b="%1%2"}, -- initial alif without hamza | ||
271 | -- this is not necessary, take out for now: | 277 | -- this is not necessary, take out for now: |
272 | -- {a="([%_]?[uaiUAIY])(%s)([uai])", b="%1%2'"}, -- initial alif without hamza | 278 | -- {a="([%_]?[uaiUAIY])(%s)([uai])", b="%1%2'"}, -- initial alif without hamza |
273 | {a="(aW)(%s)(\"?[uai])", b="awu%2%3"}, | 279 | {a="(aW)(%s)(\"?[uai])", b="awu%2%3"}, |