diff options
author | Robert Alessi <alessi@robertalessi.net> | 2018-01-01 17:03:16 +0100 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2018-01-01 17:03:16 +0100 |
commit | 0c8e8ef43c377b8a8cb3b77137a745bcfcff8996 (patch) | |
tree | d323bd365b7aa57b24f95fa09d88b4b43a543049 | |
parent | 0fc488a94ab1b17df47e9b9e823b85f49a885182 (diff) | |
download | arabluatex-0c8e8ef43c377b8a8cb3b77137a745bcfcff8996.tar.gz |
some more corrections
-rw-r--r-- | arabluatex_voc.lua | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/arabluatex_voc.lua b/arabluatex_voc.lua index 8cf137e..f03fba0 100644 --- a/arabluatex_voc.lua +++ b/arabluatex_voc.lua | |||
@@ -72,6 +72,16 @@ raw = { | |||
72 | } | 72 | } |
73 | 73 | ||
74 | lcuc = { | 74 | lcuc = { |
75 | -- (begin) loc mode needs these lines: | ||
76 | {a="th", b="Th"}, | ||
77 | {a="kh", b="Kh"}, | ||
78 | {a="dh", b="Dh"}, | ||
79 | {a="sh", b="Sh"}, | ||
80 | {a="gh", b="Gh"}, | ||
81 | -- additional characters: | ||
82 | {a="Ch", b="ch"}, | ||
83 | {a="zh", b="Zh"}, | ||
84 | -- (end) | ||
75 | {a="b", b="B"}, | 85 | {a="b", b="B"}, |
76 | {a="t", b="T"}, | 86 | {a="t", b="T"}, |
77 | {a="ṯ", b="Ṯ"}, | 87 | {a="ṯ", b="Ṯ"}, |
@@ -111,7 +121,7 @@ lcuc = { | |||
111 | {a="ž", b="Ž"}, | 121 | {a="ž", b="Ž"}, |
112 | {a="v", b="V"}, | 122 | {a="v", b="V"}, |
113 | {a="g", b="g"}, | 123 | {a="g", b="g"}, |
114 | {a="ñ", b="Ǹ"} | 124 | {a="ñ", b="Ñ"} |
115 | } | 125 | } |
116 | 126 | ||
117 | buckwalter = { | 127 | buckwalter = { |