diff options
Diffstat (limited to 'arabluatex_novoc.lua')
-rw-r--r-- | arabluatex_novoc.lua | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/arabluatex_novoc.lua b/arabluatex_novoc.lua index 0bbd6ad..09f4903 100644 --- a/arabluatex_novoc.lua +++ b/arabluatex_novoc.lua | |||
@@ -121,12 +121,12 @@ trigraphsnv = { -- trigraphs or more | |||
121 | -- art. with waṣla + lunar consonant (i.e. what remains) | 121 | -- art. with waṣla + lunar consonant (i.e. what remains) |
122 | {a="'l%-", b="ال"}, | 122 | {a="'l%-", b="ال"}, |
123 | -- the silent wāw | 123 | -- the silent wāw |
124 | {a="uU(%p?)$", b="uو%1"}, | 124 | {a="uU(%p*)$", b="uو%1"}, |
125 | {a="uU(%p?%s)", b="uو%1"}, | 125 | {a="uU(%p*%s)", b="uو%1"}, |
126 | {a="aU(%p?)$", b="aو%1"}, | 126 | {a="aU(%p*)$", b="aو%1"}, |
127 | {a="aU(%p?%s)", b="aو%1"}, | 127 | {a="aU(%p*%s)", b="aو%1"}, |
128 | {a="iU(%p?)$", b="iو%1"}, | 128 | {a="iU(%p*)$", b="iو%1"}, |
129 | {a="iU(%p?%s)", b="iو%1"}, | 129 | {a="iU(%p*%s)", b="iو%1"}, |
130 | -- words ending in -āT with silent wāw/yāʾ | 130 | -- words ending in -āT with silent wāw/yāʾ |
131 | {a="(_a)UA", b="%1وا"}, | 131 | {a="(_a)UA", b="%1وا"}, |
132 | {a="(_a)U", b="%1و"}, | 132 | {a="(_a)U", b="%1و"}, |