aboutsummaryrefslogtreecommitdiff
path: root/arabluatex_novoc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'arabluatex_novoc.lua')
-rw-r--r--arabluatex_novoc.lua28
1 files changed, 8 insertions, 20 deletions
diff --git a/arabluatex_novoc.lua b/arabluatex_novoc.lua
index 8a5a7ed..d8e1248 100644
--- a/arabluatex_novoc.lua
+++ b/arabluatex_novoc.lua
@@ -1,7 +1,7 @@
1--[[ 1--[[
2This file is part of the `arabluatex' package 2This file is part of the `arabluatex' package
3 3
4copyright (C) 2016 Robert Alessi 4Copyright (C) 2016 Robert Alessi
5 5
6Please send error reports and suggestions for improvements to 6Please send error reports and suggestions for improvements to
7Robert Alessi <alessi@robertalessi.net> 7Robert Alessi <alessi@robertalessi.net>
@@ -82,7 +82,7 @@ tanwinnv = {
82 {a="uNU", b="و"}, 82 {a="uNU", b="و"},
83 {a="aNU", b="وا"}, 83 {a="aNU", b="وا"},
84 {a="iNU", b="و"}, 84 {a="iNU", b="و"},
85 -- assimilations (begin) 85 -- assimilations (begin). These are good but may not apply here.
86-- {a="(uN)(%s)([rlmnwy])", b="|%2%3%3"}, 86-- {a="(uN)(%s)([rlmnwy])", b="|%2%3%3"},
87-- {a="(aN)(_A)(%s)([rlmnwy])", b="ى%3%4%4"}, 87-- {a="(aN)(_A)(%s)([rlmnwy])", b="ى%3%4%4"},
88-- {a="(aN)(Y)(%s)([rlmnwy])", b="ى%3%4%4"}, 88-- {a="(aN)(Y)(%s)([rlmnwy])", b="ى%3%4%4"},
@@ -127,22 +127,10 @@ longvnv = {
127} 127}
128 128
129shortvnv = { 129shortvnv = {
130 {a="\"u", b="ُ"}, 130 {a="\"u", b="ُ"},
131 {a="\"a", b="َ"}, 131 {a="\"a", b="َ"},
132 {a="\"i", b="ِ"}, 132 {a="\"i", b="ِ"},
133 {a="u", b=""}, 133 {a="u", b=""},
134 {a="a", b=""}, 134 {a="a", b=""},
135 {a="i", b=""} 135 {a="i", b=""}
136} 136}
137
138-- return {
139-- raw = raw,
140-- hamza = hamza,
141-- trigraphs = trigraphs,
142-- tanwin = tanwin,
143-- digraphs = digraphs,
144-- single = single,
145-- longv = longv,
146-- shortv = shortv,
147-- null =null
148-- }