diff options
Diffstat (limited to 'arabluatex_voc.lua')
-rw-r--r-- | arabluatex_voc.lua | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/arabluatex_voc.lua b/arabluatex_voc.lua index f03fba0..cc31a3c 100644 --- a/arabluatex_voc.lua +++ b/arabluatex_voc.lua | |||
@@ -72,16 +72,6 @@ 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) | ||
85 | {a="b", b="B"}, | 75 | {a="b", b="B"}, |
86 | {a="t", b="T"}, | 76 | {a="t", b="T"}, |
87 | {a="ṯ", b="Ṯ"}, | 77 | {a="ṯ", b="Ṯ"}, |
@@ -93,7 +83,7 @@ lcuc = { | |||
93 | {a="ḏ", b="Ḏ"}, | 83 | {a="ḏ", b="Ḏ"}, |
94 | {a="r", b="R"}, | 84 | {a="r", b="R"}, |
95 | {a="z", b="Z"}, | 85 | {a="z", b="Z"}, |
96 | {a="s", b="s"}, | 86 | {a="s", b="S"}, |
97 | {a="š", b="Š"}, | 87 | {a="š", b="Š"}, |
98 | {a="ṣ", b="Ṣ"}, | 88 | {a="ṣ", b="Ṣ"}, |
99 | {a="ḍ", b="Ḍ"}, | 89 | {a="ḍ", b="Ḍ"}, |
@@ -120,8 +110,9 @@ lcuc = { | |||
120 | {a="č", b="Č"}, | 110 | {a="č", b="Č"}, |
121 | {a="ž", b="Ž"}, | 111 | {a="ž", b="Ž"}, |
122 | {a="v", b="V"}, | 112 | {a="v", b="V"}, |
123 | {a="g", b="g"}, | 113 | {a="g", b="G"}, |
124 | {a="ñ", b="Ñ"} | 114 | {a="ñ", b="Ñ"}, |
115 | {a="ch", b="Ch"}, -- loc | ||
125 | } | 116 | } |
126 | 117 | ||
127 | buckwalter = { | 118 | buckwalter = { |