-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddl_names.lisp
More file actions
256 lines (256 loc) · 13.7 KB
/
addl_names.lisp
File metadata and controls
256 lines (256 loc) · 13.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
((#x1e00 . "Latin_Capital_Letter_A_With_Ring_Below")
(#x1e01 . "Latin_Small_Letter_A_With_Ring_Below")
(#x1e02 . "Latin_Capital_Letter_B_With_Dot_Above")
(#x1e03 . "Latin_Small_Letter_B_With_Dot_Above")
(#x1e04 . "Latin_Capital_Letter_B_With_Dot_Below")
(#x1e05 . "Latin_Small_Letter_B_With_Dot_Below")
(#x1e06 . "Latin_Capital_Letter_B_With_Line_Below")
(#x1e07 . "Latin_Small_Letter_B_With_Line_Below")
(#x1e08 . "Latin_Capital_Letter_C_With_Cedilla_And_Acute")
(#x1e09 . "Latin_Small_Letter_C_With_Cedilla_And_Acute")
(#x1e0a . "Latin_Capital_Letter_D_With_Dot_Above")
(#x1e0b . "Latin_Small_Letter_D_With_Dot_Above")
(#x1e0c . "Latin_Capital_Letter_D_With_Dot_Below")
(#x1e0d . "Latin_Small_Letter_D_With_Dot_Below")
(#x1e0e . "Latin_Capital_Letter_D_With_Line_Below")
(#x1e0f . "Latin_Small_Letter_D_With_Line_Below")
(#x1e10 . "Latin_Capital_Letter_D_With_Cedilla")
(#x1e11 . "Latin_Small_Letter_D_With_Cedilla")
(#x1e12 . "Latin_Capital_Letter_D_With_Circumflex_Below")
(#x1e13 . "Latin_Small_Letter_D_With_Circumflex_Below")
(#x1e14 . "Latin_Capital_Letter_E_With_Macron_And_Grave")
(#x1e15 . "Latin_Small_Letter_E_With_Macron_And_Grave")
(#x1e16 . "Latin_Capital_Letter_E_With_Macron_And_Acute")
(#x1e17 . "Latin_Small_Letter_E_With_Macron_And_Acute")
(#x1e18 . "Latin_Capital_Letter_E_With_Circumflex_Below")
(#x1e19 . "Latin_Small_Letter_E_With_Circumflex_Below")
(#x1e1a . "Latin_Capital_Letter_E_With_Tilde_Below")
(#x1e1b . "Latin_Small_Letter_E_With_Tilde_Below")
(#x1e1c . "Latin_Capital_Letter_E_With_Cedilla_And_Breve")
(#x1e1d . "Latin_Small_Letter_E_With_Cedilla_And_Breve")
(#x1e1e . "Latin_Capital_Letter_F_With_Dot_Above")
(#x1e1f . "Latin_Small_Letter_F_With_Dot_Above")
(#x1e20 . "Latin_Capital_Letter_G_With_Macron")
(#x1e21 . "Latin_Small_Letter_G_With_Macron")
(#x1e22 . "Latin_Capital_Letter_H_With_Dot_Above")
(#x1e23 . "Latin_Small_Letter_H_With_Dot_Above")
(#x1e24 . "Latin_Capital_Letter_H_With_Dot_Below")
(#x1e25 . "Latin_Small_Letter_H_With_Dot_Below")
(#x1e26 . "Latin_Capital_Letter_H_With_Diaeresis")
(#x1e27 . "Latin_Small_Letter_H_With_Diaeresis")
(#x1e28 . "Latin_Capital_Letter_H_With_Cedilla")
(#x1e29 . "Latin_Small_Letter_H_With_Cedilla")
(#x1e2a . "Latin_Capital_Letter_H_With_Breve_Below")
(#x1e2b . "Latin_Small_Letter_H_With_Breve_Below")
(#x1e2c . "Latin_Capital_Letter_I_With_Tilde_Below")
(#x1e2d . "Latin_Small_Letter_I_With_Tilde_Below")
(#x1e2e . "Latin_Capital_Letter_I_With_Diaeresis_And_Acute")
(#x1e2f . "Latin_Small_Letter_I_With_Diaeresis_And_Acute")
(#x1e30 . "Latin_Capital_Letter_K_With_Acute")
(#x1e31 . "Latin_Small_Letter_K_With_Acute")
(#x1e32 . "Latin_Capital_Letter_K_With_Dot_Below")
(#x1e33 . "Latin_Small_Letter_K_With_Dot_Below")
(#x1e34 . "Latin_Capital_Letter_K_With_Line_Below")
(#x1e35 . "Latin_Small_Letter_K_With_Line_Below")
(#x1e36 . "Latin_Capital_Letter_L_With_Dot_Below")
(#x1e37 . "Latin_Small_Letter_L_With_Dot_Below")
(#x1e38 . "Latin_Capital_Letter_L_With_Dot_Below_And_Macron")
(#x1e39 . "Latin_Small_Letter_L_With_Dot_Below_And_Macron")
(#x1e3a . "Latin_Capital_Letter_L_With_Line_Below")
(#x1e3b . "Latin_Small_Letter_L_With_Line_Below")
(#x1e3c . "Latin_Capital_Letter_L_With_Circumflex_Below")
(#x1e3d . "Latin_Small_Letter_L_With_Circumflex_Below")
(#x1e3e . "Latin_Capital_Letter_M_With_Acute")
(#x1e3f . "Latin_Small_Letter_M_With_Acute")
(#x1e40 . "Latin_Capital_Letter_M_With_Dot_Above")
(#x1e41 . "Latin_Small_Letter_M_With_Dot_Above")
(#x1e42 . "Latin_Capital_Letter_M_With_Dot_Below")
(#x1e43 . "Latin_Small_Letter_M_With_Dot_Below")
(#x1e44 . "Latin_Capital_Letter_N_With_Dot_Above")
(#x1e45 . "Latin_Small_Letter_N_With_Dot_Above")
(#x1e46 . "Latin_Capital_Letter_N_With_Dot_Below")
(#x1e47 . "Latin_Small_Letter_N_With_Dot_Below")
(#x1e48 . "Latin_Capital_Letter_N_With_Line_Below")
(#x1e49 . "Latin_Small_Letter_N_With_Line_Below")
(#x1e4a . "Latin_Capital_Letter_N_With_Circumflex_Below")
(#x1e4b . "Latin_Small_Letter_N_With_Circumflex_Below")
(#x1e4c . "Latin_Capital_Letter_O_With_Tilde_And_Acute")
(#x1e4d . "Latin_Small_Letter_O_With_Tilde_And_Acute")
(#x1e4e . "Latin_Capital_Letter_O_With_Tilde_And_Diaeresis")
(#x1e4f . "Latin_Small_Letter_O_With_Tilde_And_Diaeresis")
(#x1e50 . "Latin_Capital_Letter_O_With_Macron_And_Grave")
(#x1e51 . "Latin_Small_Letter_O_With_Macron_And_Grave")
(#x1e52 . "Latin_Capital_Letter_O_With_Macron_And_Acute")
(#x1e53 . "Latin_Small_Letter_O_With_Macron_And_Acute")
(#x1e54 . "Latin_Capital_Letter_P_With_Acute")
(#x1e55 . "Latin_Small_Letter_P_With_Acute")
(#x1e56 . "Latin_Capital_Letter_P_With_Dot_Above")
(#x1e57 . "Latin_Small_Letter_P_With_Dot_Above")
(#x1e58 . "Latin_Capital_Letter_R_With_Dot_Above")
(#x1e59 . "Latin_Small_Letter_R_With_Dot_Above")
(#x1e5a . "Latin_Capital_Letter_R_With_Dot_Below")
(#x1e5b . "Latin_Small_Letter_R_With_Dot_Below")
(#x1e5c . "Latin_Capital_Letter_R_With_Dot_Below_And_Macron")
(#x1e5d . "Latin_Small_Letter_R_With_Dot_Below_And_Macron")
(#x1e5e . "Latin_Capital_Letter_R_With_Line_Below")
(#x1e5f . "Latin_Small_Letter_R_With_Line_Below")
(#x1e60 . "Latin_Capital_Letter_S_With_Dot_Above")
(#x1e61 . "Latin_Small_Letter_S_With_Dot_Above")
(#x1e62 . "Latin_Capital_Letter_S_With_Dot_Below")
(#x1e63 . "Latin_Small_Letter_S_With_Dot_Below")
(#x1e64 . "Latin_Capital_Letter_S_With_Acute_And_Dot_Above")
(#x1e65 . "Latin_Small_Letter_S_With_Acute_And_Dot_Above")
(#x1e66 . "Latin_Capital_Letter_S_With_Caron_And_Dot_Above")
(#x1e67 . "Latin_Small_Letter_S_With_Caron_And_Dot_Above")
(#x1e68 . "Latin_Capital_Letter_S_With_Dot_Below_And_Dot_Above")
(#x1e69 . "Latin_Small_Letter_S_With_Dot_Below_And_Dot_Above")
(#x1e6a . "Latin_Capital_Letter_T_With_Dot_Above")
(#x1e6b . "Latin_Small_Letter_T_With_Dot_Above")
(#x1e6c . "Latin_Capital_Letter_T_With_Dot_Below")
(#x1e6d . "Latin_Small_Letter_T_With_Dot_Below")
(#x1e6e . "Latin_Capital_Letter_T_With_Line_Below")
(#x1e6f . "Latin_Small_Letter_T_With_Line_Below")
(#x1e70 . "Latin_Capital_Letter_T_With_Circumflex_Below")
(#x1e71 . "Latin_Small_Letter_T_With_Circumflex_Below")
(#x1e72 . "Latin_Capital_Letter_U_With_Diaeresis_Below")
(#x1e73 . "Latin_Small_Letter_U_With_Diaeresis_Below")
(#x1e74 . "Latin_Capital_Letter_U_With_Tilde_Below")
(#x1e75 . "Latin_Small_Letter_U_With_Tilde_Below")
(#x1e76 . "Latin_Capital_Letter_U_With_Circumflex_Below")
(#x1e77 . "Latin_Small_Letter_U_With_Circumflex_Below")
(#x1e78 . "Latin_Capital_Letter_U_With_Tilde_And_Acute")
(#x1e79 . "Latin_Small_Letter_U_With_Tilde_And_Acute")
(#x1e7a . "Latin_Capital_Letter_U_With_Macron_And_Diaeresis")
(#x1e7b . "Latin_Small_Letter_U_With_Macron_And_Diaeresis")
(#x1e7c . "Latin_Capital_Letter_V_With_Tilde")
(#x1e7d . "Latin_Small_Letter_V_With_Tilde")
(#x1e7e . "Latin_Capital_Letter_V_With_Dot_Below")
(#x1e7f . "Latin_Small_Letter_V_With_Dot_Below")
(#x1e80 . "Latin_Capital_Letter_W_With_Grave")
(#x1e81 . "Latin_Small_Letter_W_With_Grave")
(#x1e82 . "Latin_Capital_Letter_W_With_Acute")
(#x1e83 . "Latin_Small_Letter_W_With_Acute")
(#x1e84 . "Latin_Capital_Letter_W_With_Diaeresis")
(#x1e85 . "Latin_Small_Letter_W_With_Diaeresis")
(#x1e86 . "Latin_Capital_Letter_W_With_Dot_Above")
(#x1e87 . "Latin_Small_Letter_W_With_Dot_Above")
(#x1e88 . "Latin_Capital_Letter_W_With_Dot_Below")
(#x1e89 . "Latin_Small_Letter_W_With_Dot_Below")
(#x1e8a . "Latin_Capital_Letter_X_With_Dot_Above")
(#x1e8b . "Latin_Small_Letter_X_With_Dot_Above")
(#x1e8c . "Latin_Capital_Letter_X_With_Diaeresis")
(#x1e8d . "Latin_Small_Letter_X_With_Diaeresis")
(#x1e8e . "Latin_Capital_Letter_Y_With_Dot_Above")
(#x1e8f . "Latin_Small_Letter_Y_With_Dot_Above")
(#x1e90 . "Latin_Capital_Letter_Z_With_Circumflex")
(#x1e91 . "Latin_Small_Letter_Z_With_Circumflex")
(#x1e92 . "Latin_Capital_Letter_Z_With_Dot_Below")
(#x1e93 . "Latin_Small_Letter_Z_With_Dot_Below")
(#x1e94 . "Latin_Capital_Letter_Z_With_Line_Below")
(#x1e95 . "Latin_Small_Letter_Z_With_Line_Below")
(#x1e96 . "Latin_Small_Letter_H_With_Line_Below")
(#x1e97 . "Latin_Small_Letter_T_With_Diaeresis")
(#x1e98 . "Latin_Small_Letter_W_With_Ring_Above")
(#x1e99 . "Latin_Small_Letter_Y_With_Ring_Above")
(#x1e9a . "Latin_Small_Letter_A_With_Right_Half_Ring")
(#x1e9b . "Latin_Small_Letter_Long_S_With_Dot_Above")
(#x1e9c . "Latin_Small_Letter_Long_S_With_Diagonal_Stroke")
(#x1e9d . "Latin_Small_Letter_Long_S_With_High_Stroke")
(#x1e9e . "Latin_Capital_Letter_Sharp_S")
(#x1e9f . "Latin_Small_Letter_Delta")
(#x1ea0 . "Latin_Capital_Letter_A_With_Dot_Below")
(#x1ea1 . "Latin_Small_Letter_A_With_Dot_Below")
(#x1ea2 . "Latin_Capital_Letter_A_With_Hook_Above")
(#x1ea3 . "Latin_Small_Letter_A_With_Hook_Above")
(#x1ea4 . "Latin_Capital_Letter_A_With_Circumflex_And_Acute")
(#x1ea5 . "Latin_Small_Letter_A_With_Circumflex_And_Acute")
(#x1ea6 . "Latin_Capital_Letter_A_With_Circumflex_And_Grave")
(#x1ea7 . "Latin_Small_Letter_A_With_Circumflex_And_Grave")
(#x1ea8 . "Latin_Capital_Letter_A_With_Circumflex_And_Hook_Above")
(#x1ea9 . "Latin_Small_Letter_A_With_Circumflex_And_Hook_Above")
(#x1eaa . "Latin_Capital_Letter_A_With_Circumflex_And_Tilde")
(#x1eab . "Latin_Small_Letter_A_With_Circumflex_And_Tilde")
(#x1eac . "Latin_Capital_Letter_A_With_Circumflex_And_Dot_Below")
(#x1ead . "Latin_Small_Letter_A_With_Circumflex_And_Dot_Below")
(#x1eae . "Latin_Capital_Letter_A_With_Breve_And_Acute")
(#x1eaf . "Latin_Small_Letter_A_With_Breve_And_Acute")
(#x1eb0 . "Latin_Capital_Letter_A_With_Breve_And_Grave")
(#x1eb1 . "Latin_Small_Letter_A_With_Breve_And_Grave")
(#x1eb2 . "Latin_Capital_Letter_A_With_Breve_And_Hook_Above")
(#x1eb3 . "Latin_Small_Letter_A_With_Breve_And_Hook_Above")
(#x1eb4 . "Latin_Capital_Letter_A_With_Breve_And_Tilde")
(#x1eb5 . "Latin_Small_Letter_A_With_Breve_And_Tilde")
(#x1eb6 . "Latin_Capital_Letter_A_With_Breve_And_Dot_Below")
(#x1eb7 . "Latin_Small_Letter_A_With_Breve_And_Dot_Below")
(#x1eb8 . "Latin_Capital_Letter_E_With_Dot_Below")
(#x1eb9 . "Latin_Small_Letter_E_With_Dot_Below")
(#x1eba . "Latin_Capital_Letter_E_With_Hook_Above")
(#x1ebb . "Latin_Small_Letter_E_With_Hook_Above")
(#x1ebc . "Latin_Capital_Letter_E_With_Tilde")
(#x1ebd . "Latin_Small_Letter_E_With_Tilde")
(#x1ebe . "Latin_Capital_Letter_E_With_Circumflex_And_Acute")
(#x1ebf . "Latin_Small_Letter_E_With_Circumflex_And_Acute")
(#x1ec0 . "Latin_Capital_Letter_E_With_Circumflex_And_Grave")
(#x1ec1 . "Latin_Small_Letter_E_With_Circumflex_And_Grave")
(#x1ec2 . "Latin_Capital_Letter_E_With_Circumflex_And_Hook_Above")
(#x1ec3 . "Latin_Small_Letter_E_With_Circumflex_And_Hook_Above")
(#x1ec4 . "Latin_Capital_Letter_E_With_Circumflex_And_Tilde")
(#x1ec5 . "Latin_Small_Letter_E_With_Circumflex_And_Tilde")
(#x1ec6 . "Latin_Capital_Letter_E_With_Circumflex_And_Dot_Below")
(#x1ec7 . "Latin_Small_Letter_E_With_Circumflex_And_Dot_Below")
(#x1ec8 . "Latin_Capital_Letter_I_With_Hook_Above")
(#x1ec9 . "Latin_Small_Letter_I_With_Hook_Above")
(#x1eca . "Latin_Capital_Letter_I_With_Dot_Below")
(#x1ecb . "Latin_Small_Letter_I_With_Dot_Below")
(#x1ecc . "Latin_Capital_Letter_O_With_Dot_Below")
(#x1ecd . "Latin_Small_Letter_O_With_Dot_Below")
(#x1ece . "Latin_Capital_Letter_O_With_Hook_Above")
(#x1ecf . "Latin_Small_Letter_O_With_Hook_Above")
(#x1ed0 . "Latin_Capital_Letter_O_With_Circumflex_And_Acute")
(#x1ed1 . "Latin_Small_Letter_O_With_Circumflex_And_Acute")
(#x1ed2 . "Latin_Capital_Letter_O_With_Circumflex_And_Grave")
(#x1ed3 . "Latin_Small_Letter_O_With_Circumflex_And_Grave")
(#x1ed4 . "Latin_Capital_Letter_O_With_Circumflex_And_Hook_Above")
(#x1ed5 . "Latin_Small_Letter_O_With_Circumflex_And_Hook_Above")
(#x1ed6 . "Latin_Capital_Letter_O_With_Circumflex_And_Tilde")
(#x1ed7 . "Latin_Small_Letter_O_With_Circumflex_And_Tilde")
(#x1ed8 . "Latin_Capital_Letter_O_With_Circumflex_And_Dot_Below")
(#x1ed9 . "Latin_Small_Letter_O_With_Circumflex_And_Dot_Below")
(#x1eda . "Latin_Capital_Letter_O_With_Horn_And_Acute")
(#x1edb . "Latin_Small_Letter_O_With_Horn_And_Acute")
(#x1edc . "Latin_Capital_Letter_O_With_Horn_And_Grave")
(#x1edd . "Latin_Small_Letter_O_With_Horn_And_Grave")
(#x1ede . "Latin_Capital_Letter_O_With_Horn_And_Hook_Above")
(#x1edf . "Latin_Small_Letter_O_With_Horn_And_Hook_Above")
(#x1ee0 . "Latin_Capital_Letter_O_With_Horn_And_Tilde")
(#x1ee1 . "Latin_Small_Letter_O_With_Horn_And_Tilde")
(#x1ee2 . "Latin_Capital_Letter_O_With_Horn_And_Dot_Below")
(#x1ee3 . "Latin_Small_Letter_O_With_Horn_And_Dot_Below")
(#x1ee4 . "Latin_Capital_Letter_U_With_Dot_Below")
(#x1ee5 . "Latin_Small_Letter_U_With_Dot_Below")
(#x1ee6 . "Latin_Capital_Letter_U_With_Hook_Above")
(#x1ee7 . "Latin_Small_Letter_U_With_Hook_Above")
(#x1ee8 . "Latin_Capital_Letter_U_With_Horn_And_Acute")
(#x1ee9 . "Latin_Small_Letter_U_With_Horn_And_Acute")
(#x1eea . "Latin_Capital_Letter_U_With_Horn_And_Grave")
(#x1eeb . "Latin_Small_Letter_U_With_Horn_And_Grave")
(#x1eec . "Latin_Capital_Letter_U_With_Horn_And_Hook_Above")
(#x1eed . "Latin_Small_Letter_U_With_Horn_And_Hook_Above")
(#x1eee . "Latin_Capital_Letter_U_With_Horn_And_Tilde")
(#x1eef . "Latin_Small_Letter_U_With_Horn_And_Tilde")
(#x1ef0 . "Latin_Capital_Letter_U_With_Horn_And_Dot_Below")
(#x1ef1 . "Latin_Small_Letter_U_With_Horn_And_Dot_Below")
(#x1ef2 . "Latin_Capital_Letter_Y_With_Grave")
(#x1ef3 . "Latin_Small_Letter_Y_With_Grave")
(#x1ef4 . "Latin_Capital_Letter_Y_With_Dot_Below")
(#x1ef5 . "Latin_Small_Letter_Y_With_Dot_Below")
(#x1ef6 . "Latin_Capital_Letter_Y_With_Hook_Above")
(#x1ef7 . "Latin_Small_Letter_Y_With_Hook_Above")
(#x1ef8 . "Latin_Capital_Letter_Y_With_Tilde")
(#x1ef9 . "Latin_Small_Letter_Y_With_Tilde")
(#x1efa . "Latin_Capital_Letter_Middle-welsh_Ll")
(#x1efb . "Latin_Small_Letter_Middle-welsh_Ll")
(#x1efc . "Latin_Capital_Letter_Middle-welsh_V")
(#x1efd . "Latin_Small_Letter_Middle-welsh_V")
(#x1efe . "Latin_Capital_Letter_Y_With_Loop")
(#x1eff . "Latin_Small_Letter_Y_With_Loop"))