diff options
Diffstat (limited to 'arabluatex_fullvoc.lua')
-rw-r--r-- | arabluatex_fullvoc.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arabluatex_fullvoc.lua b/arabluatex_fullvoc.lua index ae4f42a..e1252e5 100644 --- a/arabluatex_fullvoc.lua +++ b/arabluatex_fullvoc.lua | |||
@@ -25,6 +25,8 @@ along with this program. If not, see | |||
25 | hamzafv = { | 25 | hamzafv = { |
26 | -- next line for ʾiʿrāb hyphen | 26 | -- next line for ʾiʿrāb hyphen |
27 | {a="(')(%-)([uaiUAI])", b="%1%3"}, | 27 | {a="(')(%-)([uaiUAI])", b="%1%3"}, |
28 | -- next line for ʾalif alone | ||
29 | {a="%.A", b="ا"}, | ||
28 | -- hard coded hamza | 30 | -- hard coded hamza |
29 | {a="|\"'", b="ء"}, | 31 | {a="|\"'", b="ء"}, |
30 | {a="A\"'", b="آ"}, | 32 | {a="A\"'", b="آ"}, |
@@ -138,6 +140,8 @@ hamzafv = { | |||
138 | hamzafveasy = { -- differences marked below with 'easy' | 140 | hamzafveasy = { -- differences marked below with 'easy' |
139 | -- next line for ʾiʿrāb hyphen | 141 | -- next line for ʾiʿrāb hyphen |
140 | {a="(')(%-)([uaiUAI])", b="%1%3"}, | 142 | {a="(')(%-)([uaiUAI])", b="%1%3"}, |
143 | -- next line for ʾalif alone | ||
144 | {a="%.A", b="ا"}, | ||
141 | -- hard coded hamza | 145 | -- hard coded hamza |
142 | {a="|\"'", b="ء"}, | 146 | {a="|\"'", b="ء"}, |
143 | {a="A\"'", b="آ"}, | 147 | {a="A\"'", b="آ"}, |