aboutsummaryrefslogtreecommitdiff
path: root/arabluatex_voc.lua
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2016-03-04 11:36:46 +0100
committerRobert Alessi <alessi@robertalessi.net>2016-03-04 11:36:46 +0100
commit790218142de1da738b0d7972fbff17473a456975 (patch)
tree254189a4629825a27b9ab248723474d0a58fcf63 /arabluatex_voc.lua
parent01ae63af2c1ed748ca0a916e4d37a7befa329b5c (diff)
downloadarabluatex-790218142de1da738b0d7972fbff17473a456975.tar.gz
silent wāw and yāʾ in words such as ḥayāt and tawrāt
Diffstat (limited to 'arabluatex_voc.lua')
-rw-r--r--arabluatex_voc.lua6
1 files changed, 5 insertions, 1 deletions
diff --git a/arabluatex_voc.lua b/arabluatex_voc.lua
index 14967fe..06d266f 100644
--- a/arabluatex_voc.lua
+++ b/arabluatex_voc.lua
@@ -167,7 +167,11 @@ trigraphs = { -- trigraphs or more
167 {a="aU$", b="aو"}, 167 {a="aU$", b="aو"},
168 {a="aU(%W)", b="aو%1"}, 168 {a="aU(%W)", b="aو%1"},
169 {a="iU$", b="iو"}, 169 {a="iU$", b="iو"},
170 {a="iU(%W)", b="iو%1"} 170 {a="iU(%W)", b="iو%1"},
171 -- words ending in -āT with silent wāw/yāʾ
172 {a="(_a)UA", b="%1وا"},
173 {a="(_a)U", b="%1و"},
174 {a="(_a)I", b="%1ي"}
171} 175}
172 176
173tanwin = { 177tanwin = {