aboutsummaryrefslogtreecommitdiff
path: root/arabluatex_novoc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'arabluatex_novoc.lua')
-rw-r--r--arabluatex_novoc.lua12
1 files changed, 6 insertions, 6 deletions
diff --git a/arabluatex_novoc.lua b/arabluatex_novoc.lua
index a79be82..cc5ea66 100644
--- a/arabluatex_novoc.lua
+++ b/arabluatex_novoc.lua
@@ -109,12 +109,12 @@ trigraphsnv = { -- trigraphs or more
109 -- art. with waṣla + lunar consonant (i.e. what remains) 109 -- art. with waṣla + lunar consonant (i.e. what remains)
110 {a="'l%-", b="ال"}, 110 {a="'l%-", b="ال"},
111 -- the silent wāw 111 -- the silent wāw
112 {a="uU$", b="uو"}, 112 {a="uU(%p?)$", b="uو%1"},
113 {a="uU(%W)", b="uو%1"}, 113 {a="uU(%p?%s)", b="uو%1"},
114 {a="aU$", b="aو"}, 114 {a="aU(%p?)$", b="aو%1"},
115 {a="aU(%W)", b="aو%1"}, 115 {a="aU(%p?%s)", b="aو%1"},
116 {a="iU$", b="iو"}, 116 {a="iU(%p?)$", b="iو%1"},
117 {a="iU(%W)", b="iو%1"}, 117 {a="iU(%p?%s)", b="iو%1"},
118 -- words ending in -āT with silent wāw/yāʾ 118 -- words ending in -āT with silent wāw/yāʾ
119 {a="(_a)UA", b="%1وا"}, 119 {a="(_a)UA", b="%1وا"},
120 {a="(_a)U", b="%1و"}, 120 {a="(_a)U", b="%1و"},