aboutsummaryrefslogtreecommitdiff
path: root/arabluatex_novoc.lua
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2016-02-24 20:27:29 +0100
committerRobert Alessi <alessi@robertalessi.net>2016-02-24 20:27:29 +0100
commitefb07927d995efbc33822ba447b2beed2b31ef5a (patch)
tree09034a7ee8f77160474e7f3d234078e8a4bf3afe /arabluatex_novoc.lua
parent7ee8fb4914d081905c7a927ea3caf45f1ead9060 (diff)
downloadarabluatex-efb07927d995efbc33822ba447b2beed2b31ef5a.tar.gz
first implementation of fullvoc tables
Diffstat (limited to 'arabluatex_novoc.lua')
-rw-r--r--arabluatex_novoc.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/arabluatex_novoc.lua b/arabluatex_novoc.lua
index b62c1cc..ef8b0ff 100644
--- a/arabluatex_novoc.lua
+++ b/arabluatex_novoc.lua
@@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
2202111-1307, USA. 2202111-1307, USA.
23--]] 23--]]
24 24
25tanwinnovoc = { 25tanwinnv = {
26 {a="uN", b=""}, 26 {a="uN", b=""},
27 {a="(aN)(_A)", b="ى"}, 27 {a="(aN)(_A)", b="ى"},
28 {a="(T)(aN)", b="%1"}, 28 {a="(T)(aN)", b="%1"},
@@ -30,13 +30,13 @@ tanwinnovoc = {
30 {a="iN", b=""} 30 {a="iN", b=""}
31} 31}
32 32
33longvnovoc = { 33longvnv = {
34 {a="A", b="ا"}, 34 {a="A", b="ا"},
35 {a="U", b="و"}, 35 {a="U", b="و"},
36 {a="I", b="ي"} 36 {a="I", b="ي"}
37} 37}
38 38
39shortvnovoc = { 39shortvnv = {
40 {a="u", b=""}, 40 {a="u", b=""},
41 {a="a", b=""}, 41 {a="a", b=""},
42 {a="i", b=""} 42 {a="i", b=""}