aboutsummaryrefslogtreecommitdiff
path: root/arabluatex_voc.lua
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2016-12-24 11:24:53 +0100
committerRobert Alessi <alessi@robertalessi.net>2016-12-24 11:24:53 +0100
commit2188e8c67c74a7615d16dd072b80c412471b3496 (patch)
treeb875ab572adde64294caaa3b308a39e57c191229 /arabluatex_voc.lua
parent76a796b5a80d1cb0e63ddbbf00d9dc9507e92dfb (diff)
downloadarabluatex-2188e8c67c74a7615d16dd072b80c412471b3496.tar.gz
a bit of tidy-up in the code
Diffstat (limited to 'arabluatex_voc.lua')
-rw-r--r--arabluatex_voc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/arabluatex_voc.lua b/arabluatex_voc.lua
index 57ab34c..a17a453 100644
--- a/arabluatex_voc.lua
+++ b/arabluatex_voc.lua
@@ -303,7 +303,7 @@ hamzaeasy = { -- differences marked below with 'easy'
303 {a="(A)(')", b="aاء"}, -- historic madda 303 {a="(A)(')", b="aاء"}, -- historic madda
304 --easy (end) 304 --easy (end)
305 -- initial (needs both ^ and %W patterns) 305 -- initial (needs both ^ and %W patterns)
306 -- 'aw: the diphthong is to be resoved into 'awi' (next 8 lines) 306 -- 'aw: the diphthong is to be resolved into 'awi' (next 8 lines)
307 {a="^('aw)(o)('[%_%^%.]?[l'btjghxdrzs`fqkmnwy]%-)([%S]-o)", b="%1i"}, 307 {a="^('aw)(o)('[%_%^%.]?[l'btjghxdrzs`fqkmnwy]%-)([%S]-o)", b="%1i"},
308 {a="(%W)('aw)(o)('[%_%^%.]?[l'btjghxdrzs`fqkmnwy]%-)([%S]-o)", b="%1%2i"}, 308 {a="(%W)('aw)(o)('[%_%^%.]?[l'btjghxdrzs`fqkmnwy]%-)([%S]-o)", b="%1%2i"},
309 {a="^('aw)(o)(\"?[uai])([%S]-o)", b="%1i"}, 309 {a="^('aw)(o)(\"?[uai])([%S]-o)", b="%1i"},