diff options
Diffstat (limited to 'arabluatex_voc.lua')
-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 = { |