codekingpro commited on
Commit
d85176e
·
verified ·
1 Parent(s): 7235b12

Add files using upload-large-folder tool

Browse files
Files changed (50) hide show
  1. git/usr/share/perl5/core_perl/unicore/To/InCB.pl +423 -0
  2. git/usr/share/perl5/core_perl/unicore/To/InPC.pl +664 -0
  3. git/usr/share/perl5/core_perl/unicore/To/InSC.pl +829 -0
  4. git/usr/share/perl5/core_perl/unicore/To/Isc.pl +20 -0
  5. git/usr/share/perl5/core_perl/unicore/To/Jg.pl +234 -0
  6. git/usr/share/perl5/core_perl/unicore/To/Jt.pl +539 -0
  7. git/usr/share/perl5/core_perl/unicore/To/kEHCat.pl +5087 -0
  8. git/usr/share/perl5/core_perl/unicore/To/kEHCore.pl +629 -0
  9. git/usr/share/perl5/core_perl/unicore/To/kEHDesc.pl +0 -0
  10. git/usr/share/perl5/core_perl/unicore/To/kEHFunc.pl +0 -0
  11. git/usr/share/perl5/core_perl/unicore/lib/Alpha/Y.pl +1528 -0
  12. git/usr/share/perl5/core_perl/unicore/lib/Bc/AL.pl +72 -0
  13. git/usr/share/perl5/core_perl/unicore/lib/Bc/AN.pl +32 -0
  14. git/usr/share/perl5/core_perl/unicore/lib/Bc/B.pl +24 -0
  15. git/usr/share/perl5/core_perl/unicore/lib/Bc/BN.pl +78 -0
  16. git/usr/share/perl5/core_perl/unicore/lib/Bc/CS.pl +40 -0
  17. git/usr/share/perl5/core_perl/unicore/lib/Bc/EN.pl +42 -0
  18. git/usr/share/perl5/core_perl/unicore/lib/Bc/ES.pl +32 -0
  19. git/usr/share/perl5/core_perl/unicore/lib/Bc/ET.pl +62 -0
  20. git/usr/share/perl5/core_perl/unicore/lib/Bc/L.pl +1003 -0
  21. git/usr/share/perl5/core_perl/unicore/lib/Bc/NSM.pl +718 -0
  22. git/usr/share/perl5/core_perl/unicore/lib/Bc/ON.pl +410 -0
  23. git/usr/share/perl5/core_perl/unicore/lib/Bc/R.pl +96 -0
  24. git/usr/share/perl5/core_perl/unicore/lib/Bc/WS.pl +28 -0
  25. git/usr/share/perl5/core_perl/unicore/lib/BidiC/Y.pl +22 -0
  26. git/usr/share/perl5/core_perl/unicore/lib/BidiM/Y.pl +242 -0
  27. git/usr/share/perl5/core_perl/unicore/lib/Blk/NB.pl +117 -0
  28. git/usr/share/perl5/core_perl/unicore/lib/Bpt/C.pl +142 -0
  29. git/usr/share/perl5/core_perl/unicore/lib/Bpt/N.pl +75 -0
  30. git/usr/share/perl5/core_perl/unicore/lib/Bpt/O.pl +142 -0
  31. git/usr/share/perl5/core_perl/unicore/lib/CE/Y.pl +80 -0
  32. git/usr/share/perl5/core_perl/unicore/lib/CI/Y.pl +918 -0
  33. git/usr/share/perl5/core_perl/unicore/lib/Cased/Y.pl +332 -0
  34. git/usr/share/perl5/core_perl/unicore/lib/Ccc/A.pl +276 -0
  35. git/usr/share/perl5/core_perl/unicore/lib/Ccc/AL.pl +22 -0
  36. git/usr/share/perl5/core_perl/unicore/lib/Ccc/AR.pl +26 -0
  37. git/usr/share/perl5/core_perl/unicore/lib/Ccc/ATAR.pl +22 -0
  38. git/usr/share/perl5/core_perl/unicore/lib/Ccc/B.pl +186 -0
  39. git/usr/share/perl5/core_perl/unicore/lib/Ccc/BR.pl +22 -0
  40. git/usr/share/perl5/core_perl/unicore/lib/Ccc/DB.pl +22 -0
  41. git/usr/share/perl5/core_perl/unicore/lib/Ccc/NK.pl +66 -0
  42. git/usr/share/perl5/core_perl/unicore/lib/Ccc/NR.pl +407 -0
  43. git/usr/share/perl5/core_perl/unicore/lib/Ccc/OV.pl +36 -0
  44. git/usr/share/perl5/core_perl/unicore/lib/Ccc/VR.pl +130 -0
  45. git/usr/share/perl5/core_perl/unicore/lib/CompEx/Y.pl +160 -0
  46. rust/.rustup/toolchains/stable-x86_64-pc-windows-msvc/lib/rustlib/src/rust/src/llvm-project/libunwind/src/AddressSpace.hpp +746 -0
  47. rust/.rustup/toolchains/stable-x86_64-pc-windows-msvc/lib/rustlib/src/rust/src/llvm-project/libunwind/src/CMakeLists.txt +278 -0
  48. rust/.rustup/toolchains/stable-x86_64-pc-windows-msvc/lib/rustlib/src/rust/src/llvm-project/libunwind/src/CompactUnwinder.hpp +709 -0
  49. rust/.rustup/toolchains/stable-x86_64-pc-windows-msvc/lib/rustlib/src/rust/src/llvm-project/libunwind/src/assembly.h +307 -0
  50. rust/.rustup/toolchains/stable-x86_64-pc-windows-msvc/lib/rustlib/src/rust/src/llvm-project/libunwind/src/config.h +260 -0
git/usr/share/perl5/core_perl/unicore/To/InCB.pl ADDED
@@ -0,0 +1,423 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
2
+ # This file is machine-generated by lib/unicore/mktables from the Unicode
3
+ # database, Version 16.0.0. Any changes made here will be lost!
4
+
5
+ # !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
6
+ # This file is for internal use by core Perl only. The format and even the
7
+ # name or existence of this file are subject to change without notice. Don't
8
+ # use it directly. Use Unicode::UCD to access the Unicode character data
9
+ # base.
10
+
11
+
12
+
13
+ # The name this table is to be known by, with the format of the mappings in
14
+ # the main body of the table, and what all code points missing from this file
15
+ # map to.
16
+ $Unicode::UCD::SwashInfo{'ToInCB'}{'format'} = 's'; # string
17
+ $Unicode::UCD::SwashInfo{'ToInCB'}{'missing'} = 'None';
18
+
19
+ return <<'END';
20
+ 300 36F Extend
21
+ 483 489 Extend
22
+ 591 5BD Extend
23
+ 5BF Extend
24
+ 5C1 5C2 Extend
25
+ 5C4 5C5 Extend
26
+ 5C7 Extend
27
+ 610 61A Extend
28
+ 64B 65F Extend
29
+ 670 Extend
30
+ 6D6 6DC Extend
31
+ 6DF 6E4 Extend
32
+ 6E7 6E8 Extend
33
+ 6EA 6ED Extend
34
+ 711 Extend
35
+ 730 74A Extend
36
+ 7A6 7B0 Extend
37
+ 7EB 7F3 Extend
38
+ 7FD Extend
39
+ 816 819 Extend
40
+ 81B 823 Extend
41
+ 825 827 Extend
42
+ 829 82D Extend
43
+ 859 85B Extend
44
+ 897 89F Extend
45
+ 8CA 8E1 Extend
46
+ 8E3 902 Extend
47
+ 915 939 Consonant
48
+ 93A Extend
49
+ 93C Extend
50
+ 941 948 Extend
51
+ 94D Linker
52
+ 951 957 Extend
53
+ 958 95F Consonant
54
+ 962 963 Extend
55
+ 978 97F Consonant
56
+ 981 Extend
57
+ 995 9A8 Consonant
58
+ 9AA 9B0 Consonant
59
+ 9B2 Consonant
60
+ 9B6 9B9 Consonant
61
+ 9BC Extend
62
+ 9BE Extend
63
+ 9C1 9C4 Extend
64
+ 9CD Linker
65
+ 9D7 Extend
66
+ 9DC 9DD Consonant
67
+ 9DF Consonant
68
+ 9E2 9E3 Extend
69
+ 9F0 9F1 Consonant
70
+ 9FE Extend
71
+ A01 A02 Extend
72
+ A3C Extend
73
+ A41 A42 Extend
74
+ A47 A48 Extend
75
+ A4B A4D Extend
76
+ A51 Extend
77
+ A70 A71 Extend
78
+ A75 Extend
79
+ A81 A82 Extend
80
+ A95 AA8 Consonant
81
+ AAA AB0 Consonant
82
+ AB2 AB3 Consonant
83
+ AB5 AB9 Consonant
84
+ ABC Extend
85
+ AC1 AC5 Extend
86
+ AC7 AC8 Extend
87
+ ACD Linker
88
+ AE2 AE3 Extend
89
+ AF9 Consonant
90
+ AFA AFF Extend
91
+ B01 Extend
92
+ B15 B28 Consonant
93
+ B2A B30 Consonant
94
+ B32 B33 Consonant
95
+ B35 B39 Consonant
96
+ B3C Extend
97
+ B3E B3F Extend
98
+ B41 B44 Extend
99
+ B4D Linker
100
+ B55 B57 Extend
101
+ B5C B5D Consonant
102
+ B5F Consonant
103
+ B62 B63 Extend
104
+ B71 Consonant
105
+ B82 Extend
106
+ BBE Extend
107
+ BC0 Extend
108
+ BCD Extend
109
+ BD7 Extend
110
+ C00 Extend
111
+ C04 Extend
112
+ C15 C28 Consonant
113
+ C2A C39 Consonant
114
+ C3C Extend
115
+ C3E C40 Extend
116
+ C46 C48 Extend
117
+ C4A C4C Extend
118
+ C4D Linker
119
+ C55 C56 Extend
120
+ C58 C5A Consonant
121
+ C62 C63 Extend
122
+ C81 Extend
123
+ CBC Extend
124
+ CBF CC0 Extend
125
+ CC2 Extend
126
+ CC6 CC8 Extend
127
+ CCA CCD Extend
128
+ CD5 CD6 Extend
129
+ CE2 CE3 Extend
130
+ D00 D01 Extend
131
+ D15 D3A Consonant
132
+ D3B D3C Extend
133
+ D3E Extend
134
+ D41 D44 Extend
135
+ D4D Linker
136
+ D57 Extend
137
+ D62 D63 Extend
138
+ D81 Extend
139
+ DCA Extend
140
+ DCF Extend
141
+ DD2 DD4 Extend
142
+ DD6 Extend
143
+ DDF Extend
144
+ E31 Extend
145
+ E34 E3A Extend
146
+ E47 E4E Extend
147
+ EB1 Extend
148
+ EB4 EBC Extend
149
+ EC8 ECE Extend
150
+ F18 F19 Extend
151
+ F35 Extend
152
+ F37 Extend
153
+ F39 Extend
154
+ F71 F7E Extend
155
+ F80 F84 Extend
156
+ F86 F87 Extend
157
+ F8D F97 Extend
158
+ F99 FBC Extend
159
+ FC6 Extend
160
+ 102D 1030 Extend
161
+ 1032 1037 Extend
162
+ 1039 103A Extend
163
+ 103D 103E Extend
164
+ 1058 1059 Extend
165
+ 105E 1060 Extend
166
+ 1071 1074 Extend
167
+ 1082 Extend
168
+ 1085 1086 Extend
169
+ 108D Extend
170
+ 109D Extend
171
+ 135D 135F Extend
172
+ 1712 1715 Extend
173
+ 1732 1734 Extend
174
+ 1752 1753 Extend
175
+ 1772 1773 Extend
176
+ 17B4 17B5 Extend
177
+ 17B7 17BD Extend
178
+ 17C6 Extend
179
+ 17C9 17D3 Extend
180
+ 17DD Extend
181
+ 180B 180D Extend
182
+ 180F Extend
183
+ 1885 1886 Extend
184
+ 18A9 Extend
185
+ 1920 1922 Extend
186
+ 1927 1928 Extend
187
+ 1932 Extend
188
+ 1939 193B Extend
189
+ 1A17 1A18 Extend
190
+ 1A1B Extend
191
+ 1A56 Extend
192
+ 1A58 1A5E Extend
193
+ 1A60 Extend
194
+ 1A62 Extend
195
+ 1A65 1A6C Extend
196
+ 1A73 1A7C Extend
197
+ 1A7F Extend
198
+ 1AB0 1ACE Extend
199
+ 1B00 1B03 Extend
200
+ 1B34 1B3D Extend
201
+ 1B42 1B44 Extend
202
+ 1B6B 1B73 Extend
203
+ 1B80 1B81 Extend
204
+ 1BA2 1BA5 Extend
205
+ 1BA8 1BAD Extend
206
+ 1BE6 Extend
207
+ 1BE8 1BE9 Extend
208
+ 1BED Extend
209
+ 1BEF 1BF3 Extend
210
+ 1C2C 1C33 Extend
211
+ 1C36 1C37 Extend
212
+ 1CD0 1CD2 Extend
213
+ 1CD4 1CE0 Extend
214
+ 1CE2 1CE8 Extend
215
+ 1CED Extend
216
+ 1CF4 Extend
217
+ 1CF8 1CF9 Extend
218
+ 1DC0 1DFF Extend
219
+ 200D Extend
220
+ 20D0 20F0 Extend
221
+ 2CEF 2CF1 Extend
222
+ 2D7F Extend
223
+ 2DE0 2DFF Extend
224
+ 302A 302F Extend
225
+ 3099 309A Extend
226
+ A66F A672 Extend
227
+ A674 A67D Extend
228
+ A69E A69F Extend
229
+ A6F0 A6F1 Extend
230
+ A802 Extend
231
+ A806 Extend
232
+ A80B Extend
233
+ A825 A826 Extend
234
+ A82C Extend
235
+ A8C4 A8C5 Extend
236
+ A8E0 A8F1 Extend
237
+ A8FF Extend
238
+ A926 A92D Extend
239
+ A947 A951 Extend
240
+ A953 Extend
241
+ A980 A982 Extend
242
+ A9B3 Extend
243
+ A9B6 A9B9 Extend
244
+ A9BC A9BD Extend
245
+ A9C0 Extend
246
+ A9E5 Extend
247
+ AA29 AA2E Extend
248
+ AA31 AA32 Extend
249
+ AA35 AA36 Extend
250
+ AA43 Extend
251
+ AA4C Extend
252
+ AA7C Extend
253
+ AAB0 Extend
254
+ AAB2 AAB4 Extend
255
+ AAB7 AAB8 Extend
256
+ AABE AABF Extend
257
+ AAC1 Extend
258
+ AAEC AAED Extend
259
+ AAF6 Extend
260
+ ABE5 Extend
261
+ ABE8 Extend
262
+ ABED Extend
263
+ FB1E Extend
264
+ FE00 FE0F Extend
265
+ FE20 FE2F Extend
266
+ FF9E FF9F Extend
267
+ 101FD Extend
268
+ 102E0 Extend
269
+ 10376 1037A Extend
270
+ 10A01 10A03 Extend
271
+ 10A05 10A06 Extend
272
+ 10A0C 10A0F Extend
273
+ 10A38 10A3A Extend
274
+ 10A3F Extend
275
+ 10AE5 10AE6 Extend
276
+ 10D24 10D27 Extend
277
+ 10D69 10D6D Extend
278
+ 10EAB 10EAC Extend
279
+ 10EFC 10EFF Extend
280
+ 10F46 10F50 Extend
281
+ 10F82 10F85 Extend
282
+ 11001 Extend
283
+ 11038 11046 Extend
284
+ 11070 Extend
285
+ 11073 11074 Extend
286
+ 1107F 11081 Extend
287
+ 110B3 110B6 Extend
288
+ 110B9 110BA Extend
289
+ 110C2 Extend
290
+ 11100 11102 Extend
291
+ 11127 1112B Extend
292
+ 1112D 11134 Extend
293
+ 11173 Extend
294
+ 11180 11181 Extend
295
+ 111B6 111BE Extend
296
+ 111C0 Extend
297
+ 111C9 111CC Extend
298
+ 111CF Extend
299
+ 1122F 11231 Extend
300
+ 11234 11237 Extend
301
+ 1123E Extend
302
+ 11241 Extend
303
+ 112DF Extend
304
+ 112E3 112EA Extend
305
+ 11300 11301 Extend
306
+ 1133B 1133C Extend
307
+ 1133E Extend
308
+ 11340 Extend
309
+ 1134D Extend
310
+ 11357 Extend
311
+ 11366 1136C Extend
312
+ 11370 11374 Extend
313
+ 113B8 Extend
314
+ 113BB 113C0 Extend
315
+ 113C2 Extend
316
+ 113C5 Extend
317
+ 113C7 113C9 Extend
318
+ 113CE 113D0 Extend
319
+ 113D2 Extend
320
+ 113E1 113E2 Extend
321
+ 11438 1143F Extend
322
+ 11442 11444 Extend
323
+ 11446 Extend
324
+ 1145E Extend
325
+ 114B0 Extend
326
+ 114B3 114B8 Extend
327
+ 114BA Extend
328
+ 114BD Extend
329
+ 114BF 114C0 Extend
330
+ 114C2 114C3 Extend
331
+ 115AF Extend
332
+ 115B2 115B5 Extend
333
+ 115BC 115BD Extend
334
+ 115BF 115C0 Extend
335
+ 115DC 115DD Extend
336
+ 11633 1163A Extend
337
+ 1163D Extend
338
+ 1163F 11640 Extend
339
+ 116AB Extend
340
+ 116AD Extend
341
+ 116B0 116B7 Extend
342
+ 1171D Extend
343
+ 1171F Extend
344
+ 11722 11725 Extend
345
+ 11727 1172B Extend
346
+ 1182F 11837 Extend
347
+ 11839 1183A Extend
348
+ 11930 Extend
349
+ 1193B 1193E Extend
350
+ 11943 Extend
351
+ 119D4 119D7 Extend
352
+ 119DA 119DB Extend
353
+ 119E0 Extend
354
+ 11A01 11A0A Extend
355
+ 11A33 11A38 Extend
356
+ 11A3B 11A3E Extend
357
+ 11A47 Extend
358
+ 11A51 11A56 Extend
359
+ 11A59 11A5B Extend
360
+ 11A8A 11A96 Extend
361
+ 11A98 11A99 Extend
362
+ 11C30 11C36 Extend
363
+ 11C38 11C3D Extend
364
+ 11C3F Extend
365
+ 11C92 11CA7 Extend
366
+ 11CAA 11CB0 Extend
367
+ 11CB2 11CB3 Extend
368
+ 11CB5 11CB6 Extend
369
+ 11D31 11D36 Extend
370
+ 11D3A Extend
371
+ 11D3C 11D3D Extend
372
+ 11D3F 11D45 Extend
373
+ 11D47 Extend
374
+ 11D90 11D91 Extend
375
+ 11D95 Extend
376
+ 11D97 Extend
377
+ 11EF3 11EF4 Extend
378
+ 11F00 11F01 Extend
379
+ 11F36 11F3A Extend
380
+ 11F40 11F42 Extend
381
+ 11F5A Extend
382
+ 13440 Extend
383
+ 13447 13455 Extend
384
+ 1611E 16129 Extend
385
+ 1612D 1612F Extend
386
+ 16AF0 16AF4 Extend
387
+ 16B30 16B36 Extend
388
+ 16F4F Extend
389
+ 16F8F 16F92 Extend
390
+ 16FE4 Extend
391
+ 16FF0 16FF1 Extend
392
+ 1BC9D 1BC9E Extend
393
+ 1CF00 1CF2D Extend
394
+ 1CF30 1CF46 Extend
395
+ 1D165 1D169 Extend
396
+ 1D16D 1D172 Extend
397
+ 1D17B 1D182 Extend
398
+ 1D185 1D18B Extend
399
+ 1D1AA 1D1AD Extend
400
+ 1D242 1D244 Extend
401
+ 1DA00 1DA36 Extend
402
+ 1DA3B 1DA6C Extend
403
+ 1DA75 Extend
404
+ 1DA84 Extend
405
+ 1DA9B 1DA9F Extend
406
+ 1DAA1 1DAAF Extend
407
+ 1E000 1E006 Extend
408
+ 1E008 1E018 Extend
409
+ 1E01B 1E021 Extend
410
+ 1E023 1E024 Extend
411
+ 1E026 1E02A Extend
412
+ 1E08F Extend
413
+ 1E130 1E136 Extend
414
+ 1E2AE Extend
415
+ 1E2EC 1E2EF Extend
416
+ 1E4EC 1E4EF Extend
417
+ 1E5EE 1E5EF Extend
418
+ 1E8D0 1E8D6 Extend
419
+ 1E944 1E94A Extend
420
+ 1F3FB 1F3FF Extend
421
+ E0020 E007F Extend
422
+ E0100 E01EF Extend
423
+ END
git/usr/share/perl5/core_perl/unicore/To/InPC.pl ADDED
@@ -0,0 +1,664 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
2
+ # This file is machine-generated by lib/unicore/mktables from the Unicode
3
+ # database, Version 16.0.0. Any changes made here will be lost!
4
+
5
+ # !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
6
+ # This file is for internal use by core Perl only. The format and even the
7
+ # name or existence of this file are subject to change without notice. Don't
8
+ # use it directly. Use Unicode::UCD to access the Unicode character data
9
+ # base.
10
+
11
+
12
+
13
+ # The name this table is to be known by, with the format of the mappings in
14
+ # the main body of the table, and what all code points missing from this file
15
+ # map to.
16
+ $Unicode::UCD::SwashInfo{'ToInPC'}{'format'} = 's'; # string
17
+ $Unicode::UCD::SwashInfo{'ToInPC'}{'missing'} = 'NA';
18
+
19
+ return <<'END';
20
+ 900 902 Top
21
+ 903 Right
22
+ 93A Top
23
+ 93B Right
24
+ 93C Bottom
25
+ 93E Right
26
+ 93F Left
27
+ 940 Right
28
+ 941 944 Bottom
29
+ 945 948 Top
30
+ 949 94C Right
31
+ 94D Bottom
32
+ 94E Left
33
+ 94F Right
34
+ 951 Top
35
+ 952 Bottom
36
+ 955 Top
37
+ 956 957 Bottom
38
+ 962 963 Bottom
39
+ 981 Top
40
+ 982 983 Right
41
+ 9BC Bottom
42
+ 9BE Right
43
+ 9BF Left
44
+ 9C0 Right
45
+ 9C1 9C4 Bottom
46
+ 9C7 9C8 Left
47
+ 9CB 9CC Left_And_Right
48
+ 9CD Bottom
49
+ 9D7 Right
50
+ 9E2 9E3 Bottom
51
+ 9FE Top
52
+ A01 A02 Top
53
+ A03 Right
54
+ A3C Bottom
55
+ A3E Right
56
+ A3F Left
57
+ A40 Right
58
+ A41 A42 Bottom
59
+ A47 A48 Top
60
+ A4B A4C Top
61
+ A4D Bottom
62
+ A51 Bottom
63
+ A70 A71 Top
64
+ A75 Bottom
65
+ A81 A82 Top
66
+ A83 Right
67
+ ABC Bottom
68
+ ABE Right
69
+ ABF Left
70
+ AC0 Right
71
+ AC1 AC4 Bottom
72
+ AC5 Top
73
+ AC7 AC8 Top
74
+ AC9 Top_And_Right
75
+ ACB ACC Right
76
+ ACD Bottom
77
+ AE2 AE3 Bottom
78
+ AFA AFF Top
79
+ B01 Top
80
+ B02 B03 Right
81
+ B3C Bottom
82
+ B3E Right
83
+ B3F Top
84
+ B40 Right
85
+ B41 B44 Bottom
86
+ B47 Left
87
+ B48 Top_And_Left
88
+ B4B Left_And_Right
89
+ B4C Top_And_Left_And_Right
90
+ B4D Bottom
91
+ B55 B56 Top
92
+ B57 Top_And_Right
93
+ B62 B63 Bottom
94
+ B82 Top
95
+ BBE BBF Right
96
+ BC0 Top
97
+ BC1 BC2 Right
98
+ BC6 BC8 Left
99
+ BCA BCC Left_And_Right
100
+ BCD Top
101
+ BD7 Right
102
+ C00 Top
103
+ C01 C03 Right
104
+ C04 Top
105
+ C3C Bottom
106
+ C3E C40 Top
107
+ C41 C44 Right
108
+ C46 C47 Top
109
+ C48 Top_And_Bottom
110
+ C4A C4D Top
111
+ C55 Top
112
+ C56 Bottom
113
+ C62 C63 Bottom
114
+ C81 Top
115
+ C82 C83 Right
116
+ CBC Bottom
117
+ CBE Right
118
+ CBF Top
119
+ CC0 Top_And_Right
120
+ CC1 CC4 Right
121
+ CC6 Top
122
+ CC7 CC8 Top_And_Right
123
+ CCA CCB Top_And_Right
124
+ CCC CCD Top
125
+ CD5 CD6 Right
126
+ CE2 CE3 Bottom
127
+ CF3 Right
128
+ D00 D01 Top
129
+ D02 D03 Right
130
+ D3B D3C Top
131
+ D3E D40 Right
132
+ D41 D44 Bottom
133
+ D46 D48 Left
134
+ D4A D4C Left_And_Right
135
+ D4D D4E Top
136
+ D57 Right
137
+ D62 D63 Bottom
138
+ D81 Top
139
+ D82 D83 Right
140
+ DCA Top
141
+ DCF DD1 Right
142
+ DD2 DD3 Top
143
+ DD4 Bottom
144
+ DD6 Bottom
145
+ DD8 Right
146
+ DD9 Left
147
+ DDA Top_And_Left
148
+ DDB Left
149
+ DDC Left_And_Right
150
+ DDD Top_And_Left_And_Right
151
+ DDE Left_And_Right
152
+ DDF Right
153
+ DF2 DF3 Right
154
+ E30 Right
155
+ E31 Top
156
+ E32 E33 Right
157
+ E34 E37 Top
158
+ E38 E3A Bottom
159
+ E40 E44 Visual_Order_Left
160
+ E45 Right
161
+ E47 E4E Top
162
+ EB0 Right
163
+ EB1 Top
164
+ EB2 EB3 Right
165
+ EB4 EB7 Top
166
+ EB8 EBA Bottom
167
+ EBB Top
168
+ EBC Bottom
169
+ EC0 EC4 Visual_Order_Left
170
+ EC8 ECE Top
171
+ F18 F19 Bottom
172
+ F35 Bottom
173
+ F37 Bottom
174
+ F39 Top
175
+ F3E Right
176
+ F3F Left
177
+ F71 Bottom
178
+ F72 Top
179
+ F73 Top_And_Bottom
180
+ F74 F75 Bottom
181
+ F76 F79 Top_And_Bottom
182
+ F7A F7E Top
183
+ F7F Right
184
+ F80 Top
185
+ F81 Top_And_Bottom
186
+ F82 F83 Top
187
+ F84 Bottom
188
+ F86 F87 Top
189
+ F8D F97 Bottom
190
+ F99 FBC Bottom
191
+ FC6 Bottom
192
+ 102B 102C Right
193
+ 102D 102E Top
194
+ 102F 1030 Bottom
195
+ 1031 Left
196
+ 1032 1036 Top
197
+ 1037 Bottom
198
+ 1038 Right
199
+ 103A Top
200
+ 103B Right
201
+ 103C Top_And_Bottom_And_Left
202
+ 103D 103E Bottom
203
+ 1056 1057 Right
204
+ 1058 1059 Bottom
205
+ 105E 1060 Bottom
206
+ 1062 1064 Right
207
+ 1067 106D Right
208
+ 1071 1074 Top
209
+ 1082 Bottom
210
+ 1083 Right
211
+ 1084 Left
212
+ 1085 1086 Top
213
+ 1087 108C Right
214
+ 108D Bottom
215
+ 108F Right
216
+ 109A 109C Right
217
+ 109D Top
218
+ 1712 Top
219
+ 1713 1714 Bottom
220
+ 1715 Right
221
+ 1732 Top
222
+ 1733 Bottom
223
+ 1734 Right
224
+ 1752 Top
225
+ 1753 Bottom
226
+ 1772 Top
227
+ 1773 Bottom
228
+ 17B6 Right
229
+ 17B7 17BA Top
230
+ 17BB 17BD Bottom
231
+ 17BE Top_And_Left
232
+ 17BF Top_And_Left_And_Right
233
+ 17C0 Left_And_Right
234
+ 17C1 17C3 Left
235
+ 17C4 17C5 Left_And_Right
236
+ 17C6 Top
237
+ 17C7 17C8 Right
238
+ 17C9 17D1 Top
239
+ 17D3 Top
240
+ 17DD Top
241
+ 1920 1921 Top
242
+ 1922 Bottom
243
+ 1923 1924 Right
244
+ 1925 1926 Top_And_Right
245
+ 1927 1928 Top
246
+ 1929 192B Right
247
+ 1930 1931 Right
248
+ 1932 Bottom
249
+ 1933 1938 Right
250
+ 1939 Bottom
251
+ 193A Top
252
+ 193B Bottom
253
+ 19B0 19B4 Right
254
+ 19B5 19B7 Visual_Order_Left
255
+ 19B8 19B9 Right
256
+ 19BA Visual_Order_Left
257
+ 19BB 19C0 Right
258
+ 19C8 19C9 Right
259
+ 1A17 Top
260
+ 1A18 Bottom
261
+ 1A19 Left
262
+ 1A1A Right
263
+ 1A1B Top
264
+ 1A55 Left
265
+ 1A56 Bottom
266
+ 1A57 Right
267
+ 1A58 1A5A Top
268
+ 1A5B 1A5E Bottom
269
+ 1A61 Right
270
+ 1A62 Top
271
+ 1A63 1A64 Right
272
+ 1A65 1A68 Top
273
+ 1A69 1A6A Bottom
274
+ 1A6B Top
275
+ 1A6C Bottom
276
+ 1A6D Right
277
+ 1A6E 1A72 Left
278
+ 1A73 1A7C Top
279
+ 1A7F Bottom
280
+ 1B00 1B03 Top
281
+ 1B04 Right
282
+ 1B34 Top
283
+ 1B35 Right
284
+ 1B36 1B37 Top
285
+ 1B38 1B3A Bottom
286
+ 1B3B Bottom_And_Right
287
+ 1B3C Top_And_Bottom
288
+ 1B3D Top_And_Bottom_And_Right
289
+ 1B3E 1B3F Left
290
+ 1B40 1B41 Left_And_Right
291
+ 1B42 Top
292
+ 1B43 Top_And_Right
293
+ 1B44 Right
294
+ 1B6B Top
295
+ 1B6C Bottom
296
+ 1B6D 1B73 Top
297
+ 1B80 1B81 Top
298
+ 1B82 Right
299
+ 1BA1 Right
300
+ 1BA2 1BA3 Bottom
301
+ 1BA4 Top
302
+ 1BA5 Bottom
303
+ 1BA6 Left
304
+ 1BA7 Right
305
+ 1BA8 1BA9 Top
306
+ 1BAA Right
307
+ 1BAC 1BAD Bottom
308
+ 1BE6 Top
309
+ 1BE7 Right
310
+ 1BE8 1BE9 Top
311
+ 1BEA 1BEC Right
312
+ 1BED Top
313
+ 1BEE Right
314
+ 1BEF 1BF1 Top
315
+ 1BF2 1BF3 Right
316
+ 1C24 1C26 Right
317
+ 1C27 1C28 Left
318
+ 1C29 Top_And_Left
319
+ 1C2A 1C2B Right
320
+ 1C2C Bottom
321
+ 1C2D 1C33 Top
322
+ 1C34 1C35 Left
323
+ 1C36 Top
324
+ 1C37 Bottom
325
+ 1CD0 1CD2 Top
326
+ 1CD4 Overstruck
327
+ 1CD5 1CD9 Bottom
328
+ 1CDA 1CDB Top
329
+ 1CDC 1CDF Bottom
330
+ 1CE0 Top
331
+ 1CE1 Right
332
+ 1CE2 1CE8 Overstruck
333
+ 1CED Bottom
334
+ 1CF4 Top
335
+ 1CF7 Right
336
+ 1DFB Top
337
+ 20F0 Top
338
+ A802 Top
339
+ A806 Top
340
+ A80B Top
341
+ A823 A824 Right
342
+ A825 Bottom
343
+ A826 Top
344
+ A827 Right
345
+ A82C Bottom
346
+ A880 A881 Right
347
+ A8B4 A8C3 Right
348
+ A8C4 Bottom
349
+ A8C5 Top
350
+ A8E0 A8F1 Top
351
+ A8FF Top
352
+ A926 A92A Top
353
+ A92B A92D Bottom
354
+ A947 A949 Bottom
355
+ A94A Top
356
+ A94B A94E Bottom
357
+ A94F A951 Top
358
+ A952 A953 Right
359
+ A980 A982 Top
360
+ A983 Right
361
+ A9B3 Top
362
+ A9B4 A9B5 Right
363
+ A9B6 A9B7 Top
364
+ A9B8 A9B9 Bottom
365
+ A9BA A9BB Left
366
+ A9BC Top
367
+ A9BD Bottom
368
+ A9BE Bottom_And_Right
369
+ A9BF Bottom_And_Left
370
+ A9C0 Bottom_And_Right
371
+ A9E5 Top
372
+ AA29 AA2C Top
373
+ AA2D Bottom
374
+ AA2E Top
375
+ AA2F AA30 Left
376
+ AA31 Top
377
+ AA32 Bottom
378
+ AA33 Right
379
+ AA34 Left
380
+ AA35 AA36 Bottom
381
+ AA43 Top
382
+ AA4C Top
383
+ AA4D Right
384
+ AA7B Right
385
+ AA7C Top
386
+ AA7D Right
387
+ AAB0 Top
388
+ AAB1 Right
389
+ AAB2 AAB3 Top
390
+ AAB4 Bottom
391
+ AAB5 AAB6 Visual_Order_Left
392
+ AAB7 AAB8 Top
393
+ AAB9 Visual_Order_Left
394
+ AABA Right
395
+ AABB AABC Visual_Order_Left
396
+ AABD Right
397
+ AABE AABF Top
398
+ AAC1 Top
399
+ AAEB Left
400
+ AAEC Bottom
401
+ AAED Top
402
+ AAEE Left
403
+ AAEF Right
404
+ AAF5 Right
405
+ ABE3 ABE4 Right
406
+ ABE5 Top
407
+ ABE6 ABE7 Right
408
+ ABE8 Bottom
409
+ ABE9 ABEA Right
410
+ ABEC Right
411
+ ABED Bottom
412
+ 10A01 Overstruck
413
+ 10A02 10A03 Bottom
414
+ 10A05 Top
415
+ 10A06 Overstruck
416
+ 10A0C 10A0E Bottom
417
+ 10A0F Top
418
+ 10A38 Top
419
+ 10A39 10A3A Bottom
420
+ 11000 Right
421
+ 11001 Top
422
+ 11002 Right
423
+ 11038 1103B Top
424
+ 1103C 11041 Bottom
425
+ 11042 11046 Top
426
+ 11070 Top
427
+ 11073 11074 Top
428
+ 11080 11081 Top
429
+ 11082 Right
430
+ 110B0 Right
431
+ 110B1 Left
432
+ 110B2 Right
433
+ 110B3 110B4 Bottom
434
+ 110B5 110B6 Top
435
+ 110B7 110B8 Right
436
+ 110B9 110BA Bottom
437
+ 110C2 Bottom
438
+ 11100 11102 Top
439
+ 11127 11129 Top
440
+ 1112A 1112B Bottom
441
+ 1112C Left
442
+ 1112D Top
443
+ 1112E 1112F Top_And_Bottom
444
+ 11130 Top
445
+ 11131 11132 Bottom
446
+ 11134 Top
447
+ 11145 11146 Right
448
+ 11173 Bottom
449
+ 11180 11181 Top
450
+ 11182 Right
451
+ 111B3 Right
452
+ 111B4 Left
453
+ 111B5 Right
454
+ 111B6 111BB Bottom
455
+ 111BC 111BE Top
456
+ 111BF Top_And_Right
457
+ 111C0 Right
458
+ 111C2 111C3 Top
459
+ 111C9 111CA Bottom
460
+ 111CB Top
461
+ 111CC Bottom
462
+ 111CE Left
463
+ 111CF Top
464
+ 1122C 1122E Right
465
+ 1122F Bottom
466
+ 11230 11231 Top
467
+ 11232 11233 Top_And_Right
468
+ 11234 Top
469
+ 11235 Right
470
+ 11236 11237 Top
471
+ 1123E Top
472
+ 11241 Bottom
473
+ 112DF Top
474
+ 112E0 Right
475
+ 112E1 Left
476
+ 112E2 Right
477
+ 112E3 112E4 Bottom
478
+ 112E5 112E8 Top
479
+ 112E9 112EA Bottom
480
+ 11300 11301 Top
481
+ 11302 11303 Right
482
+ 1133B 1133C Bottom
483
+ 1133E 1133F Right
484
+ 11340 Top
485
+ 11341 11344 Right
486
+ 11347 11348 Left
487
+ 1134B 1134C Left_And_Right
488
+ 1134D Right
489
+ 11357 Right
490
+ 11362 11363 Right
491
+ 11366 1136C Top
492
+ 11370 11374 Top
493
+ 113B8 Right
494
+ 113B9 113BA Top_And_Right
495
+ 113BB 113C0 Bottom
496
+ 113C2 Left
497
+ 113C5 Left
498
+ 113C7 113C8 Left_And_Right
499
+ 113C9 113CA Right
500
+ 113CC 113CD Right
501
+ 113CE Top
502
+ 113CF Right
503
+ 113D1 Top
504
+ 113D2 Bottom
505
+ 113E1 Top
506
+ 113E2 Bottom
507
+ 11435 Right
508
+ 11436 Left
509
+ 11437 Right
510
+ 11438 1143D Bottom
511
+ 1143E 1143F Top
512
+ 11440 11441 Right
513
+ 11442 Bottom
514
+ 11443 11444 Top
515
+ 11445 Right
516
+ 11446 Bottom
517
+ 1145E Top
518
+ 114B0 Right
519
+ 114B1 Left
520
+ 114B2 Right
521
+ 114B3 114B8 Bottom
522
+ 114B9 Left
523
+ 114BA Top
524
+ 114BB Top_And_Left
525
+ 114BC Left_And_Right
526
+ 114BD Right
527
+ 114BE Left_And_Right
528
+ 114BF 114C0 Top
529
+ 114C1 Right
530
+ 114C2 114C3 Bottom
531
+ 115AF Right
532
+ 115B0 Left
533
+ 115B1 Right
534
+ 115B2 115B5 Bottom
535
+ 115B8 Left
536
+ 115B9 Top_And_Left
537
+ 115BA Left_And_Right
538
+ 115BB Top_And_Left_And_Right
539
+ 115BC 115BD Top
540
+ 115BE Right
541
+ 115BF 115C0 Bottom
542
+ 115DC 115DD Bottom
543
+ 11630 11632 Right
544
+ 11633 11638 Bottom
545
+ 11639 1163A Top
546
+ 1163B 1163C Right
547
+ 1163D Top
548
+ 1163E Right
549
+ 1163F Bottom
550
+ 11640 Top
551
+ 116AB Top
552
+ 116AC Right
553
+ 116AD Top
554
+ 116AE Left
555
+ 116AF Right
556
+ 116B0 116B1 Bottom
557
+ 116B2 116B5 Top
558
+ 116B6 Right
559
+ 116B7 Bottom
560
+ 1171D Bottom
561
+ 1171E Top_And_Bottom_And_Left
562
+ 1171F Top
563
+ 11720 11721 Right
564
+ 11722 11723 Top
565
+ 11724 11725 Bottom
566
+ 11726 Left
567
+ 11727 Top
568
+ 11728 Bottom
569
+ 11729 1172B Top
570
+ 1182C Right
571
+ 1182D Left
572
+ 1182E Right
573
+ 1182F 11832 Bottom
574
+ 11833 11837 Top
575
+ 11838 Right
576
+ 11839 1183A Bottom
577
+ 11930 11934 Right
578
+ 11935 Left
579
+ 11937 Left
580
+ 11938 Left_And_Right
581
+ 1193B 1193C Top
582
+ 1193D Right
583
+ 1193F Top
584
+ 11940 Right
585
+ 11941 Top
586
+ 11942 Bottom_And_Right
587
+ 11943 Bottom
588
+ 119D1 Right
589
+ 119D2 Left
590
+ 119D3 Right
591
+ 119D4 119D7 Bottom
592
+ 119DA 119DB Top
593
+ 119DC 119DF Right
594
+ 119E0 Bottom
595
+ 119E4 Left
596
+ 11A01 Top
597
+ 11A02 11A03 Bottom
598
+ 11A04 11A09 Top
599
+ 11A0A Bottom
600
+ 11A33 11A34 Bottom
601
+ 11A35 11A38 Top
602
+ 11A39 Right
603
+ 11A3A Top
604
+ 11A3B 11A3E Bottom
605
+ 11A51 Top
606
+ 11A52 11A53 Bottom
607
+ 11A54 11A56 Top
608
+ 11A57 11A58 Right
609
+ 11A59 11A5B Bottom
610
+ 11A84 11A89 Top
611
+ 11A8A 11A95 Bottom
612
+ 11A96 Top
613
+ 11A97 Right
614
+ 11A98 Top
615
+ 11C2F Right
616
+ 11C30 11C31 Top
617
+ 11C32 11C36 Bottom
618
+ 11C38 11C3D Top
619
+ 11C3E Right
620
+ 11C3F Bottom
621
+ 11C92 11CA7 Bottom
622
+ 11CA9 Right
623
+ 11CAA 11CB0 Bottom
624
+ 11CB1 Left
625
+ 11CB2 Bottom
626
+ 11CB3 Top
627
+ 11CB4 Right
628
+ 11CB5 11CB6 Top
629
+ 11D31 11D35 Top
630
+ 11D36 Bottom
631
+ 11D3A Top
632
+ 11D3C 11D3D Top
633
+ 11D3F 11D41 Top
634
+ 11D42 Bottom
635
+ 11D43 Top
636
+ 11D44 Bottom
637
+ 11D46 Right
638
+ 11D47 Bottom
639
+ 11D8A 11D8E Right
640
+ 11D90 11D91 Top
641
+ 11D93 11D94 Right
642
+ 11D95 Top
643
+ 11D96 Right
644
+ 11EF3 Top
645
+ 11EF4 Bottom
646
+ 11EF5 Left
647
+ 11EF6 Right
648
+ 11F00 11F02 Top
649
+ 11F03 Right
650
+ 11F34 11F35 Right
651
+ 11F36 11F37 Top
652
+ 11F38 11F3A Bottom
653
+ 11F3E 11F3F Left
654
+ 11F40 Top
655
+ 11F41 Right
656
+ 11F5A Top
657
+ 1611E 16129 Top
658
+ 1612A 1612B Left
659
+ 1612C Right
660
+ 1612D Top
661
+ 1612E 1612F Bottom
662
+ 16D40 16D42 Right
663
+ 16D63 16D6C Right
664
+ END
git/usr/share/perl5/core_perl/unicore/To/InSC.pl ADDED
@@ -0,0 +1,829 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
2
+ # This file is machine-generated by lib/unicore/mktables from the Unicode
3
+ # database, Version 16.0.0. Any changes made here will be lost!
4
+
5
+ # !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
6
+ # This file is for internal use by core Perl only. The format and even the
7
+ # name or existence of this file are subject to change without notice. Don't
8
+ # use it directly. Use Unicode::UCD to access the Unicode character data
9
+ # base.
10
+
11
+
12
+
13
+ # The name this table is to be known by, with the format of the mappings in
14
+ # the main body of the table, and what all code points missing from this file
15
+ # map to.
16
+ $Unicode::UCD::SwashInfo{'ToInSC'}{'format'} = 's'; # string
17
+ $Unicode::UCD::SwashInfo{'ToInSC'}{'missing'} = 'Other';
18
+
19
+ return <<'END';
20
+ 2D Consonant_Placeholder
21
+ 30 39 Number
22
+ A0 Consonant_Placeholder
23
+ B2 B3 Syllable_Modifier
24
+ D7 Consonant_Placeholder
25
+ 900 902 Bindu
26
+ 903 Visarga
27
+ 904 914 Vowel_Independent
28
+ 915 939 Consonant
29
+ 93A 93B Vowel_Dependent
30
+ 93C Nukta
31
+ 93D Avagraha
32
+ 93E 94C Vowel_Dependent
33
+ 94D Virama
34
+ 94E 94F Vowel_Dependent
35
+ 951 952 Cantillation_Mark
36
+ 955 957 Vowel_Dependent
37
+ 958 95F Consonant
38
+ 960 961 Vowel_Independent
39
+ 962 963 Vowel_Dependent
40
+ 966 96F Number
41
+ 972 977 Vowel_Independent
42
+ 978 97F Consonant
43
+ 980 Consonant_Placeholder
44
+ 981 982 Bindu
45
+ 983 Visarga
46
+ 985 98C Vowel_Independent
47
+ 98F 990 Vowel_Independent
48
+ 993 994 Vowel_Independent
49
+ 995 9A8 Consonant
50
+ 9AA 9B0 Consonant
51
+ 9B2 Consonant
52
+ 9B6 9B9 Consonant
53
+ 9BC Nukta
54
+ 9BD Avagraha
55
+ 9BE 9C4 Vowel_Dependent
56
+ 9C7 9C8 Vowel_Dependent
57
+ 9CB 9CC Vowel_Dependent
58
+ 9CD Virama
59
+ 9CE Consonant_Dead
60
+ 9D7 Vowel_Dependent
61
+ 9DC 9DD Consonant
62
+ 9DF Consonant
63
+ 9E0 9E1 Vowel_Independent
64
+ 9E2 9E3 Vowel_Dependent
65
+ 9E6 9EF Number
66
+ 9F0 9F1 Consonant
67
+ 9FC Bindu
68
+ 9FE Syllable_Modifier
69
+ A01 A02 Bindu
70
+ A03 Visarga
71
+ A05 A0A Vowel_Independent
72
+ A0F A10 Vowel_Independent
73
+ A13 A14 Vowel_Independent
74
+ A15 A28 Consonant
75
+ A2A A30 Consonant
76
+ A32 A33 Consonant
77
+ A35 A36 Consonant
78
+ A38 A39 Consonant
79
+ A3C Nukta
80
+ A3E A42 Vowel_Dependent
81
+ A47 A48 Vowel_Dependent
82
+ A4B A4C Vowel_Dependent
83
+ A4D Virama
84
+ A51 Cantillation_Mark
85
+ A59 A5C Consonant
86
+ A5E Consonant
87
+ A66 A6F Number
88
+ A70 Bindu
89
+ A71 Gemination_Mark
90
+ A72 A73 Consonant_Placeholder
91
+ A75 Consonant_Medial
92
+ A81 A82 Bindu
93
+ A83 Visarga
94
+ A85 A8D Vowel_Independent
95
+ A8F A91 Vowel_Independent
96
+ A93 A94 Vowel_Independent
97
+ A95 AA8 Consonant
98
+ AAA AB0 Consonant
99
+ AB2 AB3 Consonant
100
+ AB5 AB9 Consonant
101
+ ABC Nukta
102
+ ABD Avagraha
103
+ ABE AC5 Vowel_Dependent
104
+ AC7 AC9 Vowel_Dependent
105
+ ACB ACC Vowel_Dependent
106
+ ACD Virama
107
+ AE0 AE1 Vowel_Independent
108
+ AE2 AE3 Vowel_Dependent
109
+ AE6 AEF Number
110
+ AF9 Consonant
111
+ AFA Cantillation_Mark
112
+ AFB Gemination_Mark
113
+ AFC Cantillation_Mark
114
+ AFD AFF Nukta
115
+ B01 B02 Bindu
116
+ B03 Visarga
117
+ B05 B0C Vowel_Independent
118
+ B0F B10 Vowel_Independent
119
+ B13 B14 Vowel_Independent
120
+ B15 B28 Consonant
121
+ B2A B30 Consonant
122
+ B32 B33 Consonant
123
+ B35 B39 Consonant
124
+ B3C Nukta
125
+ B3D Avagraha
126
+ B3E B44 Vowel_Dependent
127
+ B47 B48 Vowel_Dependent
128
+ B4B B4C Vowel_Dependent
129
+ B4D Virama
130
+ B55 B57 Vowel_Dependent
131
+ B5C B5D Consonant
132
+ B5F Consonant
133
+ B60 B61 Vowel_Independent
134
+ B62 B63 Vowel_Dependent
135
+ B66 B6F Number
136
+ B71 Consonant
137
+ B82 Bindu
138
+ B83 Modifying_Letter
139
+ B85 B8A Vowel_Independent
140
+ B8E B90 Vowel_Independent
141
+ B92 B94 Vowel_Independent
142
+ B95 Consonant
143
+ B99 B9A Consonant
144
+ B9C Consonant
145
+ B9E B9F Consonant
146
+ BA3 BA4 Consonant
147
+ BA8 BAA Consonant
148
+ BAE BB9 Consonant
149
+ BBE BC2 Vowel_Dependent
150
+ BC6 BC8 Vowel_Dependent
151
+ BCA BCC Vowel_Dependent
152
+ BCD Virama
153
+ BD7 Vowel_Dependent
154
+ BE6 BEF Number
155
+ C00 C02 Bindu
156
+ C03 Visarga
157
+ C04 Bindu
158
+ C05 C0C Vowel_Independent
159
+ C0E C10 Vowel_Independent
160
+ C12 C14 Vowel_Independent
161
+ C15 C28 Consonant
162
+ C2A C39 Consonant
163
+ C3C Nukta
164
+ C3D Avagraha
165
+ C3E C44 Vowel_Dependent
166
+ C46 C48 Vowel_Dependent
167
+ C4A C4C Vowel_Dependent
168
+ C4D Virama
169
+ C55 C56 Vowel_Dependent
170
+ C58 C5A Consonant
171
+ C5D Consonant_Dead
172
+ C60 C61 Vowel_Independent
173
+ C62 C63 Vowel_Dependent
174
+ C66 C6F Number
175
+ C80 C82 Bindu
176
+ C83 Visarga
177
+ C85 C8C Vowel_Independent
178
+ C8E C90 Vowel_Independent
179
+ C92 C94 Vowel_Independent
180
+ C95 CA8 Consonant
181
+ CAA CB3 Consonant
182
+ CB5 CB9 Consonant
183
+ CBC Nukta
184
+ CBD Avagraha
185
+ CBE CC4 Vowel_Dependent
186
+ CC6 CC8 Vowel_Dependent
187
+ CCA CCC Vowel_Dependent
188
+ CCD Virama
189
+ CD5 CD6 Vowel_Dependent
190
+ CDD Consonant_Dead
191
+ CDE Consonant
192
+ CE0 CE1 Vowel_Independent
193
+ CE2 CE3 Vowel_Dependent
194
+ CE6 CEF Number
195
+ CF1 CF2 Consonant_With_Stacker
196
+ CF3 Bindu
197
+ D00 D02 Bindu
198
+ D03 Visarga
199
+ D04 Bindu
200
+ D05 D0C Vowel_Independent
201
+ D0E D10 Vowel_Independent
202
+ D12 D14 Vowel_Independent
203
+ D15 D3A Consonant
204
+ D3B D3C Pure_Killer
205
+ D3D Avagraha
206
+ D3E D44 Vowel_Dependent
207
+ D46 D48 Vowel_Dependent
208
+ D4A D4C Vowel_Dependent
209
+ D4D Virama
210
+ D4E Consonant_Preceding_Repha
211
+ D54 D56 Consonant_Dead
212
+ D57 Vowel_Dependent
213
+ D5F D61 Vowel_Independent
214
+ D62 D63 Vowel_Dependent
215
+ D66 D6F Number
216
+ D7A D7F Consonant_Dead
217
+ D81 D82 Bindu
218
+ D83 Visarga
219
+ D85 D96 Vowel_Independent
220
+ D9A DB1 Consonant
221
+ DB3 DBB Consonant
222
+ DBD Consonant
223
+ DC0 DC6 Consonant
224
+ DCA Virama
225
+ DCF DD4 Vowel_Dependent
226
+ DD6 Vowel_Dependent
227
+ DD8 DDF Vowel_Dependent
228
+ DE6 DEF Number
229
+ DF2 DF3 Vowel_Dependent
230
+ E01 E2E Consonant
231
+ E30 E39 Vowel_Dependent
232
+ E3A Pure_Killer
233
+ E40 E45 Vowel_Dependent
234
+ E47 Vowel_Dependent
235
+ E48 E4B Tone_Mark
236
+ E4C Consonant_Killer
237
+ E4D Bindu
238
+ E4E Pure_Killer
239
+ E50 E59 Number
240
+ E81 E82 Consonant
241
+ E84 Consonant
242
+ E86 E8A Consonant
243
+ E8C EA3 Consonant
244
+ EA5 Consonant
245
+ EA7 EAE Consonant
246
+ EB0 EB9 Vowel_Dependent
247
+ EBA Pure_Killer
248
+ EBB Vowel_Dependent
249
+ EBC EBD Consonant_Medial
250
+ EC0 EC4 Vowel_Dependent
251
+ EC8 ECB Tone_Mark
252
+ ECD Bindu
253
+ ECE Syllable_Modifier
254
+ ED0 ED9 Number
255
+ EDC EDF Consonant
256
+ F20 F33 Number
257
+ F35 Syllable_Modifier
258
+ F37 Syllable_Modifier
259
+ F39 Nukta
260
+ F40 F47 Consonant
261
+ F49 F6C Consonant
262
+ F71 F7D Vowel_Dependent
263
+ F7E Bindu
264
+ F7F Visarga
265
+ F80 F81 Vowel_Dependent
266
+ F82 F83 Bindu
267
+ F84 Pure_Killer
268
+ F85 Avagraha
269
+ F88 F8C Consonant_Head_Letter
270
+ F8D F97 Consonant_Subjoined
271
+ F99 FBC Consonant_Subjoined
272
+ FC6 Syllable_Modifier
273
+ 1000 1020 Consonant
274
+ 1021 102A Vowel_Independent
275
+ 102B 1035 Vowel_Dependent
276
+ 1036 Bindu
277
+ 1037 Tone_Mark
278
+ 1038 Visarga
279
+ 1039 Invisible_Stacker
280
+ 103A Pure_Killer
281
+ 103B 103E Consonant_Medial
282
+ 103F Consonant
283
+ 1040 1049 Number
284
+ 104B Consonant_Placeholder
285
+ 104E Consonant_Placeholder
286
+ 1050 1051 Consonant
287
+ 1052 1055 Vowel_Independent
288
+ 1056 1059 Vowel_Dependent
289
+ 105A 105D Consonant
290
+ 105E 1060 Consonant_Medial
291
+ 1061 Consonant
292
+ 1062 Vowel_Dependent
293
+ 1063 1064 Tone_Mark
294
+ 1065 1066 Consonant
295
+ 1067 1068 Vowel_Dependent
296
+ 1069 106D Tone_Mark
297
+ 106E 1070 Consonant
298
+ 1071 1074 Vowel_Dependent
299
+ 1075 1081 Consonant
300
+ 1082 Consonant_Medial
301
+ 1083 1086 Vowel_Dependent
302
+ 1087 108D Tone_Mark
303
+ 108E Consonant
304
+ 108F Tone_Mark
305
+ 1090 1099 Number
306
+ 109A 109B Tone_Mark
307
+ 109C 109D Vowel_Dependent
308
+ 1700 1702 Vowel_Independent
309
+ 1703 1711 Consonant
310
+ 1712 1713 Vowel_Dependent
311
+ 1714 1715 Pure_Killer
312
+ 171F Consonant
313
+ 1720 1722 Vowel_Independent
314
+ 1723 1731 Consonant
315
+ 1732 1733 Vowel_Dependent
316
+ 1734 Pure_Killer
317
+ 1740 1742 Vowel_Independent
318
+ 1743 1751 Consonant
319
+ 1752 1753 Vowel_Dependent
320
+ 1760 1762 Vowel_Independent
321
+ 1763 176C Consonant
322
+ 176E 1770 Consonant
323
+ 1772 1773 Vowel_Dependent
324
+ 1780 17A2 Consonant
325
+ 17A3 17B3 Vowel_Independent
326
+ 17B6 17C5 Vowel_Dependent
327
+ 17C6 Bindu
328
+ 17C7 Visarga
329
+ 17C8 Vowel_Dependent
330
+ 17C9 17CA Register_Shifter
331
+ 17CB Syllable_Modifier
332
+ 17CC Consonant_Succeeding_Repha
333
+ 17CD Consonant_Killer
334
+ 17CE 17D0 Syllable_Modifier
335
+ 17D1 Pure_Killer
336
+ 17D2 Invisible_Stacker
337
+ 17D3 Syllable_Modifier
338
+ 17DC Avagraha
339
+ 17DD Syllable_Modifier
340
+ 17E0 17E9 Number
341
+ 1900 Consonant_Placeholder
342
+ 1901 191E Consonant
343
+ 1920 1928 Vowel_Dependent
344
+ 1929 192B Consonant_Subjoined
345
+ 1930 1931 Consonant_Final
346
+ 1932 Bindu
347
+ 1933 1939 Consonant_Final
348
+ 193A Vowel_Dependent
349
+ 193B Syllable_Modifier
350
+ 1946 194F Number
351
+ 1950 1962 Consonant
352
+ 1963 196D Vowel
353
+ 1970 1974 Tone_Letter
354
+ 1980 19AB Consonant
355
+ 19B0 19C0 Vowel_Dependent
356
+ 19C1 19C7 Consonant_Final
357
+ 19C8 19C9 Tone_Mark
358
+ 19D0 19DA Number
359
+ 1A00 1A16 Consonant
360
+ 1A17 1A1B Vowel_Dependent
361
+ 1A20 1A4C Consonant
362
+ 1A4D 1A52 Vowel_Independent
363
+ 1A53 1A54 Consonant
364
+ 1A55 1A56 Consonant_Medial
365
+ 1A57 Consonant_Subjoined
366
+ 1A58 1A59 Consonant_Final
367
+ 1A5A Consonant_Initial_Postfixed
368
+ 1A5B 1A5E Consonant_Subjoined
369
+ 1A60 Invisible_Stacker
370
+ 1A61 1A73 Vowel_Dependent
371
+ 1A74 Bindu
372
+ 1A75 1A79 Tone_Mark
373
+ 1A7A Pure_Killer
374
+ 1A7B 1A7C Syllable_Modifier
375
+ 1A7F Syllable_Modifier
376
+ 1A80 1A89 Number
377
+ 1A90 1A99 Number
378
+ 1B00 1B02 Bindu
379
+ 1B03 Consonant_Final
380
+ 1B04 Visarga
381
+ 1B05 1B12 Vowel_Independent
382
+ 1B13 1B33 Consonant
383
+ 1B34 Nukta
384
+ 1B35 1B43 Vowel_Dependent
385
+ 1B44 Virama
386
+ 1B45 1B4C Consonant
387
+ 1B50 1B59 Number
388
+ 1B80 Bindu
389
+ 1B81 Consonant_Final
390
+ 1B82 Visarga
391
+ 1B83 1B89 Vowel_Independent
392
+ 1B8A 1BA0 Consonant
393
+ 1BA1 1BA3 Consonant_Subjoined
394
+ 1BA4 1BA9 Vowel_Dependent
395
+ 1BAA Pure_Killer
396
+ 1BAB Invisible_Stacker
397
+ 1BAC 1BAD Consonant_Subjoined
398
+ 1BAE 1BAF Consonant
399
+ 1BB0 1BB9 Number
400
+ 1BBA Avagraha
401
+ 1BBB 1BBD Consonant
402
+ 1BBE 1BBF Consonant_Final
403
+ 1BC0 1BE3 Consonant
404
+ 1BE4 1BE5 Vowel_Independent
405
+ 1BE6 Nukta
406
+ 1BE7 1BEF Vowel_Dependent
407
+ 1BF0 1BF1 Consonant_Final
408
+ 1BF2 1BF3 Reordering_Killer
409
+ 1C00 1C23 Consonant
410
+ 1C24 1C25 Consonant_Subjoined
411
+ 1C26 1C2C Vowel_Dependent
412
+ 1C2D 1C33 Consonant_Final
413
+ 1C34 1C35 Bindu
414
+ 1C36 Syllable_Modifier
415
+ 1C37 Nukta
416
+ 1C40 1C49 Number
417
+ 1C4D 1C4F Consonant
418
+ 1CD0 1CD2 Cantillation_Mark
419
+ 1CD4 1CE1 Cantillation_Mark
420
+ 1CF2 1CF3 Consonant_Dead
421
+ 1CF4 Cantillation_Mark
422
+ 1CF5 1CF6 Consonant_With_Stacker
423
+ 1CF7 1CF9 Cantillation_Mark
424
+ 1CFA Consonant_Placeholder
425
+ 1DFB Syllable_Modifier
426
+ 200C Non_Joiner
427
+ 200D Joiner
428
+ 2010 2014 Consonant_Placeholder
429
+ 2074 Syllable_Modifier
430
+ 2082 2084 Syllable_Modifier
431
+ 20F0 Cantillation_Mark
432
+ 25CC Consonant_Placeholder
433
+ A800 A801 Vowel_Independent
434
+ A802 Vowel_Dependent
435
+ A803 A805 Vowel_Independent
436
+ A806 Virama
437
+ A807 A80A Consonant
438
+ A80B Bindu
439
+ A80C A822 Consonant
440
+ A823 A827 Vowel_Dependent
441
+ A82C Pure_Killer
442
+ A840 A85D Consonant
443
+ A85E A861 Vowel
444
+ A862 A865 Consonant
445
+ A866 Vowel
446
+ A867 A868 Consonant_Subjoined
447
+ A869 A870 Consonant
448
+ A871 Consonant_Subjoined
449
+ A872 Consonant
450
+ A873 Bindu
451
+ A880 Bindu
452
+ A881 Visarga
453
+ A882 A891 Vowel_Independent
454
+ A892 A8B3 Consonant
455
+ A8B4 Consonant_Medial
456
+ A8B5 A8C3 Vowel_Dependent
457
+ A8C4 Virama
458
+ A8C5 Bindu
459
+ A8D0 A8D9 Number
460
+ A8E0 A8F1 Cantillation_Mark
461
+ A8F2 A8F3 Bindu
462
+ A8FE Vowel_Independent
463
+ A8FF Vowel_Dependent
464
+ A900 A909 Number
465
+ A90A A921 Consonant
466
+ A922 A92A Vowel
467
+ A92B A92D Tone_Mark
468
+ A930 A946 Consonant
469
+ A947 A94E Vowel_Dependent
470
+ A94F A952 Consonant_Final
471
+ A953 Pure_Killer
472
+ A980 A981 Bindu
473
+ A982 Consonant_Final
474
+ A983 Visarga
475
+ A984 A988 Vowel_Independent
476
+ A989 A98B Consonant
477
+ A98C A98E Vowel_Independent
478
+ A98F A9B2 Consonant
479
+ A9B3 Nukta
480
+ A9B4 A9BC Vowel_Dependent
481
+ A9BD A9BF Consonant_Medial
482
+ A9C0 Virama
483
+ A9D0 A9D9 Number
484
+ A9E0 A9E4 Consonant
485
+ A9E5 Vowel_Dependent
486
+ A9E7 A9EF Consonant
487
+ A9F0 A9F9 Number
488
+ A9FA A9FE Consonant
489
+ AA00 AA05 Vowel_Independent
490
+ AA06 AA28 Consonant
491
+ AA29 AA32 Vowel_Dependent
492
+ AA33 AA36 Consonant_Medial
493
+ AA40 AA4D Consonant_Final
494
+ AA50 AA59 Number
495
+ AA60 AA6F Consonant
496
+ AA71 AA73 Consonant
497
+ AA74 AA76 Consonant_Placeholder
498
+ AA7A Consonant
499
+ AA7B AA7D Tone_Mark
500
+ AA7E AAAF Consonant
501
+ AAB0 AABE Vowel_Dependent
502
+ AABF Tone_Mark
503
+ AAC0 Tone_Letter
504
+ AAC1 Tone_Mark
505
+ AAC2 Tone_Letter
506
+ AAE0 AAE1 Vowel_Independent
507
+ AAE2 AAEA Consonant
508
+ AAEB AAEF Vowel_Dependent
509
+ AAF5 Visarga
510
+ AAF6 Invisible_Stacker
511
+ ABC0 ABCD Consonant
512
+ ABCE ABCF Vowel_Independent
513
+ ABD0 Consonant
514
+ ABD1 Vowel_Independent
515
+ ABD2 ABDA Consonant
516
+ ABDB ABE2 Consonant_Final
517
+ ABE3 ABEA Vowel_Dependent
518
+ ABEC Tone_Mark
519
+ ABED Pure_Killer
520
+ ABF0 ABF9 Number
521
+ 10A00 Consonant
522
+ 10A01 10A03 Vowel_Dependent
523
+ 10A05 10A06 Vowel_Dependent
524
+ 10A0C 10A0D Vowel_Dependent
525
+ 10A0E Bindu
526
+ 10A0F Visarga
527
+ 10A10 10A13 Consonant
528
+ 10A15 10A17 Consonant
529
+ 10A19 10A35 Consonant
530
+ 10A38 10A3A Nukta
531
+ 10A3F Invisible_Stacker
532
+ 10A40 10A48 Number
533
+ 11000 11001 Bindu
534
+ 11002 Visarga
535
+ 11003 11004 Consonant_With_Stacker
536
+ 11005 11012 Vowel_Independent
537
+ 11013 11037 Consonant
538
+ 11038 11045 Vowel_Dependent
539
+ 11046 Virama
540
+ 11052 11065 Brahmi_Joining_Number
541
+ 11066 1106F Number
542
+ 11070 Pure_Killer
543
+ 11071 11072 Vowel_Independent
544
+ 11073 11074 Vowel_Dependent
545
+ 11075 Consonant
546
+ 1107F Number_Joiner
547
+ 11080 11081 Bindu
548
+ 11082 Visarga
549
+ 11083 1108C Vowel_Independent
550
+ 1108D 110AF Consonant
551
+ 110B0 110B8 Vowel_Dependent
552
+ 110B9 Virama
553
+ 110BA Nukta
554
+ 110C2 Vowel_Dependent
555
+ 11100 11101 Bindu
556
+ 11102 Visarga
557
+ 11103 11106 Vowel_Independent
558
+ 11107 11126 Consonant
559
+ 11127 11132 Vowel_Dependent
560
+ 11133 Invisible_Stacker
561
+ 11134 Pure_Killer
562
+ 11136 1113F Number
563
+ 11144 Consonant
564
+ 11145 11146 Vowel_Dependent
565
+ 11147 Consonant
566
+ 11150 11154 Vowel
567
+ 11155 11172 Consonant
568
+ 11173 Nukta
569
+ 11180 11181 Bindu
570
+ 11182 Visarga
571
+ 11183 11190 Vowel_Independent
572
+ 11191 111B2 Consonant
573
+ 111B3 111BF Vowel_Dependent
574
+ 111C0 Virama
575
+ 111C1 Avagraha
576
+ 111C2 111C3 Consonant_Prefixed
577
+ 111C9 Syllable_Modifier
578
+ 111CA Nukta
579
+ 111CB 111CC Vowel_Dependent
580
+ 111CE Vowel_Dependent
581
+ 111CF Bindu
582
+ 111D0 111D9 Number
583
+ 111E1 111F4 Number
584
+ 11200 11207 Vowel_Independent
585
+ 11208 11211 Consonant
586
+ 11213 1122B Consonant
587
+ 1122C 11233 Vowel_Dependent
588
+ 11234 Bindu
589
+ 11235 Virama
590
+ 11236 Nukta
591
+ 11237 Gemination_Mark
592
+ 1123E Cantillation_Mark
593
+ 1123F Consonant
594
+ 11240 Vowel_Independent
595
+ 11241 Vowel_Dependent
596
+ 11280 11283 Vowel_Independent
597
+ 11284 11286 Consonant
598
+ 11288 Consonant
599
+ 1128A 1128D Consonant
600
+ 1128F 1129D Consonant
601
+ 1129F 112A8 Consonant
602
+ 112B0 112B9 Vowel_Independent
603
+ 112BA 112DE Consonant
604
+ 112DF Bindu
605
+ 112E0 112E8 Vowel_Dependent
606
+ 112E9 Nukta
607
+ 112EA Pure_Killer
608
+ 112F0 112F9 Number
609
+ 11300 11302 Bindu
610
+ 11303 Visarga
611
+ 11305 1130C Vowel_Independent
612
+ 1130F 11310 Vowel_Independent
613
+ 11313 11314 Vowel_Independent
614
+ 11315 11328 Consonant
615
+ 1132A 11330 Consonant
616
+ 11332 11333 Consonant
617
+ 11335 11339 Consonant
618
+ 1133B 1133C Nukta
619
+ 1133D Avagraha
620
+ 1133E 11344 Vowel_Dependent
621
+ 11347 11348 Vowel_Dependent
622
+ 1134B 1134C Vowel_Dependent
623
+ 1134D Virama
624
+ 11357 Vowel_Dependent
625
+ 1135E 1135F Bindu
626
+ 11360 11361 Vowel_Independent
627
+ 11362 11363 Vowel_Dependent
628
+ 11366 1136C Cantillation_Mark
629
+ 11370 11374 Cantillation_Mark
630
+ 11380 11389 Vowel_Independent
631
+ 1138B Vowel_Independent
632
+ 1138E Vowel_Independent
633
+ 11390 11391 Vowel_Independent
634
+ 11392 113B5 Consonant
635
+ 113B7 Avagraha
636
+ 113B8 113C0 Vowel_Dependent
637
+ 113C2 Vowel_Dependent
638
+ 113C5 Vowel_Dependent
639
+ 113C7 113C9 Vowel_Dependent
640
+ 113CA Bindu
641
+ 113CC Bindu
642
+ 113CD Visarga
643
+ 113CE 113CF Pure_Killer
644
+ 113D0 Invisible_Stacker
645
+ 113D1 Consonant_Preceding_Repha
646
+ 113D2 Gemination_Mark
647
+ 113E1 113E2 Cantillation_Mark
648
+ 11400 1140D Vowel_Independent
649
+ 1140E 11434 Consonant
650
+ 11435 11441 Vowel_Dependent
651
+ 11442 Virama
652
+ 11443 11444 Bindu
653
+ 11445 Visarga
654
+ 11446 Nukta
655
+ 11447 Avagraha
656
+ 11450 11459 Number
657
+ 1145E Syllable_Modifier
658
+ 1145F Bindu
659
+ 11460 11461 Consonant_With_Stacker
660
+ 11481 1148E Vowel_Independent
661
+ 1148F 114AF Consonant
662
+ 114B0 114BE Vowel_Dependent
663
+ 114BF 114C0 Bindu
664
+ 114C1 Visarga
665
+ 114C2 Virama
666
+ 114C3 Nukta
667
+ 114C4 Avagraha
668
+ 114D0 114D9 Number
669
+ 11580 1158D Vowel_Independent
670
+ 1158E 115AE Consonant
671
+ 115AF 115B5 Vowel_Dependent
672
+ 115B8 115BB Vowel_Dependent
673
+ 115BC 115BD Bindu
674
+ 115BE Visarga
675
+ 115BF Virama
676
+ 115C0 Nukta
677
+ 115D8 115DB Vowel_Independent
678
+ 115DC 115DD Vowel_Dependent
679
+ 11600 1160D Vowel_Independent
680
+ 1160E 1162F Consonant
681
+ 11630 1163C Vowel_Dependent
682
+ 1163D Bindu
683
+ 1163E Visarga
684
+ 1163F Virama
685
+ 11640 Vowel_Dependent
686
+ 11650 11659 Number
687
+ 11680 11689 Vowel_Independent
688
+ 1168A 116AA Consonant
689
+ 116AB Bindu
690
+ 116AC Visarga
691
+ 116AD 116B5 Vowel_Dependent
692
+ 116B6 Virama
693
+ 116B7 Nukta
694
+ 116B8 Consonant
695
+ 116C0 116C9 Number
696
+ 116D0 116E3 Number
697
+ 11700 1171A Consonant
698
+ 1171D 1171F Consonant_Medial
699
+ 11720 1172A Vowel_Dependent
700
+ 1172B Pure_Killer
701
+ 11730 1173B Number
702
+ 11740 11746 Consonant
703
+ 11800 11809 Vowel_Independent
704
+ 1180A 1182B Consonant
705
+ 1182C 11836 Vowel_Dependent
706
+ 11837 Bindu
707
+ 11838 Visarga
708
+ 11839 Virama
709
+ 1183A Nukta
710
+ 11900 11906 Vowel_Independent
711
+ 11909 Vowel_Independent
712
+ 1190C 11913 Consonant
713
+ 11915 11916 Consonant
714
+ 11918 1192F Consonant
715
+ 11930 11935 Vowel_Dependent
716
+ 11937 11938 Vowel_Dependent
717
+ 1193B 1193C Bindu
718
+ 1193D Pure_Killer
719
+ 1193E Invisible_Stacker
720
+ 1193F Consonant_Prefixed
721
+ 11940 Consonant_Medial
722
+ 11941 Consonant_Preceding_Repha
723
+ 11942 Consonant_Medial
724
+ 11943 Nukta
725
+ 11950 11959 Number
726
+ 119A0 119A7 Vowel_Independent
727
+ 119AA 119AD Vowel_Independent
728
+ 119AE 119D0 Consonant
729
+ 119D1 119D7 Vowel_Dependent
730
+ 119DA 119DD Vowel_Dependent
731
+ 119DE Bindu
732
+ 119DF Visarga
733
+ 119E0 Virama
734
+ 119E1 Avagraha
735
+ 119E4 Vowel_Dependent
736
+ 11A00 Vowel_Independent
737
+ 11A01 11A0A Vowel_Dependent
738
+ 11A0B 11A32 Consonant
739
+ 11A33 Syllable_Modifier
740
+ 11A34 Pure_Killer
741
+ 11A35 11A38 Bindu
742
+ 11A39 Visarga
743
+ 11A3A Consonant_Prefixed
744
+ 11A3B 11A3E Consonant_Medial
745
+ 11A3F Consonant_Placeholder
746
+ 11A45 Consonant_Placeholder
747
+ 11A47 Invisible_Stacker
748
+ 11A50 Vowel_Independent
749
+ 11A51 11A5B Vowel_Dependent
750
+ 11A5C 11A83 Consonant
751
+ 11A84 11A89 Consonant_Prefixed
752
+ 11A8A 11A95 Consonant_Final
753
+ 11A96 Bindu
754
+ 11A97 Visarga
755
+ 11A98 Gemination_Mark
756
+ 11A99 Invisible_Stacker
757
+ 11A9D Avagraha
758
+ 11C00 11C08 Vowel_Independent
759
+ 11C0A 11C0D Vowel_Independent
760
+ 11C0E 11C2E Consonant
761
+ 11C2F 11C36 Vowel_Dependent
762
+ 11C38 11C3B Vowel_Dependent
763
+ 11C3C 11C3D Bindu
764
+ 11C3E Visarga
765
+ 11C3F Virama
766
+ 11C40 Avagraha
767
+ 11C50 11C6C Number
768
+ 11C72 11C8F Consonant
769
+ 11C92 11CA7 Consonant_Subjoined
770
+ 11CA9 11CAF Consonant_Subjoined
771
+ 11CB0 11CB4 Vowel_Dependent
772
+ 11CB5 11CB6 Bindu
773
+ 11D00 11D06 Vowel_Independent
774
+ 11D08 11D09 Vowel_Independent
775
+ 11D0B Vowel_Independent
776
+ 11D0C 11D30 Consonant
777
+ 11D31 11D36 Vowel_Dependent
778
+ 11D3A Vowel_Dependent
779
+ 11D3C 11D3D Vowel_Dependent
780
+ 11D3F Vowel_Dependent
781
+ 11D40 Bindu
782
+ 11D41 Visarga
783
+ 11D42 Nukta
784
+ 11D43 Vowel_Dependent
785
+ 11D44 Pure_Killer
786
+ 11D45 Invisible_Stacker
787
+ 11D46 Consonant_Preceding_Repha
788
+ 11D47 Consonant_Medial
789
+ 11D50 11D59 Number
790
+ 11D60 11D65 Vowel_Independent
791
+ 11D67 11D68 Vowel_Independent
792
+ 11D6A 11D6B Vowel_Independent
793
+ 11D6C 11D89 Consonant
794
+ 11D8A 11D8E Vowel_Dependent
795
+ 11D90 11D91 Vowel_Dependent
796
+ 11D93 11D94 Vowel_Dependent
797
+ 11D95 Bindu
798
+ 11D96 Visarga
799
+ 11D97 Invisible_Stacker
800
+ 11DA0 11DA9 Number
801
+ 11EE0 11EF1 Consonant
802
+ 11EF2 Consonant_Placeholder
803
+ 11EF3 11EF6 Vowel_Dependent
804
+ 11F00 11F01 Bindu
805
+ 11F02 Consonant_Preceding_Repha
806
+ 11F03 Visarga
807
+ 11F04 11F10 Vowel_Independent
808
+ 11F12 11F33 Consonant
809
+ 11F34 11F3A Vowel_Dependent
810
+ 11F3E 11F40 Vowel_Dependent
811
+ 11F41 Pure_Killer
812
+ 11F42 Invisible_Stacker
813
+ 11F50 11F59 Number
814
+ 11F5A Nukta
815
+ 16100 Vowel_Independent
816
+ 16101 1611D Consonant
817
+ 1611E 16129 Vowel_Dependent
818
+ 1612A 1612C Consonant_Medial
819
+ 1612D Bindu
820
+ 1612E Consonant_Medial
821
+ 1612F Pure_Killer
822
+ 16130 16139 Number
823
+ 16D40 16D41 Bindu
824
+ 16D42 Visarga
825
+ 16D43 16D62 Consonant
826
+ 16D63 16D6A Vowel_Dependent
827
+ 16D6B 16D6C Pure_Killer
828
+ 16D70 16D79 Number
829
+ END
git/usr/share/perl5/core_perl/unicore/To/Isc.pl ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
2
+ # This file is machine-generated by lib/unicore/mktables from the Unicode
3
+ # database, Version 16.0.0. Any changes made here will be lost!
4
+
5
+ # !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
6
+ # This file is for internal use by core Perl only. The format and even the
7
+ # name or existence of this file are subject to change without notice. Don't
8
+ # use it directly. Use Unicode::UCD to access the Unicode character data
9
+ # base.
10
+
11
+
12
+
13
+ # The name this table is to be known by, with the format of the mappings in
14
+ # the main body of the table, and what all code points missing from this file
15
+ # map to.
16
+ $Unicode::UCD::SwashInfo{'ToIsc'}{'format'} = 'd'; # single decimal digit
17
+ $Unicode::UCD::SwashInfo{'ToIsc'}{'missing'} = ''; # code point maps to the empty string
18
+
19
+ return <<'END';
20
+ END
git/usr/share/perl5/core_perl/unicore/To/Jg.pl ADDED
@@ -0,0 +1,234 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
2
+ # This file is machine-generated by lib/unicore/mktables from the Unicode
3
+ # database, Version 16.0.0. Any changes made here will be lost!
4
+
5
+ # !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
6
+ # This file is for internal use by core Perl only. The format and even the
7
+ # name or existence of this file are subject to change without notice. Don't
8
+ # use it directly. Use Unicode::UCD to access the Unicode character data
9
+ # base.
10
+
11
+
12
+
13
+ # The name this table is to be known by, with the format of the mappings in
14
+ # the main body of the table, and what all code points missing from this file
15
+ # map to.
16
+ $Unicode::UCD::SwashInfo{'ToJg'}{'format'} = 's'; # string
17
+ $Unicode::UCD::SwashInfo{'ToJg'}{'missing'} = 'No_Joining_Group';
18
+
19
+ return <<'END';
20
+ 620 Kashmiri_Yeh
21
+ 622 623 Alef
22
+ 624 Waw
23
+ 625 Alef
24
+ 626 Yeh
25
+ 627 Alef
26
+ 628 Beh
27
+ 629 Teh_Marbuta
28
+ 62A 62B Beh
29
+ 62C 62E Hah
30
+ 62F 630 Dal
31
+ 631 632 Reh
32
+ 633 634 Seen
33
+ 635 636 Sad
34
+ 637 638 Tah
35
+ 639 63A Ain
36
+ 63B 63C Gaf
37
+ 63D 63F Farsi_Yeh
38
+ 641 Feh
39
+ 642 Qaf
40
+ 643 Kaf
41
+ 644 Lam
42
+ 645 Meem
43
+ 646 Noon
44
+ 647 Heh
45
+ 648 Waw
46
+ 649 64A Yeh
47
+ 66E Beh
48
+ 66F Qaf
49
+ 671 673 Alef
50
+ 675 Alef
51
+ 676 677 Waw
52
+ 678 Yeh
53
+ 679 680 Beh
54
+ 681 687 Hah
55
+ 688 690 Dal
56
+ 691 699 Reh
57
+ 69A 69C Seen
58
+ 69D 69E Sad
59
+ 69F Tah
60
+ 6A0 Ain
61
+ 6A1 6A6 Feh
62
+ 6A7 6A8 Qaf
63
+ 6A9 Gaf
64
+ 6AA Swash_Kaf
65
+ 6AB Gaf
66
+ 6AC 6AE Kaf
67
+ 6AF 6B4 Gaf
68
+ 6B5 6B8 Lam
69
+ 6B9 6BC Noon
70
+ 6BD Nya
71
+ 6BE Knotted_Heh
72
+ 6BF Hah
73
+ 6C0 Teh_Marbuta
74
+ 6C1 6C2 Heh_Goal
75
+ 6C3 Teh_Marbuta_Goal
76
+ 6C4 6CB Waw
77
+ 6CC Farsi_Yeh
78
+ 6CD Yeh_With_Tail
79
+ 6CE Farsi_Yeh
80
+ 6CF Waw
81
+ 6D0 6D1 Yeh
82
+ 6D2 6D3 Yeh_Barree
83
+ 6D5 Teh_Marbuta
84
+ 6EE Dal
85
+ 6EF Reh
86
+ 6FA Seen
87
+ 6FB Sad
88
+ 6FC Ain
89
+ 6FF Knotted_Heh
90
+ 710 Alaph
91
+ 712 Beth
92
+ 713 714 Gamal
93
+ 715 716 Dalath_Rish
94
+ 717 He
95
+ 718 Syriac_Waw
96
+ 719 Zain
97
+ 71A Heth
98
+ 71B 71C Teth
99
+ 71D Yudh
100
+ 71E Yudh_He
101
+ 71F Kaph
102
+ 720 Lamadh
103
+ 721 Mim
104
+ 722 Nun
105
+ 723 Semkath
106
+ 724 Final_Semkath
107
+ 725 E
108
+ 726 Pe
109
+ 727 Reversed_Pe
110
+ 728 Sadhe
111
+ 729 Qaph
112
+ 72A Dalath_Rish
113
+ 72B Shin
114
+ 72C Taw
115
+ 72D Beth
116
+ 72E Gamal
117
+ 72F Dalath_Rish
118
+ 74D Zhain
119
+ 74E Khaph
120
+ 74F Fe
121
+ 750 756 Beh
122
+ 757 758 Hah
123
+ 759 75A Dal
124
+ 75B Reh
125
+ 75C Seen
126
+ 75D 75F Ain
127
+ 760 761 Feh
128
+ 762 764 Gaf
129
+ 765 766 Meem
130
+ 767 769 Noon
131
+ 76A Lam
132
+ 76B 76C Reh
133
+ 76D Seen
134
+ 76E 76F Hah
135
+ 770 Seen
136
+ 771 Reh
137
+ 772 Hah
138
+ 773 774 Alef
139
+ 775 776 Farsi_Yeh
140
+ 777 Yeh
141
+ 778 779 Waw
142
+ 77A 77B Burushaski_Yeh_Barree
143
+ 77C Hah
144
+ 77D 77E Seen
145
+ 77F Kaf
146
+ 860 Malayalam_Nga
147
+ 861 Malayalam_Ja
148
+ 862 Malayalam_Nya
149
+ 863 Malayalam_Tta
150
+ 864 Malayalam_Nna
151
+ 865 Malayalam_Nnna
152
+ 866 Malayalam_Bha
153
+ 867 Malayalam_Ra
154
+ 868 Malayalam_Lla
155
+ 869 Malayalam_Llla
156
+ 86A Malayalam_Ssa
157
+ 870 882 Alef
158
+ 886 Thin_Yeh
159
+ 889 Noon
160
+ 88A Hah
161
+ 88B 88C Tah
162
+ 88D Gaf
163
+ 88E Vertical_Tail
164
+ 8A0 8A1 Beh
165
+ 8A2 Hah
166
+ 8A3 Tah
167
+ 8A4 Feh
168
+ 8A5 Qaf
169
+ 8A6 Lam
170
+ 8A7 Meem
171
+ 8A8 8A9 Yeh
172
+ 8AA Reh
173
+ 8AB Waw
174
+ 8AC Rohingya_Yeh
175
+ 8AE Dal
176
+ 8AF Sad
177
+ 8B0 Gaf
178
+ 8B1 Straight_Waw
179
+ 8B2 Reh
180
+ 8B3 Ain
181
+ 8B4 Kaf
182
+ 8B5 Qaf
183
+ 8B6 8B8 Beh
184
+ 8B9 Reh
185
+ 8BA Yeh
186
+ 8BB African_Feh
187
+ 8BC African_Qaf
188
+ 8BD African_Noon
189
+ 8BE 8C0 Beh
190
+ 8C1 Hah
191
+ 8C2 Gaf
192
+ 8C3 Ain
193
+ 8C4 African_Qaf
194
+ 8C5 8C6 Hah
195
+ 8C7 Lam
196
+ 8C8 Gaf
197
+ 10AC0 Manichaean_Aleph
198
+ 10AC1 10AC2 Manichaean_Beth
199
+ 10AC3 10AC4 Manichaean_Gimel
200
+ 10AC5 Manichaean_Daleth
201
+ 10AC7 Manichaean_Waw
202
+ 10AC9 10ACA Manichaean_Zayin
203
+ 10ACD Manichaean_Heth
204
+ 10ACE Manichaean_Teth
205
+ 10ACF Manichaean_Yodh
206
+ 10AD0 10AD2 Manichaean_Kaph
207
+ 10AD3 Manichaean_Lamedh
208
+ 10AD4 Manichaean_Dhamedh
209
+ 10AD5 Manichaean_Thamedh
210
+ 10AD6 Manichaean_Mem
211
+ 10AD7 Manichaean_Nun
212
+ 10AD8 Manichaean_Samekh
213
+ 10AD9 10ADA Manichaean_Ayin
214
+ 10ADB 10ADC Manichaean_Pe
215
+ 10ADD Manichaean_Sadhe
216
+ 10ADE 10AE0 Manichaean_Qoph
217
+ 10AE1 Manichaean_Resh
218
+ 10AE4 Manichaean_Taw
219
+ 10AEB Manichaean_One
220
+ 10AEC Manichaean_Five
221
+ 10AED Manichaean_Ten
222
+ 10AEE Manichaean_Twenty
223
+ 10AEF Manichaean_Hundred
224
+ 10D02 Hanifi_Rohingya_Pa
225
+ 10D09 Hanifi_Rohingya_Pa
226
+ 10D19 Hanifi_Rohingya_Kinna_Ya
227
+ 10D1C Hanifi_Rohingya_Pa
228
+ 10D1E Hanifi_Rohingya_Kinna_Ya
229
+ 10D20 Hanifi_Rohingya_Kinna_Ya
230
+ 10D23 Hanifi_Rohingya_Kinna_Ya
231
+ 10EC2 Dal
232
+ 10EC3 Tah
233
+ 10EC4 Kaf
234
+ END
git/usr/share/perl5/core_perl/unicore/To/Jt.pl ADDED
@@ -0,0 +1,539 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
2
+ # This file is machine-generated by lib/unicore/mktables from the Unicode
3
+ # database, Version 16.0.0. Any changes made here will be lost!
4
+
5
+ # !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
6
+ # This file is for internal use by core Perl only. The format and even the
7
+ # name or existence of this file are subject to change without notice. Don't
8
+ # use it directly. Use Unicode::UCD to access the Unicode character data
9
+ # base.
10
+
11
+
12
+
13
+ # The name this table is to be known by, with the format of the mappings in
14
+ # the main body of the table, and what all code points missing from this file
15
+ # map to.
16
+ $Unicode::UCD::SwashInfo{'ToJt'}{'format'} = 's'; # string
17
+ $Unicode::UCD::SwashInfo{'ToJt'}{'missing'} = 'U';
18
+
19
+ return <<'END';
20
+ AD T
21
+ 300 36F T
22
+ 483 489 T
23
+ 591 5BD T
24
+ 5BF T
25
+ 5C1 5C2 T
26
+ 5C4 5C5 T
27
+ 5C7 T
28
+ 610 61A T
29
+ 61C T
30
+ 620 D
31
+ 622 625 R
32
+ 626 D
33
+ 627 R
34
+ 628 D
35
+ 629 R
36
+ 62A 62E D
37
+ 62F 632 R
38
+ 633 63F D
39
+ 640 C
40
+ 641 647 D
41
+ 648 R
42
+ 649 64A D
43
+ 64B 65F T
44
+ 66E 66F D
45
+ 670 T
46
+ 671 673 R
47
+ 675 677 R
48
+ 678 687 D
49
+ 688 699 R
50
+ 69A 6BF D
51
+ 6C0 R
52
+ 6C1 6C2 D
53
+ 6C3 6CB R
54
+ 6CC D
55
+ 6CD R
56
+ 6CE D
57
+ 6CF R
58
+ 6D0 6D1 D
59
+ 6D2 6D3 R
60
+ 6D5 R
61
+ 6D6 6DC T
62
+ 6DF 6E4 T
63
+ 6E7 6E8 T
64
+ 6EA 6ED T
65
+ 6EE 6EF R
66
+ 6FA 6FC D
67
+ 6FF D
68
+ 70F T
69
+ 710 R
70
+ 711 T
71
+ 712 714 D
72
+ 715 719 R
73
+ 71A 71D D
74
+ 71E R
75
+ 71F 727 D
76
+ 728 R
77
+ 729 D
78
+ 72A R
79
+ 72B D
80
+ 72C R
81
+ 72D 72E D
82
+ 72F R
83
+ 730 74A T
84
+ 74D R
85
+ 74E 758 D
86
+ 759 75B R
87
+ 75C 76A D
88
+ 76B 76C R
89
+ 76D 770 D
90
+ 771 R
91
+ 772 D
92
+ 773 774 R
93
+ 775 777 D
94
+ 778 779 R
95
+ 77A 77F D
96
+ 7A6 7B0 T
97
+ 7CA 7EA D
98
+ 7EB 7F3 T
99
+ 7FA C
100
+ 7FD T
101
+ 816 819 T
102
+ 81B 823 T
103
+ 825 827 T
104
+ 829 82D T
105
+ 840 R
106
+ 841 845 D
107
+ 846 847 R
108
+ 848 D
109
+ 849 R
110
+ 84A 853 D
111
+ 854 R
112
+ 855 D
113
+ 856 858 R
114
+ 859 85B T
115
+ 860 D
116
+ 862 865 D
117
+ 867 R
118
+ 868 D
119
+ 869 86A R
120
+ 870 882 R
121
+ 883 885 C
122
+ 886 D
123
+ 889 88D D
124
+ 88E R
125
+ 897 89F T
126
+ 8A0 8A9 D
127
+ 8AA 8AC R
128
+ 8AE R
129
+ 8AF 8B0 D
130
+ 8B1 8B2 R
131
+ 8B3 8B8 D
132
+ 8B9 R
133
+ 8BA 8C8 D
134
+ 8CA 8E1 T
135
+ 8E3 902 T
136
+ 93A T
137
+ 93C T
138
+ 941 948 T
139
+ 94D T
140
+ 951 957 T
141
+ 962 963 T
142
+ 981 T
143
+ 9BC T
144
+ 9C1 9C4 T
145
+ 9CD T
146
+ 9E2 9E3 T
147
+ 9FE T
148
+ A01 A02 T
149
+ A3C T
150
+ A41 A42 T
151
+ A47 A48 T
152
+ A4B A4D T
153
+ A51 T
154
+ A70 A71 T
155
+ A75 T
156
+ A81 A82 T
157
+ ABC T
158
+ AC1 AC5 T
159
+ AC7 AC8 T
160
+ ACD T
161
+ AE2 AE3 T
162
+ AFA AFF T
163
+ B01 T
164
+ B3C T
165
+ B3F T
166
+ B41 B44 T
167
+ B4D T
168
+ B55 B56 T
169
+ B62 B63 T
170
+ B82 T
171
+ BC0 T
172
+ BCD T
173
+ C00 T
174
+ C04 T
175
+ C3C T
176
+ C3E C40 T
177
+ C46 C48 T
178
+ C4A C4D T
179
+ C55 C56 T
180
+ C62 C63 T
181
+ C81 T
182
+ CBC T
183
+ CBF T
184
+ CC6 T
185
+ CCC CCD T
186
+ CE2 CE3 T
187
+ D00 D01 T
188
+ D3B D3C T
189
+ D41 D44 T
190
+ D4D T
191
+ D62 D63 T
192
+ D81 T
193
+ DCA T
194
+ DD2 DD4 T
195
+ DD6 T
196
+ E31 T
197
+ E34 E3A T
198
+ E47 E4E T
199
+ EB1 T
200
+ EB4 EBC T
201
+ EC8 ECE T
202
+ F18 F19 T
203
+ F35 T
204
+ F37 T
205
+ F39 T
206
+ F71 F7E T
207
+ F80 F84 T
208
+ F86 F87 T
209
+ F8D F97 T
210
+ F99 FBC T
211
+ FC6 T
212
+ 102D 1030 T
213
+ 1032 1037 T
214
+ 1039 103A T
215
+ 103D 103E T
216
+ 1058 1059 T
217
+ 105E 1060 T
218
+ 1071 1074 T
219
+ 1082 T
220
+ 1085 1086 T
221
+ 108D T
222
+ 109D T
223
+ 135D 135F T
224
+ 1712 1714 T
225
+ 1732 1733 T
226
+ 1752 1753 T
227
+ 1772 1773 T
228
+ 17B4 17B5 T
229
+ 17B7 17BD T
230
+ 17C6 T
231
+ 17C9 17D3 T
232
+ 17DD T
233
+ 1807 D
234
+ 180A C
235
+ 180B 180D T
236
+ 180F T
237
+ 1820 1878 D
238
+ 1885 1886 T
239
+ 1887 18A8 D
240
+ 18A9 T
241
+ 18AA D
242
+ 1920 1922 T
243
+ 1927 1928 T
244
+ 1932 T
245
+ 1939 193B T
246
+ 1A17 1A18 T
247
+ 1A1B T
248
+ 1A56 T
249
+ 1A58 1A5E T
250
+ 1A60 T
251
+ 1A62 T
252
+ 1A65 1A6C T
253
+ 1A73 1A7C T
254
+ 1A7F T
255
+ 1AB0 1ACE T
256
+ 1B00 1B03 T
257
+ 1B34 T
258
+ 1B36 1B3A T
259
+ 1B3C T
260
+ 1B42 T
261
+ 1B6B 1B73 T
262
+ 1B80 1B81 T
263
+ 1BA2 1BA5 T
264
+ 1BA8 1BA9 T
265
+ 1BAB 1BAD T
266
+ 1BE6 T
267
+ 1BE8 1BE9 T
268
+ 1BED T
269
+ 1BEF 1BF1 T
270
+ 1C2C 1C33 T
271
+ 1C36 1C37 T
272
+ 1CD0 1CD2 T
273
+ 1CD4 1CE0 T
274
+ 1CE2 1CE8 T
275
+ 1CED T
276
+ 1CF4 T
277
+ 1CF8 1CF9 T
278
+ 1DC0 1DFF T
279
+ 200B T
280
+ 200D C
281
+ 200E 200F T
282
+ 202A 202E T
283
+ 2060 2064 T
284
+ 206A 206F T
285
+ 20D0 20F0 T
286
+ 2CEF 2CF1 T
287
+ 2D7F T
288
+ 2DE0 2DFF T
289
+ 302A 302D T
290
+ 3099 309A T
291
+ A66F A672 T
292
+ A674 A67D T
293
+ A69E A69F T
294
+ A6F0 A6F1 T
295
+ A802 T
296
+ A806 T
297
+ A80B T
298
+ A825 A826 T
299
+ A82C T
300
+ A840 A871 D
301
+ A872 L
302
+ A8C4 A8C5 T
303
+ A8E0 A8F1 T
304
+ A8FF T
305
+ A926 A92D T
306
+ A947 A951 T
307
+ A980 A982 T
308
+ A9B3 T
309
+ A9B6 A9B9 T
310
+ A9BC A9BD T
311
+ A9E5 T
312
+ AA29 AA2E T
313
+ AA31 AA32 T
314
+ AA35 AA36 T
315
+ AA43 T
316
+ AA4C T
317
+ AA7C T
318
+ AAB0 T
319
+ AAB2 AAB4 T
320
+ AAB7 AAB8 T
321
+ AABE AABF T
322
+ AAC1 T
323
+ AAEC AAED T
324
+ AAF6 T
325
+ ABE5 T
326
+ ABE8 T
327
+ ABED T
328
+ FB1E T
329
+ FE00 FE0F T
330
+ FE20 FE2F T
331
+ FEFF T
332
+ FFF9 FFFB T
333
+ 101FD T
334
+ 102E0 T
335
+ 10376 1037A T
336
+ 10A01 10A03 T
337
+ 10A05 10A06 T
338
+ 10A0C 10A0F T
339
+ 10A38 10A3A T
340
+ 10A3F T
341
+ 10AC0 10AC4 D
342
+ 10AC5 R
343
+ 10AC7 R
344
+ 10AC9 10ACA R
345
+ 10ACD L
346
+ 10ACE 10AD2 R
347
+ 10AD3 10AD6 D
348
+ 10AD7 L
349
+ 10AD8 10ADC D
350
+ 10ADD R
351
+ 10ADE 10AE0 D
352
+ 10AE1 R
353
+ 10AE4 R
354
+ 10AE5 10AE6 T
355
+ 10AEB 10AEE D
356
+ 10AEF R
357
+ 10B80 D
358
+ 10B81 R
359
+ 10B82 D
360
+ 10B83 10B85 R
361
+ 10B86 10B88 D
362
+ 10B89 R
363
+ 10B8A 10B8B D
364
+ 10B8C R
365
+ 10B8D D
366
+ 10B8E 10B8F R
367
+ 10B90 D
368
+ 10B91 R
369
+ 10BA9 10BAC R
370
+ 10BAD 10BAE D
371
+ 10D00 L
372
+ 10D01 10D21 D
373
+ 10D22 R
374
+ 10D23 D
375
+ 10D24 10D27 T
376
+ 10D69 10D6D T
377
+ 10EAB 10EAC T
378
+ 10EC2 R
379
+ 10EC3 10EC4 D
380
+ 10EFC 10EFF T
381
+ 10F30 10F32 D
382
+ 10F33 R
383
+ 10F34 10F44 D
384
+ 10F46 10F50 T
385
+ 10F51 10F53 D
386
+ 10F54 R
387
+ 10F70 10F73 D
388
+ 10F74 10F75 R
389
+ 10F76 10F81 D
390
+ 10F82 10F85 T
391
+ 10FB0 D
392
+ 10FB2 10FB3 D
393
+ 10FB4 10FB6 R
394
+ 10FB8 D
395
+ 10FB9 10FBA R
396
+ 10FBB 10FBC D
397
+ 10FBD R
398
+ 10FBE 10FBF D
399
+ 10FC1 D
400
+ 10FC2 10FC3 R
401
+ 10FC4 D
402
+ 10FC9 R
403
+ 10FCA D
404
+ 10FCB L
405
+ 11001 T
406
+ 11038 11046 T
407
+ 11070 T
408
+ 11073 11074 T
409
+ 1107F 11081 T
410
+ 110B3 110B6 T
411
+ 110B9 110BA T
412
+ 110C2 T
413
+ 11100 11102 T
414
+ 11127 1112B T
415
+ 1112D 11134 T
416
+ 11173 T
417
+ 11180 11181 T
418
+ 111B6 111BE T
419
+ 111C9 111CC T
420
+ 111CF T
421
+ 1122F 11231 T
422
+ 11234 T
423
+ 11236 11237 T
424
+ 1123E T
425
+ 11241 T
426
+ 112DF T
427
+ 112E3 112EA T
428
+ 11300 11301 T
429
+ 1133B 1133C T
430
+ 11340 T
431
+ 11366 1136C T
432
+ 11370 11374 T
433
+ 113BB 113C0 T
434
+ 113CE T
435
+ 113D0 T
436
+ 113D2 T
437
+ 113E1 113E2 T
438
+ 11438 1143F T
439
+ 11442 11444 T
440
+ 11446 T
441
+ 1145E T
442
+ 114B3 114B8 T
443
+ 114BA T
444
+ 114BF 114C0 T
445
+ 114C2 114C3 T
446
+ 115B2 115B5 T
447
+ 115BC 115BD T
448
+ 115BF 115C0 T
449
+ 115DC 115DD T
450
+ 11633 1163A T
451
+ 1163D T
452
+ 1163F 11640 T
453
+ 116AB T
454
+ 116AD T
455
+ 116B0 116B5 T
456
+ 116B7 T
457
+ 1171D T
458
+ 1171F T
459
+ 11722 11725 T
460
+ 11727 1172B T
461
+ 1182F 11837 T
462
+ 11839 1183A T
463
+ 1193B 1193C T
464
+ 1193E T
465
+ 11943 T
466
+ 119D4 119D7 T
467
+ 119DA 119DB T
468
+ 119E0 T
469
+ 11A01 11A0A T
470
+ 11A33 11A38 T
471
+ 11A3B 11A3E T
472
+ 11A47 T
473
+ 11A51 11A56 T
474
+ 11A59 11A5B T
475
+ 11A8A 11A96 T
476
+ 11A98 11A99 T
477
+ 11C30 11C36 T
478
+ 11C38 11C3D T
479
+ 11C3F T
480
+ 11C92 11CA7 T
481
+ 11CAA 11CB0 T
482
+ 11CB2 11CB3 T
483
+ 11CB5 11CB6 T
484
+ 11D31 11D36 T
485
+ 11D3A T
486
+ 11D3C 11D3D T
487
+ 11D3F 11D45 T
488
+ 11D47 T
489
+ 11D90 11D91 T
490
+ 11D95 T
491
+ 11D97 T
492
+ 11EF3 11EF4 T
493
+ 11F00 11F01 T
494
+ 11F36 11F3A T
495
+ 11F40 T
496
+ 11F42 T
497
+ 11F5A T
498
+ 13430 13440 T
499
+ 13447 13455 T
500
+ 1611E 16129 T
501
+ 1612D 1612F T
502
+ 16AF0 16AF4 T
503
+ 16B30 16B36 T
504
+ 16F4F T
505
+ 16F8F 16F92 T
506
+ 16FE4 T
507
+ 1BC9D 1BC9E T
508
+ 1BCA0 1BCA3 T
509
+ 1CF00 1CF2D T
510
+ 1CF30 1CF46 T
511
+ 1D167 1D169 T
512
+ 1D173 1D182 T
513
+ 1D185 1D18B T
514
+ 1D1AA 1D1AD T
515
+ 1D242 1D244 T
516
+ 1DA00 1DA36 T
517
+ 1DA3B 1DA6C T
518
+ 1DA75 T
519
+ 1DA84 T
520
+ 1DA9B 1DA9F T
521
+ 1DAA1 1DAAF T
522
+ 1E000 1E006 T
523
+ 1E008 1E018 T
524
+ 1E01B 1E021 T
525
+ 1E023 1E024 T
526
+ 1E026 1E02A T
527
+ 1E08F T
528
+ 1E130 1E136 T
529
+ 1E2AE T
530
+ 1E2EC 1E2EF T
531
+ 1E4EC 1E4EF T
532
+ 1E5EE 1E5EF T
533
+ 1E8D0 1E8D6 T
534
+ 1E900 1E943 D
535
+ 1E944 1E94B T
536
+ E0001 T
537
+ E0020 E007F T
538
+ E0100 E01EF T
539
+ END
git/usr/share/perl5/core_perl/unicore/To/kEHCat.pl ADDED
@@ -0,0 +1,5087 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
2
+ # This file is machine-generated by lib/unicore/mktables from the Unicode
3
+ # database, Version 16.0.0. Any changes made here will be lost!
4
+
5
+ # !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
6
+ # This file is for internal use by core Perl only. The format and even the
7
+ # name or existence of this file are subject to change without notice. Don't
8
+ # use it directly. Use Unicode::UCD to access the Unicode character data
9
+ # base.
10
+
11
+
12
+
13
+ # The name this table is to be known by, with the format of the mappings in
14
+ # the main body of the table, and what all code points missing from this file
15
+ # map to.
16
+ $Unicode::UCD::SwashInfo{'TokEHCat'}{'format'} = 's'; # string
17
+ $Unicode::UCD::SwashInfo{'TokEHCat'}{'missing'} = ''; # code point maps to the empty string
18
+
19
+ return <<'END';
20
+ 13000 A-01-001
21
+ 13001 A-01-027
22
+ 13002 A-01-005
23
+ 13003 A-01-040
24
+ 13004 A-11-002
25
+ 13005 A-11-003
26
+ 13006 A-09-001
27
+ 13007 A-09-011
28
+ 13008 A-09-005
29
+ 13009 A-01-036
30
+ 1300A A-01-059
31
+ 1300B A-07-021
32
+ 1300C A-12-042
33
+ 1300D A-07-041
34
+ 1300E A-17-003
35
+ 1300F A-18-001
36
+ 13010 A-18-081
37
+ 13011 A-18-074
38
+ 13012 A-05-004
39
+ 13013 A-04-005
40
+ 13014 A-23-002
41
+ 13015 A-23-007
42
+ 13016 A-23-030
43
+ 13017 A-06-017
44
+ 13018 A-06-009
45
+ 13019 A-06-005
46
+ 1301A A-06-037
47
+ 1301B A-27-024
48
+ 1301C A-16-021
49
+ 1301D A-16-039
50
+ 1301E A-02-020
51
+ 1301F A-02-041
52
+ 13020 A-02-044
53
+ 13021 A-03-001
54
+ 13022 A-04-001
55
+ 13023 A-02-030
56
+ 13024 A-19-011
57
+ 13025 A-19-014
58
+ 13026 A-14-011
59
+ 13027 A-12-019
60
+ 13028 A-12-023
61
+ 13029 A-12-008
62
+ 1302A A-12-045
63
+ 1302B A-21-002
64
+ 1302C A-21-001
65
+ 1302D A-26-005
66
+ 1302E A-26-013
67
+ 1302F A-26-008
68
+ 13030 A-26-019
69
+ 13031 A-26-029
70
+ 13032 A-28-002
71
+ 13033 A-28-017
72
+ 13034 A-28-010
73
+ 13035 A-29-001
74
+ 13036 A-29-007
75
+ 13037 A-29-004
76
+ 13038 A-13-004
77
+ 13039 A-13-030
78
+ 1303A A-13-031
79
+ 1303B A-25-032
80
+ 1303C A-25-005
81
+ 1303D A-31-001
82
+ 1303E A-32-001
83
+ 1303F A-32-007
84
+ 13040 A-32-008
85
+ 13041 A-12-047
86
+ 13042 A-29-029
87
+ 13043 A-12-012
88
+ 13044 A-16-029
89
+ 13045 A-10-013
90
+ 13046 A-02-033
91
+ 13047 A-02-004
92
+ 13048 A-25-025
93
+ 13049 A-07-006
94
+ 1304A A-27-023
95
+ 1304B A-20-001
96
+ 1304C A-24-001
97
+ 1304D A-16-009
98
+ 1304E A-01-008
99
+ 1304F C-13-001
100
+ 13050 B-01-003
101
+ 13051 B-09-002
102
+ 13052 B-09-011
103
+ 13053 B-09-004
104
+ 13054 B-09-014
105
+ 13055 B-02-010
106
+ 13056 B-09-020
107
+ 13057 B-01-022
108
+ 13058 B-02-002
109
+ 13059 B-08-005
110
+ 1305A C-24-002
111
+ 1305B C-09-029
112
+ 1305C C-09-017
113
+ 1305D C-09-018
114
+ 1305E C-09-030
115
+ 1305F C-31-001
116
+ 13060 C-15-001
117
+ 13061 C-15-007
118
+ 13062 C-04-001
119
+ 13063 C-26-001
120
+ 13064 C-17-001
121
+ 13065 C-35-002
122
+ 13066 C-37-002
123
+ 13067 C-37-005
124
+ 13068 C-13-004
125
+ 13069 C-03-003
126
+ 1306A C-03-010
127
+ 1306B C-03-011
128
+ 1306C C-03-013
129
+ 1306D A-30-004
130
+ 1306E C-09-078
131
+ 1306F C-30-002
132
+ 13070 C-23-016
133
+ 13071 C-23-023
134
+ 13072 C-07-001
135
+ 13073 C-09-086
136
+ 13074 C-36-015
137
+ 13075 C-40-006
138
+ 13076 D-01-001
139
+ 13077 D-02-001
140
+ 13078 D-04-004
141
+ 13079 D-05-001
142
+ 1307A D-06-007
143
+ 1307B D-06-001
144
+ 1307C D-06-020
145
+ 1307D D-06-026
146
+ 1307E D-06-030
147
+ 1307F D-07-001
148
+ 13080 D-08-002
149
+ 13081 D-09-001
150
+ 13082 D-09-002
151
+ 13083 D-09-005
152
+ 13084 D-09-009
153
+ 13085 D-09-010
154
+ 13086 D-09-011
155
+ 13087 D-09-012
156
+ 13088 D-10-001
157
+ 13089 D-11-001
158
+ 1308A D-11-002
159
+ 1308B D-12-001
160
+ 1308C D-12-004
161
+ 1308D D-12-015
162
+ 1308E D-13-001
163
+ 1308F D-13-004
164
+ 13090 D-14-005
165
+ 13091 D-16-002
166
+ 13092 D-16-001
167
+ 13093 D-18-001
168
+ 13094 D-18-008
169
+ 13095 D-18-009
170
+ 13096 D-19-012
171
+ 13097 D-18-072
172
+ 13098 D-19-001
173
+ 13099 D-20-002
174
+ 1309A D-21-007
175
+ 1309B D-21-002
176
+ 1309C D-22-002
177
+ 1309D D-23-001
178
+ 1309E D-24-002
179
+ 1309F D-24-004
180
+ 130A0 D-24-007
181
+ 130A1 D-25-001
182
+ 130A2 D-25-014
183
+ 130A3 D-25-017
184
+ 130A4 D-25-021
185
+ 130A5 D-25-007
186
+ 130A6 D-26-011
187
+ 130A7 D-28-001
188
+ 130A8 D-28-009
189
+ 130A9 D-28-016
190
+ 130AA D-28-028
191
+ 130AB D-28-027
192
+ 130AC D-29-001
193
+ 130AD D-30-001
194
+ 130AE D-30-008
195
+ 130AF D-30-009
196
+ 130B0 D-30-010
197
+ 130B1 D-30-011
198
+ 130B2 D-30-012
199
+ 130B3 D-30-013
200
+ 130B4 D-30-014
201
+ 130B5 D-30-015
202
+ 130B6 D-30-016
203
+ 130B7 D-30-006
204
+ 130B8 D-31-001
205
+ 130B9 S-15-047
206
+ 130BA D-31-007
207
+ 130BB D-34-001
208
+ 130BC D-34-013
209
+ 130BD D-34-002
210
+ 130BE D-35-001
211
+ 130BF D-35-005
212
+ 130C0 D-35-012
213
+ 130C1 D-35-031
214
+ 130C2 D-35-017
215
+ 130C3 D-36-001
216
+ 130C4 D-36-002
217
+ 130C5 D-36-007
218
+ 130C6 D-28-018
219
+ 130C7 D-04-015
220
+ 130C8 D-26-022
221
+ 130C9 D-38-001
222
+ 130CA D-38-002
223
+ 130CB D-38-003
224
+ 130CC D-38-004
225
+ 130CD D-38-005
226
+ 130CE D-38-006
227
+ 130CF D-38-007
228
+ 130D0 D-38-008
229
+ 130D1 D-38-009
230
+ 130D2 E-23-002
231
+ 130D3 E-23-006
232
+ 130D4 E-25-001
233
+ 130D5 E-23-091
234
+ 130D6 E-23-066
235
+ 130D7 E-09-005
236
+ 130D8 E-01-001
237
+ 130D9 E-10-008
238
+ 130DA E-10-009
239
+ 130DB E-05-009
240
+ 130DC E-23-062
241
+ 130DD E-04-001
242
+ 130DE E-04-002
243
+ 130DF E-19-002
244
+ 130E0 E-08-002
245
+ 130E1 E-06-003
246
+ 130E2 E-07-001
247
+ 130E3 E-07-017
248
+ 130E4 E-07-020
249
+ 130E5 E-06-004
250
+ 130E6 E-06-015
251
+ 130E7 E-06-018
252
+ 130E8 E-06-022
253
+ 130E9 E-02-003
254
+ 130EA E-02-004
255
+ 130EB E-02-009
256
+ 130EC E-17-001
257
+ 130ED E-17-011
258
+ 130EE E-18-001
259
+ 130EF E-14-003
260
+ 130F0 E-11-001
261
+ 130F1 E-12-002
262
+ 130F2 E-03-001
263
+ 130F3 E-03-005
264
+ 130F4 E-03-028
265
+ 130F5 E-10-013
266
+ 130F6 E-10-007
267
+ 130F7 E-20-003
268
+ 130F8 E-20-004
269
+ 130F9 E-16-001
270
+ 130FA E-16-005
271
+ 130FB E-20-006
272
+ 130FC E-20-033
273
+ 130FD E-23-055
274
+ 130FE F-03-002
275
+ 130FF F-03-014
276
+ 13100 F-03-004
277
+ 13101 F-07-001
278
+ 13102 F-08-006
279
+ 13103 F-06-011
280
+ 13104 F-06-009
281
+ 13105 F-02-004
282
+ 13106 F-02-009
283
+ 13107 F-08-001
284
+ 13108 F-05-004
285
+ 13109 F-05-003
286
+ 1310A F-05-001
287
+ 1310B F-11-001
288
+ 1310C F-11-003
289
+ 1310D F-11-006
290
+ 1310E F-11-010
291
+ 1310F F-13-001
292
+ 13110 F-13-009
293
+ 13111 F-14-001
294
+ 13112 F-15-004
295
+ 13113 F-16-001
296
+ 13114 F-17-005
297
+ 13115 F-17-007
298
+ 13116 F-18-001
299
+ 13117 F-19-010
300
+ 13118 F-19-009
301
+ 13119 F-19-006
302
+ 1311A F-20-001
303
+ 1311B F-20-005
304
+ 1311C F-20-015
305
+ 1311D F-20-016
306
+ 1311E F-20-031
307
+ 1311F F-20-037
308
+ 13120 F-20-035
309
+ 13121 F-21-006
310
+ 13122 F-22-004
311
+ 13123 F-23-001
312
+ 13124 F-24-004
313
+ 13125 F-24-008
314
+ 13126 F-25-030
315
+ 13127 F-25-016
316
+ 13128 F-25-005
317
+ 13129 F-25-038
318
+ 1312A F-25-033
319
+ 1312B F-25-045
320
+ 1312C F-26-001
321
+ 1312D F-26-006
322
+ 1312E F-26-010
323
+ 1312F F-27-001
324
+ 13130 D-32-011
325
+ 13131 AA-21-002
326
+ 13132 F-28-004
327
+ 13133 F-28-001
328
+ 13134 F-28-003
329
+ 13135 F-28-005
330
+ 13136 F-28-006
331
+ 13137 F-28-007
332
+ 13138 F-28-013
333
+ 13139 F-29-003
334
+ 1313A F-29-009
335
+ 1313B F-29-010
336
+ 1313C F-29-011
337
+ 1313D F-30-001
338
+ 1313E F-02-021
339
+ 1313F G-26-001
340
+ 13140 G-26-004
341
+ 13141 G-26-022
342
+ 13142 G-02-003
343
+ 13143 G-12-002
344
+ 13144 G-12-005
345
+ 13145 G-12-144
346
+ 13146 G-12-047
347
+ 13147 G-12-132
348
+ 13148 G-12-133
349
+ 13149 G-12-148
350
+ 1314A G-12-015
351
+ 1314B G-12-151
352
+ 1314C G-15-001
353
+ 1314D G-15-002
354
+ 1314E G-15-003
355
+ 1314F G-15-012
356
+ 13150 G-24-001
357
+ 13151 G-24-018
358
+ 13152 G-24-029
359
+ 13153 G-09-001
360
+ 13154 G-09-006
361
+ 13155 G-09-023
362
+ 13156 G-09-008
363
+ 13157 G-09-013
364
+ 13158 G-22-002
365
+ 13159 G-17-001
366
+ 1315A G-23-001
367
+ 1315B G-23-005
368
+ 1315C G-11-081
369
+ 1315D G-11-089
370
+ 1315E G-11-085
371
+ 1315F G-11-001
372
+ 13160 G-11-008
373
+ 13161 G-11-011
374
+ 13162 G-11-018
375
+ 13163 G-11-050
376
+ 13164 G-11-061
377
+ 13165 G-11-028
378
+ 13166 G-01-001
379
+ 13167 G-10-001
380
+ 13168 G-16-002
381
+ 13169 G-16-003
382
+ 1316A G-16-013
383
+ 1316B G-16-014
384
+ 1316C G-08-001
385
+ 1316D G-04-001
386
+ 1316E G-05-001
387
+ 1316F G-05-010
388
+ 13170 G-07-003
389
+ 13171 G-03-001
390
+ 13172 G-03-018
391
+ 13173 G-03-003
392
+ 13174 G-03-005
393
+ 13175 G-03-007
394
+ 13176 G-03-025
395
+ 13177 G-20-006
396
+ 13178 G-20-023
397
+ 13179 G-20-030
398
+ 1317A G-04-011
399
+ 1317B G-11-043
400
+ 1317C G-08-020
401
+ 1317D G-18-004
402
+ 1317E G-08-016
403
+ 1317F H-03-001
404
+ 13180 H-04-005
405
+ 13181 H-05-001
406
+ 13182 H-06-003
407
+ 13183 H-07-005
408
+ 13184 H-08-001
409
+ 13185 H-08-003
410
+ 13186 H-09-004
411
+ 13187 H-10-001
412
+ 13188 I-01-001
413
+ 13189 I-02-001
414
+ 1318A I-03-001
415
+ 1318B I-03-043
416
+ 1318C I-03-038
417
+ 1318D I-03-003
418
+ 1318E I-04-008
419
+ 1318F I-05-001
420
+ 13190 I-05-004
421
+ 13191 I-07-002
422
+ 13192 I-07-009
423
+ 13193 I-09-001
424
+ 13194 I-09-013
425
+ 13195 I-09-005
426
+ 13196 I-09-021
427
+ 13197 I-11-049
428
+ 13198 I-11-053
429
+ 13199 I-13-004
430
+ 1319A I-13-003
431
+ 1319B K-01-001
432
+ 1319C K-01-006
433
+ 1319D K-01-015
434
+ 1319E K-01-029
435
+ 1319F K-01-004
436
+ 131A0 K-02-008
437
+ 131A1 K-01-008
438
+ 131A2 K-01-011
439
+ 131A3 L-01-001
440
+ 131A4 L-02-002
441
+ 131A5 L-02-005
442
+ 131A6 L-02-007
443
+ 131A7 L-03-001
444
+ 131A8 L-05-001
445
+ 131A9 L-07-006
446
+ 131AA L-07-007
447
+ 131AB L-06-005
448
+ 131AC L-07-004
449
+ 131AD M-01-001
450
+ 131AE M-01-008
451
+ 131AF M-01-006
452
+ 131B0 M-03-001
453
+ 131B1 M-04-001
454
+ 131B2 G-09-025
455
+ 131B3 M-05-001
456
+ 131B4 M-05-024
457
+ 131B5 M-05-015
458
+ 131B6 M-05-025
459
+ 131B7 M-06-023
460
+ 131B8 M-08-025
461
+ 131B9 M-07-001
462
+ 131BA M-07-005
463
+ 131BB M-10-001
464
+ 131BC M-11-002
465
+ 131BD M-11-041
466
+ 131BE M-11-043
467
+ 131BF M-11-044
468
+ 131C0 M-11-046
469
+ 131C1 M-11-047
470
+ 131C2 M-11-048
471
+ 131C3 M-11-049
472
+ 131C4 M-11-050
473
+ 131C5 M-12-006
474
+ 131C6 M-12-021
475
+ 131C7 M-13-018
476
+ 131C8 M-13-021
477
+ 131C9 M-13-003
478
+ 131CA M-13-009
479
+ 131CB M-14-001
480
+ 131CC M-14-003
481
+ 131CD M-14-012
482
+ 131CE M-14-017
483
+ 131CF M-15-001
484
+ 131D0 M-15-007
485
+ 131D1 M-16-002
486
+ 131D2 M-16-005
487
+ 131D3 M-16-016
488
+ 131D4 M-16-026
489
+ 131D5 M-12-030
490
+ 131D6 M-16-058
491
+ 131D7 M-16-046
492
+ 131D8 M-16-053
493
+ 131D9 M-16-056
494
+ 131DA M-13-010
495
+ 131DB M-17-003
496
+ 131DC M-18-001
497
+ 131DD M-19-001
498
+ 131DE M-19-006
499
+ 131DF M-18-012
500
+ 131E0 M-20-004
501
+ 131E1 M-20-005
502
+ 131E2 M-20-006
503
+ 131E3 M-21-001
504
+ 131E4 M-20-007
505
+ 131E5 M-22-016
506
+ 131E6 M-22-012
507
+ 131E7 M-22-013
508
+ 131E8 M-23-001
509
+ 131E9 M-24-001
510
+ 131EA M-24-004
511
+ 131EB M-25-001
512
+ 131EC M-08-038
513
+ 131ED M-26-005
514
+ 131EE M-27-002
515
+ 131EF N-01-001
516
+ 131F0 N-01-022
517
+ 131F1 N-01-023
518
+ 131F2 N-01-028
519
+ 131F3 N-02-001
520
+ 131F4 N-03-003
521
+ 131F5 N-04-015
522
+ 131F6 N-04-016
523
+ 131F7 N-07-001
524
+ 131F8 N-07-006
525
+ 131F9 N-06-001
526
+ 131FA N-06-005
527
+ 131FB N-08-008
528
+ 131FC N-08-001
529
+ 131FD N-08-005
530
+ 131FE N-09-027
531
+ 131FF N-09-002
532
+ 13200 N-09-011
533
+ 13201 N-19-011
534
+ 13202 N-09-029
535
+ 13203 N-09-012
536
+ 13204 N-10-011
537
+ 13205 N-10-001
538
+ 13206 N-10-015
539
+ 13207 N-11-002
540
+ 13208 N-11-007
541
+ 13209 N-13-001
542
+ 1320A N-13-002
543
+ 1320B N-13-014
544
+ 1320C N-15-002
545
+ 1320D N-16-001
546
+ 1320E N-17-001
547
+ 1320F N-17-004
548
+ 13210 N-18-003
549
+ 13211 N-22-001
550
+ 13212 N-14-006
551
+ 13213 N-14-002
552
+ 13214 N-22-002
553
+ 13215 N-22-003
554
+ 13216 N-19-001
555
+ 13217 N-19-002
556
+ 13218 N-20-001
557
+ 13219 N-20-018
558
+ 1321A N-20-022
559
+ 1321B N-20-019
560
+ 1321C N-20-031
561
+ 1321D N-20-033
562
+ 1321E N-21-001
563
+ 1321F N-21-004
564
+ 13220 O-05-121
565
+ 13221 F-19-029
566
+ 13222 G-12-156
567
+ 13223 T-07-037
568
+ 13224 T-07-035
569
+ 13225 T-07-036
570
+ 13226 E-23-048
571
+ 13227 T-13-071
572
+ 13228 T-13-072
573
+ 13229 C-32-014
574
+ 1322A E-23-049
575
+ 1322B E-23-050
576
+ 1322C E-23-051
577
+ 1322D N-11-044
578
+ 1322E N-11-036
579
+ 1322F G-11-107
580
+ 13230 K-01-034
581
+ 13231 N-11-045
582
+ 13232 N-11-046
583
+ 13233 N-11-038
584
+ 13234 N-11-039
585
+ 13235 G-12-157
586
+ 13236 N-11-047
587
+ 13237 G-12-153
588
+ 13238 S-09-044
589
+ 13239 R-16-004
590
+ 1323A G-12-154
591
+ 1323B I-03-017
592
+ 1323C R-21-002
593
+ 1323D S-09-045
594
+ 1323E R-18-007
595
+ 1323F I-09-015
596
+ 13240 I-09-023
597
+ 13241 E-02-040
598
+ 13242 N-11-048
599
+ 13243 N-13-027
600
+ 13244 N-11-040
601
+ 13245 N-11-041
602
+ 13246 E-16-010
603
+ 13247 E-03-009
604
+ 13248 E-07-030
605
+ 13249 G-13-028
606
+ 1324A G-12-155
607
+ 1324B S-23-015
608
+ 1324C N-11-042
609
+ 1324D N-11-043
610
+ 1324E T-18-052
611
+ 1324F T-18-054
612
+ 13250 O-01-001
613
+ 13251 O-01-005
614
+ 13252 O-01-047
615
+ 13253 O-01-054
616
+ 13254 O-02-001
617
+ 13255 O-02-008
618
+ 13256 O-02-009
619
+ 13257 O-03-005
620
+ 13258 O-03-017
621
+ 13259 O-03-023
622
+ 1325A O-03-025
623
+ 1325B O-03-024
624
+ 1325C O-03-022
625
+ 1325D O-03-018
626
+ 1325E O-03-027
627
+ 1325F O-03-044
628
+ 13260 O-03-175
629
+ 13261 O-03-106
630
+ 13262 O-03-121
631
+ 13263 O-03-105
632
+ 13264 O-09-013
633
+ 13265 O-04-007
634
+ 13266 O-04-012
635
+ 13267 O-05-001
636
+ 13268 O-19-007
637
+ 13269 O-05-038
638
+ 1326A O-08-014
639
+ 1326B O-08-023
640
+ 1326C O-09-011
641
+ 1326D O-09-057
642
+ 1326E O-09-062
643
+ 1326F O-09-079
644
+ 13270 O-09-078
645
+ 13271 O-07-009
646
+ 13272 O-10-034
647
+ 13273 O-11-004
648
+ 13274 O-12-002
649
+ 13275 O-12-003
650
+ 13276 O-13-005
651
+ 13277 O-13-001
652
+ 13278 O-14-002
653
+ 13279 O-15-003
654
+ 1327A O-16-001
655
+ 1327B O-16-024
656
+ 1327C O-16-022
657
+ 1327D O-16-026
658
+ 1327E O-16-028
659
+ 1327F O-17-001
660
+ 13280 O-08-003
661
+ 13281 O-06-051
662
+ 13282 O-06-054
663
+ 13283 O-18-006
664
+ 13284 O-18-015
665
+ 13285 O-05-108
666
+ 13286 O-05-115
667
+ 13287 O-05-116
668
+ 13288 O-05-106
669
+ 13289 O-05-107
670
+ 1328A O-05-100
671
+ 1328B O-19-003
672
+ 1328C O-24-002
673
+ 1328D O-20-003
674
+ 1328E O-20-001
675
+ 1328F O-21-013
676
+ 13290 O-21-017
677
+ 13291 O-24-013
678
+ 13292 O-24-023
679
+ 13293 O-24-029
680
+ 13294 O-24-031
681
+ 13295 O-24-048
682
+ 13296 O-24-060
683
+ 13297 O-24-054
684
+ 13298 O-24-052
685
+ 13299 O-24-051
686
+ 1329A O-22-002
687
+ 1329B P-01-015
688
+ 1329C P-01-017
689
+ 1329D P-02-018
690
+ 1329E P-01-061
691
+ 1329F P-01-066
692
+ 132A0 P-04-005
693
+ 132A1 P-06-027
694
+ 132A2 P-07-004
695
+ 132A3 P-07-020
696
+ 132A4 P-08-001
697
+ 132A5 P-08-008
698
+ 132A6 P-09-001
699
+ 132A7 P-10-003
700
+ 132A8 Q-01-003
701
+ 132A9 Q-01-015
702
+ 132AA Q-01-022
703
+ 132AB Q-02-001
704
+ 132AC Q-05-051
705
+ 132AD Q-05-034
706
+ 132AE Q-06-003
707
+ 132AF R-01-006
708
+ 132B0 R-01-018
709
+ 132B1 R-01-009
710
+ 132B2 R-02-009
711
+ 132B3 R-02-008
712
+ 132B4 R-02-012
713
+ 132B5 R-04-001
714
+ 132B6 R-05-001
715
+ 132B7 R-05-003
716
+ 132B8 R-06-002
717
+ 132B9 R-07-001
718
+ 132BA R-07-017
719
+ 132BB R-07-053
720
+ 132BC R-07-033
721
+ 132BD R-08-001
722
+ 132BE R-09-024
723
+ 132BF G-12-116
724
+ 132C0 R-11-017
725
+ 132C1 R-12-014
726
+ 132C2 R-14-022
727
+ 132C3 R-15-005
728
+ 132C4 R-14-024
729
+ 132C5 R-14-007
730
+ 132C6 R-16-001
731
+ 132C7 R-17-003
732
+ 132C8 R-17-002
733
+ 132C9 R-18-005
734
+ 132CA R-18-004
735
+ 132CB R-19-003
736
+ 132CC R-19-008
737
+ 132CD F-24-027
738
+ 132CE R-12-029
739
+ 132CF R-21-001
740
+ 132D0 O-14-010
741
+ 132D1 S-01-001
742
+ 132D2 S-01-017
743
+ 132D3 S-01-014
744
+ 132D4 S-02-001
745
+ 132D5 S-02-003
746
+ 132D6 S-03-001
747
+ 132D7 S-03-008
748
+ 132D8 S-02-008
749
+ 132D9 S-04-001
750
+ 132DA S-07-002
751
+ 132DB S-09-017
752
+ 132DC S-10-001
753
+ 132DD S-11-012
754
+ 132DE S-11-034
755
+ 132DF S-11-039
756
+ 132E0 T-01-052
757
+ 132E1 S-11-043
758
+ 132E2 S-11-044
759
+ 132E3 S-11-047
760
+ 132E4 S-11-063
761
+ 132E5 S-11-064
762
+ 132E6 S-11-067
763
+ 132E7 S-11-074
764
+ 132E8 S-12-001
765
+ 132E9 S-12-006
766
+ 132EA S-12-011
767
+ 132EB S-13-001
768
+ 132EC S-26-014
769
+ 132ED S-13-010
770
+ 132EE S-13-014
771
+ 132EF S-14-001
772
+ 132F0 S-15-062
773
+ 132F1 S-15-065
774
+ 132F2 S-15-006
775
+ 132F3 S-15-013
776
+ 132F4 S-15-019
777
+ 132F5 S-15-027
778
+ 132F6 S-15-024
779
+ 132F7 S-15-055
780
+ 132F8 S-16-001
781
+ 132F9 S-17-001
782
+ 132FA S-19-001
783
+ 132FB S-19-002
784
+ 132FC S-20-001
785
+ 132FD S-21-002
786
+ 132FE S-22-001
787
+ 132FF S-25-021
788
+ 13300 S-23-001
789
+ 13301 S-23-010
790
+ 13302 S-24-001
791
+ 13303 S-25-001
792
+ 13304 S-25-014
793
+ 13305 S-26-001
794
+ 13306 S-05-001
795
+ 13307 T-01-013
796
+ 13308 T-01-001
797
+ 13309 T-01-004
798
+ 1330A T-01-049
799
+ 1330B T-01-039
800
+ 1330C T-01-025
801
+ 1330D T-01-032
802
+ 1330E T-03-007
803
+ 1330F T-03-005
804
+ 13310 T-05-004
805
+ 13311 T-05-005
806
+ 13312 T-06-001
807
+ 13313 T-06-010
808
+ 13314 T-06-004
809
+ 13315 T-07-007
810
+ 13316 T-07-021
811
+ 13317 T-08-001
812
+ 13318 T-09-004
813
+ 13319 T-09-006
814
+ 1331A T-09-022
815
+ 1331B T-10-001
816
+ 1331C T-10-002
817
+ 1331D T-11-001
818
+ 1331E T-12-002
819
+ 1331F T-13-004
820
+ 13320 T-13-005
821
+ 13321 T-13-031
822
+ 13322 T-13-048
823
+ 13323 T-13-054
824
+ 13324 T-14-011
825
+ 13325 T-15-009
826
+ 13326 T-16-014
827
+ 13327 T-16-020
828
+ 13328 T-17-002
829
+ 13329 T-18-048
830
+ 1332A T-18-042
831
+ 1332B T-18-039
832
+ 1332C T-18-056
833
+ 1332D S-15-032
834
+ 1332E T-19-004
835
+ 1332F T-19-005
836
+ 13330 T-19-001
837
+ 13331 T-19-003
838
+ 13332 T-02-001
839
+ 13333 U-01-001
840
+ 13334 U-01-003
841
+ 13335 U-01-004
842
+ 13336 U-01-007
843
+ 13337 U-01-006
844
+ 13338 U-02-001
845
+ 13339 U-02-003
846
+ 1333A U-02-004
847
+ 1333B U-02-006
848
+ 1333C U-02-010
849
+ 1333D U-03-008
850
+ 1333E U-03-007
851
+ 1333F U-03-009
852
+ 13340 U-03-010
853
+ 13341 U-05-014
854
+ 13342 U-05-008
855
+ 13343 U-06-001
856
+ 13344 U-06-005
857
+ 13345 U-07-002
858
+ 13346 U-07-001
859
+ 13347 U-08-001
860
+ 13348 U-08-007
861
+ 13349 U-08-012
862
+ 1334A U-09-008
863
+ 1334B U-09-025
864
+ 1334C U-09-026
865
+ 1334D U-09-085
866
+ 1334E U-09-076
867
+ 1334F U-09-088
868
+ 13350 U-09-015
869
+ 13351 U-10-001
870
+ 13352 U-10-003
871
+ 13353 U-10-006
872
+ 13354 U-11-005
873
+ 13355 U-20-001
874
+ 13356 U-12-001
875
+ 13357 U-12-008
876
+ 13358 U-12-011
877
+ 13359 U-13-001
878
+ 1335A U-13-007
879
+ 1335B U-14-001
880
+ 1335C U-15-002
881
+ 1335D U-16-004
882
+ 1335E U-16-033
883
+ 1335F U-16-026
884
+ 13360 U-22-001
885
+ 13361 U-04-001
886
+ 13362 V-01-003
887
+ 13363 V-01-005
888
+ 13364 V-01-006
889
+ 13365 V-01-007
890
+ 13366 V-01-008
891
+ 13367 V-01-009
892
+ 13368 V-01-010
893
+ 13369 V-01-011
894
+ 1336A V-01-012
895
+ 1336B V-01-013
896
+ 1336C V-01-019
897
+ 1336D V-01-052
898
+ 1336E V-01-021
899
+ 1336F V-01-029
900
+ 13370 V-01-036
901
+ 13371 V-01-041
902
+ 13372 V-01-045
903
+ 13373 V-04-003
904
+ 13374 V-01-047
905
+ 13375 V-01-048
906
+ 13376 V-02-003
907
+ 13377 V-03-005
908
+ 13378 V-03-017
909
+ 13379 V-03-018
910
+ 1337A V-03-019
911
+ 1337B V-03-020
912
+ 1337C V-04-005
913
+ 1337D H-08-007
914
+ 1337E V-04-007
915
+ 1337F V-04-011
916
+ 13380 V-04-013
917
+ 13381 V-04-017
918
+ 13382 V-04-022
919
+ 13383 V-04-026
920
+ 13384 V-04-030
921
+ 13385 V-04-031
922
+ 13386 V-04-038
923
+ 13387 V-04-040
924
+ 13388 V-04-041
925
+ 13389 V-04-042
926
+ 1338A V-04-043
927
+ 1338B V-04-044
928
+ 1338C V-04-045
929
+ 1338D V-04-046
930
+ 1338E V-04-047
931
+ 1338F V-04-048
932
+ 13390 V-04-049
933
+ 13391 V-04-050
934
+ 13392 V-04-051
935
+ 13393 V-04-055
936
+ 13394 V-05-001
937
+ 13395 V-05-002
938
+ 13396 V-05-003
939
+ 13397 V-06-001
940
+ 13398 V-06-002
941
+ 13399 V-07-001
942
+ 1339A V-07-002
943
+ 1339B V-08-001
944
+ 1339C V-08-009
945
+ 1339D V-08-032
946
+ 1339E V-08-047
947
+ 1339F V-09-001
948
+ 133A0 V-09-002
949
+ 133A1 V-09-009
950
+ 133A2 V-09-010
951
+ 133A3 V-11-003
952
+ 133A4 V-12-003
953
+ 133A5 V-12-005
954
+ 133A6 V-12-006
955
+ 133A7 V-13-001
956
+ 133A8 V-14-009
957
+ 133A9 V-15-002
958
+ 133AA V-15-006
959
+ 133AB V-15-001
960
+ 133AC S-18-001
961
+ 133AD V-04-052
962
+ 133AE V-04-053
963
+ 133AF W-01-001
964
+ 133B0 W-01-002
965
+ 133B1 W-02-001
966
+ 133B2 W-02-002
967
+ 133B3 O-11-013
968
+ 133B4 W-02-009
969
+ 133B5 W-11-077
970
+ 133B6 W-11-012
971
+ 133B7 W-11-119
972
+ 133B8 W-03-007
973
+ 133B9 W-03-008
974
+ 133BA W-04-001
975
+ 133BB W-04-002
976
+ 133BC W-05-005
977
+ 133BD W-05-007
978
+ 133BE W-05-008
979
+ 133BF W-06-001
980
+ 133C0 W-06-033
981
+ 133C1 W-06-018
982
+ 133C2 W-06-032
983
+ 133C3 W-06-034
984
+ 133C4 W-06-051
985
+ 133C5 W-06-037
986
+ 133C6 W-06-052
987
+ 133C7 W-07-001
988
+ 133C8 W-07-006
989
+ 133C9 W-10-007
990
+ 133CA W-11-042
991
+ 133CB W-11-013
992
+ 133CC W-11-020
993
+ 133CD W-11-027
994
+ 133CE W-11-023
995
+ 133CF X-01-001
996
+ 133D0 X-02-001
997
+ 133D1 X-03-010
998
+ 133D2 X-04-010
999
+ 133D3 X-04-008
1000
+ 133D4 X-04-011
1001
+ 133D5 X-05-001
1002
+ 133D6 X-06-007
1003
+ 133D7 X-06-005
1004
+ 133D8 X-08-001
1005
+ 133D9 X-07-001
1006
+ 133DA X-07-002
1007
+ 133DB Y-01-006
1008
+ 133DC Y-01-005
1009
+ 133DD Y-01-002
1010
+ 133DE Y-02-005
1011
+ 133DF Y-02-003
1012
+ 133E0 Y-03-002
1013
+ 133E1 Y-03-005
1014
+ 133E2 Y-04-001
1015
+ 133E3 Y-06-016
1016
+ 133E4 Z-01-001
1017
+ 133E5 Z-01-011
1018
+ 133E6 Z-01-017
1019
+ 133E7 Z-01-012
1020
+ 133E8 Z-01-014
1021
+ 133E9 Z-01-015
1022
+ 133EA Z-01-002
1023
+ 133EB Z-01-018
1024
+ 133EC Z-01-013
1025
+ 133ED Z-01-008
1026
+ 133EE Z-01-009
1027
+ 133EF Z-01-005
1028
+ 133F0 Z-01-006
1029
+ 133F1 Z-07-004
1030
+ 133F2 Z-07-005
1031
+ 133F3 Z06-001
1032
+ 133F4 Z-02-001
1033
+ 133F5 Z-02-002
1034
+ 133F6 Z-02-003
1035
+ 133F7 T-21-003
1036
+ 133F8 Z-05-003
1037
+ 133F9 Z-01-019
1038
+ 133FA Z-01-023
1039
+ 133FB Z-01-024
1040
+ 133FC Z-01-025
1041
+ 133FD Z-01-026
1042
+ 133FE Z-01-027
1043
+ 133FF Z-01-028
1044
+ 13400 Z-01-029
1045
+ 13401 Z-01-030
1046
+ 13402 Z-01-031
1047
+ 13403 Z-01-032
1048
+ 13404 Z-01-034
1049
+ 13405 Z-01-035
1050
+ 13406 Z-01-036
1051
+ 13407 Z-01-037
1052
+ 13408 Z-01-038
1053
+ 13409 Z-01-039
1054
+ 1340A Z-01-040
1055
+ 1340B Z-01-041
1056
+ 1340C Z-01-042
1057
+ 1340D F-31-003
1058
+ 1340E F-30-003
1059
+ 1340F F-30-008
1060
+ 13410 W-04-003
1061
+ 13411 P-11-008
1062
+ 13412 AA-06-001
1063
+ 13413 U-22-022
1064
+ 13414 U-22-023
1065
+ 13415 F-19-008
1066
+ 13416 N-12-001
1067
+ 13417 Q-07-006
1068
+ 13418 Y-02-017
1069
+ 13419 O-24-070
1070
+ 1341A O-24-072
1071
+ 1341B F-26-017
1072
+ 1341C F-26-018
1073
+ 1341D F-26-012
1074
+ 1341E F-26-019
1075
+ 1341F T-07-056
1076
+ 13420 T-07-059
1077
+ 13421 V-04-033
1078
+ 13422 S-28-008
1079
+ 13423 S-27-005
1080
+ 13424 S-27-006
1081
+ 13425 U-18-033
1082
+ 13426 U-18-042
1083
+ 13427 AA-22-001
1084
+ 13428 AA-22-004
1085
+ 13429 U-21-001
1086
+ 1342A U-22-019
1087
+ 1342B U-22-021
1088
+ 1342C O-23-001
1089
+ 1342D O-23-008
1090
+ 1342E T-06-015
1091
+ 1342F V-03-021
1092
+ 13460 A-01-002
1093
+ 13461 A-01-003
1094
+ 13462 A-01-004
1095
+ 13463 A-01-006
1096
+ 13464 A-01-007
1097
+ 13465 A-01-010
1098
+ 13466 A-01-011
1099
+ 13467 A-01-012
1100
+ 13468 A-01-014
1101
+ 13469 A-01-015
1102
+ 1346A A-01-018
1103
+ 1346B A-01-019
1104
+ 1346C A-01-021
1105
+ 1346D A-01-023
1106
+ 1346E A-01-024
1107
+ 1346F A-01-028
1108
+ 13470 A-01-030
1109
+ 13471 A-01-032
1110
+ 13472 A-01-033
1111
+ 13473 A-01-034
1112
+ 13474 A-01-038
1113
+ 13475 A-01-039
1114
+ 13476 A-01-042
1115
+ 13477 A-01-044
1116
+ 13478 A-01-045
1117
+ 13479 A-01-046
1118
+ 1347A A-01-049
1119
+ 1347B A-01-051
1120
+ 1347C A-01-052
1121
+ 1347D A-01-054
1122
+ 1347E A-01-060
1123
+ 1347F A-01-061
1124
+ 13480 A-01-062
1125
+ 13481 A-01-063
1126
+ 13482 A-01-066
1127
+ 13483 A-01-067
1128
+ 13484 A-01-068
1129
+ 13485 A-01-070
1130
+ 13486 A-01-075
1131
+ 13487 A-01-077
1132
+ 13488 A-02-002
1133
+ 13489 A-02-005
1134
+ 1348A A-02-006
1135
+ 1348B A-02-008
1136
+ 1348C A-02-011
1137
+ 1348D A-02-012
1138
+ 1348E A-02-013
1139
+ 1348F A-02-014
1140
+ 13490 A-02-015
1141
+ 13491 A-02-016
1142
+ 13492 A-02-018
1143
+ 13493 A-02-022
1144
+ 13494 A-02-023
1145
+ 13495 A-02-025
1146
+ 13496 A-02-026
1147
+ 13497 A-02-027
1148
+ 13498 A-02-029
1149
+ 13499 A-02-031
1150
+ 1349A A-02-034
1151
+ 1349B A-02-035
1152
+ 1349C A-02-037
1153
+ 1349D A-02-038
1154
+ 1349E A-02-039
1155
+ 1349F A-02-042
1156
+ 134A0 A-02-045
1157
+ 134A1 A-02-055
1158
+ 134A2 A-02-057
1159
+ 134A3 A-02-060
1160
+ 134A4 A-02-061
1161
+ 134A5 A-04-002
1162
+ 134A6 A-04-003
1163
+ 134A7 A-04-007
1164
+ 134A8 A-04-008
1165
+ 134A9 A-04-009
1166
+ 134AA A-04-011
1167
+ 134AB A-04-012
1168
+ 134AC A-04-015
1169
+ 134AD A-04-020
1170
+ 134AE A-04-021
1171
+ 134AF A-04-023
1172
+ 134B0 A-05-002
1173
+ 134B1 A-05-007
1174
+ 134B2 A-05-008
1175
+ 134B3 A-05-010
1176
+ 134B4 A-05-011
1177
+ 134B5 A-05-012
1178
+ 134B6 A-05-013
1179
+ 134B7 A-05-015
1180
+ 134B8 A-05-016
1181
+ 134B9 A-05-017
1182
+ 134BA A-05-018
1183
+ 134BB A-05-019
1184
+ 134BC A-05-020
1185
+ 134BD A-05-021
1186
+ 134BE A-05-022
1187
+ 134BF A-05-023
1188
+ 134C0 A-05-027
1189
+ 134C1 A-05-028
1190
+ 134C2 A-05-029
1191
+ 134C3 A-05-030
1192
+ 134C4 A-05-031
1193
+ 134C5 A-05-035
1194
+ 134C6 A-06-001
1195
+ 134C7 A-06-002
1196
+ 134C8 A-06-003
1197
+ 134C9 A-06-004
1198
+ 134CA A-06-006
1199
+ 134CB A-06-007
1200
+ 134CC A-06-013
1201
+ 134CD A-06-014
1202
+ 134CE A-06-018
1203
+ 134CF A-06-020
1204
+ 134D0 A-06-024
1205
+ 134D1 A-06-027
1206
+ 134D2 A-06-028
1207
+ 134D3 A-06-029
1208
+ 134D4 A-06-032
1209
+ 134D5 A-06-033
1210
+ 134D6 A-06-035
1211
+ 134D7 A-06-039
1212
+ 134D8 A-06-040
1213
+ 134D9 A-06-041
1214
+ 134DA A-06-046
1215
+ 134DB A-07-001
1216
+ 134DC A-07-002
1217
+ 134DD A-07-003
1218
+ 134DE A-07-005
1219
+ 134DF A-07-009
1220
+ 134E0 A-07-010
1221
+ 134E1 A-07-012
1222
+ 134E2 A-07-018
1223
+ 134E3 A-07-019
1224
+ 134E4 A-07-020
1225
+ 134E5 A-07-022
1226
+ 134E6 A-07-023
1227
+ 134E7 A-07-025
1228
+ 134E8 A-07-026
1229
+ 134E9 A-07-029
1230
+ 134EA A-07-031
1231
+ 134EB A-07-032
1232
+ 134EC A-07-033
1233
+ 134ED A-07-035
1234
+ 134EE A-07-038
1235
+ 134EF A-07-039
1236
+ 134F0 A-07-040
1237
+ 134F1 A-07-042
1238
+ 134F2 A-07-043
1239
+ 134F3 A-07-044
1240
+ 134F4 A-07-045
1241
+ 134F5 A-07-046
1242
+ 134F6 A-07-047
1243
+ 134F7 A-07-048
1244
+ 134F8 A-07-051
1245
+ 134F9 A-07-055
1246
+ 134FA A-07-056
1247
+ 134FB A-07-057
1248
+ 134FC A-07-060
1249
+ 134FD A-08-001
1250
+ 134FE A-08-005
1251
+ 134FF A-08-007
1252
+ 13500 A-08-008
1253
+ 13501 A-08-009
1254
+ 13502 A-08-010
1255
+ 13503 A-08-013
1256
+ 13504 A-08-014
1257
+ 13505 A-08-019
1258
+ 13506 A-08-021
1259
+ 13507 A-08-022
1260
+ 13508 A-08-025
1261
+ 13509 A-08-029
1262
+ 1350A A-08-032
1263
+ 1350B A-08-034
1264
+ 1350C A-08-035
1265
+ 1350D A-08-040
1266
+ 1350E A-08-041
1267
+ 1350F A-08-042
1268
+ 13510 A-09-002
1269
+ 13511 A-09-003
1270
+ 13512 A-09-004
1271
+ 13513 A-09-008
1272
+ 13514 A-09-010
1273
+ 13515 A-09-013
1274
+ 13516 A-09-014
1275
+ 13517 A-09-015
1276
+ 13518 A-09-016
1277
+ 13519 A-09-018
1278
+ 1351A A-09-021
1279
+ 1351B A-09-022
1280
+ 1351C A-09-028
1281
+ 1351D A-09-031
1282
+ 1351E A-09-033
1283
+ 1351F A-10-001
1284
+ 13520 A-10-002
1285
+ 13521 A-10-003
1286
+ 13522 A-10-007
1287
+ 13523 A-10-009
1288
+ 13524 A-10-012
1289
+ 13525 A-10-014
1290
+ 13526 A-10-015
1291
+ 13527 A-11-004
1292
+ 13528 A-11-007
1293
+ 13529 A-11-009
1294
+ 1352A A-11-011
1295
+ 1352B A-12-004
1296
+ 1352C A-12-005
1297
+ 1352D A-12-006
1298
+ 1352E A-12-007
1299
+ 1352F A-12-009
1300
+ 13530 A-12-016
1301
+ 13531 A-12-017
1302
+ 13532 A-12-018
1303
+ 13533 A-12-021
1304
+ 13534 A-12-022
1305
+ 13535 A-12-027
1306
+ 13536 A-12-028
1307
+ 13537 A-12-029
1308
+ 13538 A-12-030
1309
+ 13539 A-12-031
1310
+ 1353A A-12-034
1311
+ 1353B A-12-036
1312
+ 1353C A-12-040
1313
+ 1353D A-12-041
1314
+ 1353E A-12-044
1315
+ 1353F A-12-046
1316
+ 13540 A-12-050
1317
+ 13541 A-12-054
1318
+ 13542 A-12-056
1319
+ 13543 A-12-058
1320
+ 13544 A-12-059
1321
+ 13545 A-12-060
1322
+ 13546 A-12-061
1323
+ 13547 A-12-064
1324
+ 13548 A-12-067
1325
+ 13549 A-12-072
1326
+ 1354A A-12-074
1327
+ 1354B A-12-076
1328
+ 1354C A-12-077
1329
+ 1354D A-12-078
1330
+ 1354E A-13-003
1331
+ 1354F A-13-006
1332
+ 13550 A-13-007
1333
+ 13551 A-13-013
1334
+ 13552 A-13-014
1335
+ 13553 A-13-015
1336
+ 13554 A-13-018
1337
+ 13555 A-13-019
1338
+ 13556 A-13-021
1339
+ 13557 A-13-022
1340
+ 13558 A-13-024
1341
+ 13559 A-13-026
1342
+ 1355A A-13-027
1343
+ 1355B A-13-028
1344
+ 1355C A-13-029
1345
+ 1355D A-13-032
1346
+ 1355E A-13-033
1347
+ 1355F A-13-034
1348
+ 13560 A-13-035
1349
+ 13561 A-13-037
1350
+ 13562 A-13-042
1351
+ 13563 A-14-001
1352
+ 13564 A-14-003
1353
+ 13565 A-14-008
1354
+ 13566 A-14-010
1355
+ 13567 A-14-012
1356
+ 13568 A-14-013
1357
+ 13569 A-14-014
1358
+ 1356A A-14-015
1359
+ 1356B A-15-001
1360
+ 1356C A-15-002
1361
+ 1356D A-15-004
1362
+ 1356E A-15-005
1363
+ 1356F A-15-006
1364
+ 13570 A-15-008
1365
+ 13571 A-15-009
1366
+ 13572 A-15-010
1367
+ 13573 A-15-013
1368
+ 13574 A-15-014
1369
+ 13575 A-15-017
1370
+ 13576 A-15-020
1371
+ 13577 A-15-021
1372
+ 13578 A-15-026
1373
+ 13579 A-15-028
1374
+ 1357A A-15-029
1375
+ 1357B A-15-030
1376
+ 1357C A-15-031
1377
+ 1357D A-15-033
1378
+ 1357E A-15-034
1379
+ 1357F A-15-035
1380
+ 13580 A-15-037
1381
+ 13581 A-15-041
1382
+ 13582 A-15-042
1383
+ 13583 A-15-044
1384
+ 13584 A-15-045
1385
+ 13585 A-15-046
1386
+ 13586 A-15-047
1387
+ 13587 A-15-052
1388
+ 13588 A-15-054
1389
+ 13589 A-15-055
1390
+ 1358A A-15-071
1391
+ 1358B A-15-072
1392
+ 1358C A-15-073
1393
+ 1358D A-15-074
1394
+ 1358E A-16-005
1395
+ 1358F A-16-010
1396
+ 13590 A-16-011
1397
+ 13591 A-16-014
1398
+ 13592 A-16-015
1399
+ 13593 A-16-016
1400
+ 13594 A-16-024
1401
+ 13595 A-16-025
1402
+ 13596 A-16-026
1403
+ 13597 A-16-028
1404
+ 13598 A-16-030
1405
+ 13599 A-16-032
1406
+ 1359A A-16-035
1407
+ 1359B A-16-041
1408
+ 1359C A-16-042
1409
+ 1359D A-16-043
1410
+ 1359E A-16-044
1411
+ 1359F A-16-046
1412
+ 135A0 A-16-047
1413
+ 135A1 A-16-048
1414
+ 135A2 A-16-049
1415
+ 135A3 A-16-050
1416
+ 135A4 A-16-052
1417
+ 135A5 A-17-001
1418
+ 135A6 A-17-004
1419
+ 135A7 A-17-009
1420
+ 135A8 A-17-012
1421
+ 135A9 A-17-013
1422
+ 135AA A-17-015
1423
+ 135AB A-17-018
1424
+ 135AC A-17-019
1425
+ 135AD A-17-020
1426
+ 135AE A-17-021
1427
+ 135AF A-18-003
1428
+ 135B0 A-18-007
1429
+ 135B1 A-18-009
1430
+ 135B2 A-18-010
1431
+ 135B3 A-18-013
1432
+ 135B4 A-18-017
1433
+ 135B5 A-18-020
1434
+ 135B6 A-18-023
1435
+ 135B7 A-18-024
1436
+ 135B8 A-18-027
1437
+ 135B9 A-18-028
1438
+ 135BA A-18-031
1439
+ 135BB A-18-032
1440
+ 135BC A-18-038
1441
+ 135BD A-18-046
1442
+ 135BE A-18-049
1443
+ 135BF A-18-050
1444
+ 135C0 A-18-051
1445
+ 135C1 A-18-052
1446
+ 135C2 A-18-053
1447
+ 135C3 A-18-054
1448
+ 135C4 A-18-055
1449
+ 135C5 A-18-056
1450
+ 135C6 A-18-058
1451
+ 135C7 A-18-059
1452
+ 135C8 A-18-060
1453
+ 135C9 A-18-061
1454
+ 135CA A-18-065
1455
+ 135CB A-18-068
1456
+ 135CC A-18-069
1457
+ 135CD A-18-072
1458
+ 135CE A-18-077
1459
+ 135CF A-18-078
1460
+ 135D0 A-18-079
1461
+ 135D1 A-18-080
1462
+ 135D2 A-18-082
1463
+ 135D3 A-18-086
1464
+ 135D4 A-18-088
1465
+ 135D5 A-18-092
1466
+ 135D6 A-18-095
1467
+ 135D7 A-18-098
1468
+ 135D8 A-18-100
1469
+ 135D9 A-18-105
1470
+ 135DA A-18-110
1471
+ 135DB A-18-111
1472
+ 135DC A-18-117
1473
+ 135DD A-18-118
1474
+ 135DE A-19-003
1475
+ 135DF A-19-005
1476
+ 135E0 A-19-010
1477
+ 135E1 A-19-012
1478
+ 135E2 A-19-013
1479
+ 135E3 A-19-016
1480
+ 135E4 A-19-017
1481
+ 135E5 A-19-018
1482
+ 135E6 A-19-021
1483
+ 135E7 A-19-024
1484
+ 135E8 A-19-025
1485
+ 135E9 A-19-027
1486
+ 135EA A-19-029
1487
+ 135EB A-20-002
1488
+ 135EC A-20-006
1489
+ 135ED A-20-008
1490
+ 135EE A-20-012
1491
+ 135EF A-20-016
1492
+ 135F0 A-20-017
1493
+ 135F1 A-20-022
1494
+ 135F2 A-20-023
1495
+ 135F3 A-20-024
1496
+ 135F4 A-20-026
1497
+ 135F5 A-20-027
1498
+ 135F6 A-20-030
1499
+ 135F7 A-20-032
1500
+ 135F8 A-20-045
1501
+ 135F9 A-20-047
1502
+ 135FA A-20-048
1503
+ 135FB A-20-050
1504
+ 135FC A-20-053
1505
+ 135FD A-20-055
1506
+ 135FE A-20-056
1507
+ 135FF A-20-057
1508
+ 13600 A-20-058
1509
+ 13601 A-20-062
1510
+ 13602 A-20-063
1511
+ 13603 A-20-066
1512
+ 13604 A-21-003
1513
+ 13605 A-21-006
1514
+ 13606 A-21-009
1515
+ 13607 A-21-010
1516
+ 13608 A-21-011
1517
+ 13609 A-21-012
1518
+ 1360A A-21-014
1519
+ 1360B A-21-015
1520
+ 1360C A-21-016
1521
+ 1360D A-21-018
1522
+ 1360E A-21-019
1523
+ 1360F A-21-020
1524
+ 13610 A-21-021
1525
+ 13611 A-21-022
1526
+ 13612 A-21-023
1527
+ 13613 A-21-025
1528
+ 13614 A-21-027
1529
+ 13615 A-21-028
1530
+ 13616 A-21-029
1531
+ 13617 A-21-031
1532
+ 13618 A-21-032
1533
+ 13619 A-21-033
1534
+ 1361A A-21-034
1535
+ 1361B A-21-036
1536
+ 1361C A-22-001
1537
+ 1361D A-23-003
1538
+ 1361E A-23-008
1539
+ 1361F A-23-009
1540
+ 13620 A-23-011
1541
+ 13621 A-23-014
1542
+ 13622 A-23-015
1543
+ 13623 A-23-016
1544
+ 13624 A-23-019
1545
+ 13625 A-23-023
1546
+ 13626 A-23-024
1547
+ 13627 A-23-025
1548
+ 13628 A-23-026
1549
+ 13629 A-23-028
1550
+ 1362A A-23-031
1551
+ 1362B A-23-032
1552
+ 1362C A-23-035
1553
+ 1362D A-23-036
1554
+ 1362E A-23-037
1555
+ 1362F A-23-039
1556
+ 13630 A-23-041
1557
+ 13631 A-23-043
1558
+ 13632 A-23-044
1559
+ 13633 A-23-046
1560
+ 13634 A-23-051
1561
+ 13635 A-23-052
1562
+ 13636 A-23-054
1563
+ 13637 A-23-055
1564
+ 13638 A-23-057
1565
+ 13639 A-23-058
1566
+ 1363A A-23-064
1567
+ 1363B A-23-065
1568
+ 1363C A-23-069
1569
+ 1363D A-24-003
1570
+ 1363E A-25-001
1571
+ 1363F A-25-002
1572
+ 13640 A-25-003
1573
+ 13641 A-25-011
1574
+ 13642 A-25-012
1575
+ 13643 A-25-015
1576
+ 13644 A-25-018
1577
+ 13645 A-25-019
1578
+ 13646 A-25-021
1579
+ 13647 A-25-022
1580
+ 13648 A-25-024
1581
+ 13649 A-25-033
1582
+ 1364A A-25-034
1583
+ 1364B A-25-035
1584
+ 1364C A-25-036
1585
+ 1364D A-25-037
1586
+ 1364E A-25-041
1587
+ 1364F A-25-044
1588
+ 13650 A-25-045
1589
+ 13651 A-25-046
1590
+ 13652 A-26-006
1591
+ 13653 A-26-009
1592
+ 13654 A-26-015
1593
+ 13655 A-26-016
1594
+ 13656 A-26-017
1595
+ 13657 A-26-021
1596
+ 13658 A-26-022
1597
+ 13659 A-26-025
1598
+ 1365A A-26-026
1599
+ 1365B A-26-035
1600
+ 1365C A-26-037
1601
+ 1365D A-26-038
1602
+ 1365E A-26-039
1603
+ 1365F A-26-040
1604
+ 13660 A-26-046
1605
+ 13661 A-26-052
1606
+ 13662 A-27-001
1607
+ 13663 A-27-002
1608
+ 13664 A-27-003
1609
+ 13665 A-27-006
1610
+ 13666 A-27-008
1611
+ 13667 A-27-010
1612
+ 13668 A-27-015
1613
+ 13669 A-27-018
1614
+ 1366A A-27-020
1615
+ 1366B A-27-025
1616
+ 1366C A-27-026
1617
+ 1366D A-27-029
1618
+ 1366E A-27-031
1619
+ 1366F A-28-003
1620
+ 13670 A-28-004
1621
+ 13671 A-28-006
1622
+ 13672 A-28-009
1623
+ 13673 A-28-011
1624
+ 13674 A-28-012
1625
+ 13675 A-28-013
1626
+ 13676 A-28-014
1627
+ 13677 A-28-015
1628
+ 13678 A-28-018
1629
+ 13679 A-28-020
1630
+ 1367A A-28-021
1631
+ 1367B A-28-024
1632
+ 1367C A-28-025
1633
+ 1367D A-28-026
1634
+ 1367E A-28-029
1635
+ 1367F A-28-030
1636
+ 13680 A-28-031
1637
+ 13681 A-28-033
1638
+ 13682 A-28-036
1639
+ 13683 A-28-037
1640
+ 13684 A-28-042
1641
+ 13685 A-28-043
1642
+ 13686 A-28-054
1643
+ 13687 A-28-055
1644
+ 13688 A-28-056
1645
+ 13689 A-28-057
1646
+ 1368A A-29-002
1647
+ 1368B A-29-003
1648
+ 1368C A-29-008
1649
+ 1368D A-29-012
1650
+ 1368E A-29-013
1651
+ 1368F A-29-014
1652
+ 13690 A-29-017
1653
+ 13691 A-29-018
1654
+ 13692 A-29-019
1655
+ 13693 A-29-022
1656
+ 13694 A-29-023
1657
+ 13695 A-29-024
1658
+ 13696 A-29-027
1659
+ 13697 A-29-030
1660
+ 13698 A-30-001
1661
+ 13699 A-30-002
1662
+ 1369A A-30-003
1663
+ 1369B A-30-006
1664
+ 1369C A-30-007
1665
+ 1369D A-30-008
1666
+ 1369E A-30-009
1667
+ 1369F A-30-010
1668
+ 136A0 A-30-011
1669
+ 136A1 A-30-013
1670
+ 136A2 A-30-021
1671
+ 136A3 A-30-026
1672
+ 136A4 A-30-027
1673
+ 136A5 A-30-038
1674
+ 136A6 A-30-042
1675
+ 136A7 A-30-043
1676
+ 136A8 A-30-044
1677
+ 136A9 A-30-045
1678
+ 136AA A-30-046
1679
+ 136AB A-30-047
1680
+ 136AC A-30-049
1681
+ 136AD A-30-050
1682
+ 136AE A-30-055
1683
+ 136AF A-30-057
1684
+ 136B0 A-31-004
1685
+ 136B1 A-31-006
1686
+ 136B2 A-31-007
1687
+ 136B3 A-31-011
1688
+ 136B4 A-31-012
1689
+ 136B5 A-32-003
1690
+ 136B6 A-32-004
1691
+ 136B7 A-32-005
1692
+ 136B8 A-32-009
1693
+ 136B9 A-33-003
1694
+ 136BA A-33-004
1695
+ 136BB A-33-007
1696
+ 136BC A-33-009
1697
+ 136BD A-33-010
1698
+ 136BE A-33-011
1699
+ 136BF A-33-014
1700
+ 136C0 A-33-015
1701
+ 136C1 A-33-017
1702
+ 136C2 A-33-018
1703
+ 136C3 A-34-003
1704
+ 136C4 A-34-004
1705
+ 136C5 A-34-005
1706
+ 136C6 A-34-007
1707
+ 136C7 A-34-008
1708
+ 136C8 A-34-009
1709
+ 136C9 A-34-010
1710
+ 136CA A-34-011
1711
+ 136CB A-34-012
1712
+ 136CC A-34-013
1713
+ 136CD A-34-014
1714
+ 136CE A-34-015
1715
+ 136CF A-34-018
1716
+ 136D0 A-34-019
1717
+ 136D1 A-34-020
1718
+ 136D2 A-34-021
1719
+ 136D3 A-34-028
1720
+ 136D4 B-01-005
1721
+ 136D5 B-01-007
1722
+ 136D6 B-01-009
1723
+ 136D7 B-01-010
1724
+ 136D8 B-01-011
1725
+ 136D9 B-01-013
1726
+ 136DA B-01-015
1727
+ 136DB B-01-017
1728
+ 136DC B-01-019
1729
+ 136DD B-01-025
1730
+ 136DE B-01-026
1731
+ 136DF B-01-028
1732
+ 136E0 B-01-030
1733
+ 136E1 B-01-032
1734
+ 136E2 B-01-033
1735
+ 136E3 B-01-034
1736
+ 136E4 B-01-035
1737
+ 136E5 B-01-036
1738
+ 136E6 B-01-037
1739
+ 136E7 B-01-039
1740
+ 136E8 B-01-040
1741
+ 136E9 B-01-041
1742
+ 136EA B-01-047
1743
+ 136EB B-01-049
1744
+ 136EC B-01-051
1745
+ 136ED B-01-053
1746
+ 136EE B-01-054
1747
+ 136EF B-01-055
1748
+ 136F0 B-02-001
1749
+ 136F1 B-02-004
1750
+ 136F2 B-02-006
1751
+ 136F3 B-02-007
1752
+ 136F4 B-02-012
1753
+ 136F5 B-02-014
1754
+ 136F6 B-03-001
1755
+ 136F7 B-03-002
1756
+ 136F8 B-03-004
1757
+ 136F9 B-03-005
1758
+ 136FA B-03-009
1759
+ 136FB B-03-011
1760
+ 136FC B-03-014
1761
+ 136FD B-03-015
1762
+ 136FE B-03-019
1763
+ 136FF B-03-020
1764
+ 13700 B-04-001
1765
+ 13701 B-04-002
1766
+ 13702 B-04-003
1767
+ 13703 B-04-006
1768
+ 13704 B-04-008
1769
+ 13705 B-04-011
1770
+ 13706 B-04-012
1771
+ 13707 B-04-013
1772
+ 13708 B-04-015
1773
+ 13709 B-04-016
1774
+ 1370A B-04-017
1775
+ 1370B B-04-018
1776
+ 1370C B-04-023
1777
+ 1370D B-04-024
1778
+ 1370E B-04-025
1779
+ 1370F B-05-002
1780
+ 13710 B-05-003
1781
+ 13711 B-05-005
1782
+ 13712 B-05-010
1783
+ 13713 B-05-011
1784
+ 13714 B-05-012
1785
+ 13715 B-05-013
1786
+ 13716 B-05-015
1787
+ 13717 B-05-016
1788
+ 13718 B-05-017
1789
+ 13719 B-05-021
1790
+ 1371A B-05-022
1791
+ 1371B B-05-024
1792
+ 1371C B-05-025
1793
+ 1371D B-05-026
1794
+ 1371E B-05-029
1795
+ 1371F B-05-031
1796
+ 13720 B-05-032
1797
+ 13721 B-05-034
1798
+ 13722 B-05-035
1799
+ 13723 B-05-036
1800
+ 13724 B-05-037
1801
+ 13725 B-05-039
1802
+ 13726 B-05-040
1803
+ 13727 B-05-042
1804
+ 13728 B-05-043
1805
+ 13729 B-05-045
1806
+ 1372A B-06-001
1807
+ 1372B B-06-002
1808
+ 1372C B-06-004
1809
+ 1372D B-07-002
1810
+ 1372E B-07-003
1811
+ 1372F B-07-007
1812
+ 13730 B-07-009
1813
+ 13731 B-07-011
1814
+ 13732 B-08-001
1815
+ 13733 B-08-002
1816
+ 13734 B-08-003
1817
+ 13735 B-08-006
1818
+ 13736 B-08-013
1819
+ 13737 B-09-003
1820
+ 13738 B-09-005
1821
+ 13739 B-09-006
1822
+ 1373A B-09-007
1823
+ 1373B B-09-008
1824
+ 1373C B-09-013
1825
+ 1373D B-09-015
1826
+ 1373E B-09-017
1827
+ 1373F B-09-018
1828
+ 13740 B-09-019
1829
+ 13741 B-09-021
1830
+ 13742 B-09-022
1831
+ 13743 B-09-023
1832
+ 13744 B-10-003
1833
+ 13745 B-10-004
1834
+ 13746 B-10-006
1835
+ 13747 B-10-007
1836
+ 13748 B-10-008
1837
+ 13749 C-01-002
1838
+ 1374A C-01-003
1839
+ 1374B C-01-004
1840
+ 1374C C-01-007
1841
+ 1374D C-01-008
1842
+ 1374E C-01-009
1843
+ 1374F C-01-011
1844
+ 13750 C-01-012
1845
+ 13751 C-01-013
1846
+ 13752 C-01-014
1847
+ 13753 C-01-016
1848
+ 13754 C-01-017
1849
+ 13755 C-01-020
1850
+ 13756 C-01-022
1851
+ 13757 C-01-025
1852
+ 13758 C-01-029
1853
+ 13759 C-01-032
1854
+ 1375A C-01-033
1855
+ 1375B C-01-037
1856
+ 1375C C-01-038
1857
+ 1375D C-01-042
1858
+ 1375E C-02-002
1859
+ 1375F C-02-004
1860
+ 13760 C-02-005
1861
+ 13761 C-02-008
1862
+ 13762 C-02-009
1863
+ 13763 C-03-001
1864
+ 13764 C-03-002
1865
+ 13765 C-03-005
1866
+ 13766 C-03-006
1867
+ 13767 C-03-007
1868
+ 13768 C-03-008
1869
+ 13769 C-03-009
1870
+ 1376A C-03-018
1871
+ 1376B C-03-019
1872
+ 1376C C-03-021
1873
+ 1376D C-03-022
1874
+ 1376E C-04-002
1875
+ 1376F C-04-004
1876
+ 13770 C-04-005
1877
+ 13771 C-04-007
1878
+ 13772 C-04-011
1879
+ 13773 C-04-013
1880
+ 13774 C-04-015
1881
+ 13775 C-04-017
1882
+ 13776 C-04-018
1883
+ 13777 C-04-019
1884
+ 13778 C-04-021
1885
+ 13779 C-04-022
1886
+ 1377A C-04-023
1887
+ 1377B C-04-024
1888
+ 1377C C-04-025
1889
+ 1377D C-04-026
1890
+ 1377E C-04-028
1891
+ 1377F C-04-029
1892
+ 13780 C-04-031
1893
+ 13781 C-04-033
1894
+ 13782 C-04-036
1895
+ 13783 C-04-038
1896
+ 13784 C-04-041
1897
+ 13785 C-04-043
1898
+ 13786 C-04-044
1899
+ 13787 C-04-045
1900
+ 13788 C-04-049
1901
+ 13789 C-04-050
1902
+ 1378A C-04-054
1903
+ 1378B C-04-057
1904
+ 1378C C-04-058
1905
+ 1378D C-05-001
1906
+ 1378E C-05-002
1907
+ 1378F C-05-003
1908
+ 13790 C-05-005
1909
+ 13791 C-05-006
1910
+ 13792 C-07-005
1911
+ 13793 C-08-002
1912
+ 13794 C-08-005
1913
+ 13795 C-08-009
1914
+ 13796 C-09-002
1915
+ 13797 C-09-003
1916
+ 13798 C-09-007
1917
+ 13799 C-09-009
1918
+ 1379A C-09-010
1919
+ 1379B C-09-011
1920
+ 1379C C-09-012
1921
+ 1379D C-09-020
1922
+ 1379E C-09-021
1923
+ 1379F C-09-024
1924
+ 137A0 C-09-028
1925
+ 137A1 C-09-031
1926
+ 137A2 C-09-034
1927
+ 137A3 C-09-036
1928
+ 137A4 C-09-038
1929
+ 137A5 C-09-039
1930
+ 137A6 C-09-040
1931
+ 137A7 C-09-043
1932
+ 137A8 C-09-047
1933
+ 137A9 C-09-048
1934
+ 137AA C-09-051
1935
+ 137AB C-09-054
1936
+ 137AC C-09-055
1937
+ 137AD C-09-056
1938
+ 137AE C-09-057
1939
+ 137AF C-09-059
1940
+ 137B0 C-09-061
1941
+ 137B1 C-09-062
1942
+ 137B2 C-09-063
1943
+ 137B3 C-09-064
1944
+ 137B4 C-09-065
1945
+ 137B5 C-09-067
1946
+ 137B6 C-09-070
1947
+ 137B7 C-09-074
1948
+ 137B8 C-09-075
1949
+ 137B9 C-09-076
1950
+ 137BA C-09-081
1951
+ 137BB C-09-083
1952
+ 137BC C-09-084
1953
+ 137BD C-09-085
1954
+ 137BE C-09-087
1955
+ 137BF C-09-088
1956
+ 137C0 C-09-092
1957
+ 137C1 C-09-093
1958
+ 137C2 C-09-094
1959
+ 137C3 C-09-096
1960
+ 137C4 C-09-097
1961
+ 137C5 C-09-100
1962
+ 137C6 C-09-104
1963
+ 137C7 C-09-106
1964
+ 137C8 C-09-109
1965
+ 137C9 C-09-111
1966
+ 137CA C-09-114
1967
+ 137CB C-09-116
1968
+ 137CC C-10-002
1969
+ 137CD C-10-004
1970
+ 137CE C-10-009
1971
+ 137CF C-10-010
1972
+ 137D0 C-10-011
1973
+ 137D1 C-10-014
1974
+ 137D2 C-10-015
1975
+ 137D3 C-10-016
1976
+ 137D4 C-10-017
1977
+ 137D5 C-10-018
1978
+ 137D6 C-10-019
1979
+ 137D7 C-10-020
1980
+ 137D8 C-10-021
1981
+ 137D9 C-10-022
1982
+ 137DA C-10-025
1983
+ 137DB C-10-026
1984
+ 137DC C-10-028
1985
+ 137DD C-10-030
1986
+ 137DE C-10-031
1987
+ 137DF C-11-001
1988
+ 137E0 C-11-003
1989
+ 137E1 C-11-004
1990
+ 137E2 C-11-005
1991
+ 137E3 C-11-006
1992
+ 137E4 C-11-008
1993
+ 137E5 C-11-009
1994
+ 137E6 C-11-010
1995
+ 137E7 C-12-001
1996
+ 137E8 C-13-002
1997
+ 137E9 C-13-005
1998
+ 137EA C-13-006
1999
+ 137EB C-13-007
2000
+ 137EC C-13-010
2001
+ 137ED C-13-011
2002
+ 137EE C-13-013
2003
+ 137EF C-13-014
2004
+ 137F0 C-13-015
2005
+ 137F1 C-13-017
2006
+ 137F2 C-13-019
2007
+ 137F3 C-13-021
2008
+ 137F4 C-13-023
2009
+ 137F5 C-13-024
2010
+ 137F6 C-13-025
2011
+ 137F7 C-13-027
2012
+ 137F8 C-13-029
2013
+ 137F9 C-13-030
2014
+ 137FA C-13-031
2015
+ 137FB C-13-033
2016
+ 137FC C-13-035
2017
+ 137FD C-13-036
2018
+ 137FE C-13-037
2019
+ 137FF C-13-040
2020
+ 13800 C-13-041
2021
+ 13801 C-13-043
2022
+ 13802 C-13-044
2023
+ 13803 C-13-045
2024
+ 13804 C-14-001
2025
+ 13805 C-14-002
2026
+ 13806 C-14-008
2027
+ 13807 C-14-009
2028
+ 13808 C-14-012
2029
+ 13809 C-14-014
2030
+ 1380A C-14-015
2031
+ 1380B C-15-002
2032
+ 1380C C-15-004
2033
+ 1380D C-15-006
2034
+ 1380E C-15-009
2035
+ 1380F C-15-012
2036
+ 13810 C-15-013
2037
+ 13811 C-15-015
2038
+ 13812 C-15-018
2039
+ 13813 C-15-021
2040
+ 13814 C-15-022
2041
+ 13815 C-15-023
2042
+ 13816 C-15-026
2043
+ 13817 C-15-028
2044
+ 13818 C-15-030
2045
+ 13819 C-15-032
2046
+ 1381A C-15-034
2047
+ 1381B C-16-002
2048
+ 1381C C-16-003
2049
+ 1381D C-16-005
2050
+ 1381E C-17-004
2051
+ 1381F C-17-005
2052
+ 13820 C-17-006
2053
+ 13821 C-18-001
2054
+ 13822 C-19-001
2055
+ 13823 C-19-004
2056
+ 13824 C-19-006
2057
+ 13825 C-19-007
2058
+ 13826 C-19-008
2059
+ 13827 C-19-009
2060
+ 13828 C-19-012
2061
+ 13829 C-19-015
2062
+ 1382A C-19-017
2063
+ 1382B C-20-001
2064
+ 1382C C-20-002
2065
+ 1382D C-20-004
2066
+ 1382E C-21-002
2067
+ 1382F C-21-004
2068
+ 13830 C-22-001
2069
+ 13831 C-22-003
2070
+ 13832 C-22-006
2071
+ 13833 C-22-008
2072
+ 13834 C-22-010
2073
+ 13835 C-22-016
2074
+ 13836 C-22-017
2075
+ 13837 C-22-019
2076
+ 13838 C-22-021
2077
+ 13839 C-23-001
2078
+ 1383A C-23-003
2079
+ 1383B C-23-007
2080
+ 1383C C-23-012
2081
+ 1383D C-23-013
2082
+ 1383E C-23-017
2083
+ 1383F C-23-018
2084
+ 13840 C-23-021
2085
+ 13841 C-23-025
2086
+ 13842 C-23-026
2087
+ 13843 C-24-001
2088
+ 13844 C-24-003
2089
+ 13845 C-24-004
2090
+ 13846 C-24-005
2091
+ 13847 C-24-006
2092
+ 13848 C-25-001
2093
+ 13849 C-26-002
2094
+ 1384A C-26-005
2095
+ 1384B C-26-008
2096
+ 1384C C-26-009
2097
+ 1384D C-26-010
2098
+ 1384E C-26-012
2099
+ 1384F C-26-015
2100
+ 13850 C-26-019
2101
+ 13851 C-27-001
2102
+ 13852 C-27-002
2103
+ 13853 C-27-005
2104
+ 13854 C-27-006
2105
+ 13855 C-27-007
2106
+ 13856 C-28-001
2107
+ 13857 C-29-002
2108
+ 13858 C-29-003
2109
+ 13859 C-29-005
2110
+ 1385A C-29-007
2111
+ 1385B C-30-004
2112
+ 1385C C-30-005
2113
+ 1385D C-30-006
2114
+ 1385E C-30-010
2115
+ 1385F C-30-011
2116
+ 13860 C-30-013
2117
+ 13861 C-30-014
2118
+ 13862 C-30-018
2119
+ 13863 C-30-019
2120
+ 13864 C-31-002
2121
+ 13865 C-31-006
2122
+ 13866 C-31-007
2123
+ 13867 C-31-010
2124
+ 13868 C-31-011
2125
+ 13869 C-31-014
2126
+ 1386A C-31-017
2127
+ 1386B C-31-019
2128
+ 1386C C-31-020
2129
+ 1386D C-31-021
2130
+ 1386E C-31-022
2131
+ 1386F C-31-023
2132
+ 13870 C-31-026
2133
+ 13871 C-32-001
2134
+ 13872 C-32-002
2135
+ 13873 C-32-003
2136
+ 13874 C-32-004
2137
+ 13875 C-32-013
2138
+ 13876 C-33-002
2139
+ 13877 C-33-004
2140
+ 13878 C-34-004
2141
+ 13879 C-34-005
2142
+ 1387A C-34-006
2143
+ 1387B C-34-008
2144
+ 1387C C-34-009
2145
+ 1387D C-35-003
2146
+ 1387E C-35-007
2147
+ 1387F C-35-008
2148
+ 13880 C-35-009
2149
+ 13881 C-35-010
2150
+ 13882 C-35-013
2151
+ 13883 C-35-015
2152
+ 13884 C-35-016
2153
+ 13885 C-35-017
2154
+ 13886 C-35-018
2155
+ 13887 C-35-020
2156
+ 13888 C-35-021
2157
+ 13889 C-35-022
2158
+ 1388A C-35-026
2159
+ 1388B C-35-027
2160
+ 1388C C-35-028
2161
+ 1388D C-35-029
2162
+ 1388E C-35-031
2163
+ 1388F C-35-032
2164
+ 13890 C-35-033
2165
+ 13891 C-35-034
2166
+ 13892 C-35-036
2167
+ 13893 C-35-038
2168
+ 13894 C-35-041
2169
+ 13895 C-35-043
2170
+ 13896 C-35-046
2171
+ 13897 C-35-047
2172
+ 13898 C-35-049
2173
+ 13899 C-35-051
2174
+ 1389A C-35-053
2175
+ 1389B C-35-054
2176
+ 1389C C-35-057
2177
+ 1389D C-35-062
2178
+ 1389E C-35-064
2179
+ 1389F C-35-066
2180
+ 138A0 C-35-067
2181
+ 138A1 C-35-068
2182
+ 138A2 C-35-069
2183
+ 138A3 C-35-070
2184
+ 138A4 C-35-071
2185
+ 138A5 C-35-073
2186
+ 138A6 C-35-074
2187
+ 138A7 C-35-080
2188
+ 138A8 C-35-083
2189
+ 138A9 C-35-084
2190
+ 138AA C-35-087
2191
+ 138AB C-35-088
2192
+ 138AC C-35-090
2193
+ 138AD C-35-091
2194
+ 138AE C-36-001
2195
+ 138AF C-36-003
2196
+ 138B0 C-36-004
2197
+ 138B1 C-36-006
2198
+ 138B2 C-36-007
2199
+ 138B3 C-36-009
2200
+ 138B4 C-36-010
2201
+ 138B5 C-36-012
2202
+ 138B6 C-36-014
2203
+ 138B7 C-36-016
2204
+ 138B8 C-36-017
2205
+ 138B9 C-36-020
2206
+ 138BA C-36-021
2207
+ 138BB C-36-022
2208
+ 138BC C-36-023
2209
+ 138BD C-36-026
2210
+ 138BE C-36-030
2211
+ 138BF C-36-031
2212
+ 138C0 C-36-032
2213
+ 138C1 C-36-033
2214
+ 138C2 C-36-034
2215
+ 138C3 C-36-036
2216
+ 138C4 C-36-039
2217
+ 138C5 C-36-040
2218
+ 138C6 C-36-041
2219
+ 138C7 C-36-042
2220
+ 138C8 C-37-003
2221
+ 138C9 C-37-006
2222
+ 138CA C-37-007
2223
+ 138CB C-37-009
2224
+ 138CC C-37-010
2225
+ 138CD C-37-012
2226
+ 138CE C-37-013
2227
+ 138CF C-37-014
2228
+ 138D0 C-37-015
2229
+ 138D1 C-37-016
2230
+ 138D2 C-37-019
2231
+ 138D3 C-37-020
2232
+ 138D4 C-37-022
2233
+ 138D5 C-37-023
2234
+ 138D6 C-37-024
2235
+ 138D7 C-38-003
2236
+ 138D8 C-38-004
2237
+ 138D9 C-38-005
2238
+ 138DA C-38-008
2239
+ 138DB C-38-009
2240
+ 138DC C-38-012
2241
+ 138DD C-38-014
2242
+ 138DE C-39-001
2243
+ 138DF C-39-003
2244
+ 138E0 C-39-004
2245
+ 138E1 C-39-006
2246
+ 138E2 C-39-007
2247
+ 138E3 C-39-011
2248
+ 138E4 C-39-013
2249
+ 138E5 C-40-001
2250
+ 138E6 C-40-002
2251
+ 138E7 C-40-004
2252
+ 138E8 C-40-007
2253
+ 138E9 C-40-009
2254
+ 138EA C-40-013
2255
+ 138EB C-40-014
2256
+ 138EC C-40-016
2257
+ 138ED C-40-017
2258
+ 138EE C-40-021
2259
+ 138EF C-40-022
2260
+ 138F0 C-41-004
2261
+ 138F1 C-42-001
2262
+ 138F2 C-42-004
2263
+ 138F3 C-42-005
2264
+ 138F4 C-42-010
2265
+ 138F5 C-43-001
2266
+ 138F6 C-43-002
2267
+ 138F7 C-43-004
2268
+ 138F8 C-43-006
2269
+ 138F9 C-43-008
2270
+ 138FA C-43-010
2271
+ 138FB C-43-011
2272
+ 138FC C-43-014
2273
+ 138FD C-43-015
2274
+ 138FE C-43-021
2275
+ 138FF C-44-001
2276
+ 13900 C-45-001
2277
+ 13901 C-45-002
2278
+ 13902 C-45-005
2279
+ 13903 C-45-006
2280
+ 13904 C-45-007
2281
+ 13905 C-46-002
2282
+ 13906 C-46-003
2283
+ 13907 C-47-001
2284
+ 13908 C-47-002
2285
+ 13909 C-47-005
2286
+ 1390A C-47-010
2287
+ 1390B C-47-011
2288
+ 1390C C-47-012
2289
+ 1390D C-47-014
2290
+ 1390E C-47-015
2291
+ 1390F C-47-016
2292
+ 13910 C-47-020
2293
+ 13911 C-47-021
2294
+ 13912 C-47-022
2295
+ 13913 C-47-027
2296
+ 13914 C-47-028
2297
+ 13915 C-47-031
2298
+ 13916 C-47-036
2299
+ 13917 C-47-037
2300
+ 13918 C-47-038
2301
+ 13919 C-47-039
2302
+ 1391A C-47-041
2303
+ 1391B C-47-046
2304
+ 1391C C-47-048
2305
+ 1391D C-47-049
2306
+ 1391E C-47-054
2307
+ 1391F C-47-057
2308
+ 13920 C-47-059
2309
+ 13921 C-47-060
2310
+ 13922 C-47-062
2311
+ 13923 C-48-001
2312
+ 13924 C-48-002
2313
+ 13925 C-48-003
2314
+ 13926 C-48-005
2315
+ 13927 C-48-006
2316
+ 13928 C-48-007
2317
+ 13929 C-48-008
2318
+ 1392A C-48-009
2319
+ 1392B C-48-017
2320
+ 1392C C-48-018
2321
+ 1392D D-01-003
2322
+ 1392E D-01-007
2323
+ 1392F D-01-008
2324
+ 13930 D-01-011
2325
+ 13931 D-01-012
2326
+ 13932 D-01-017
2327
+ 13933 D-01-018
2328
+ 13934 D-01-021
2329
+ 13935 D-02-006
2330
+ 13936 D-02-010
2331
+ 13937 D-03-001
2332
+ 13938 D-03-002
2333
+ 13939 D-03-003
2334
+ 1393A D-03-004
2335
+ 1393B D-03-005
2336
+ 1393C D-03-006
2337
+ 1393D D-03-007
2338
+ 1393E D-03-008
2339
+ 1393F D-03-009
2340
+ 13940 D-03-010
2341
+ 13941 D-03-011
2342
+ 13942 D-03-012
2343
+ 13943 D-03-014
2344
+ 13944 D-03-016
2345
+ 13945 D-03-017
2346
+ 13946 D-03-018
2347
+ 13947 D-03-019
2348
+ 13948 D-03-020
2349
+ 13949 D-03-021
2350
+ 1394A D-03-022
2351
+ 1394B D-03-024
2352
+ 1394C D-03-025
2353
+ 1394D D-03-027
2354
+ 1394E D-03-028
2355
+ 1394F D-03-029
2356
+ 13950 D-03-030
2357
+ 13951 D-03-031
2358
+ 13952 D-03-033
2359
+ 13953 D-03-034
2360
+ 13954 D-03-035
2361
+ 13955 D-03-036
2362
+ 13956 D-03-037
2363
+ 13957 D-03-038
2364
+ 13958 D-03-040
2365
+ 13959 D-03-041
2366
+ 1395A D-03-042
2367
+ 1395B D-03-044
2368
+ 1395C D-03-045
2369
+ 1395D D-03-046
2370
+ 1395E D-03-047
2371
+ 1395F D-03-048
2372
+ 13960 D-03-049
2373
+ 13961 D-03-050
2374
+ 13962 D-03-051
2375
+ 13963 D-03-052
2376
+ 13964 D-03-053
2377
+ 13965 D-03-055
2378
+ 13966 D-03-056
2379
+ 13967 D-03-057
2380
+ 13968 D-03-058
2381
+ 13969 D-03-059
2382
+ 1396A D-04-001
2383
+ 1396B D-04-005
2384
+ 1396C D-04-006
2385
+ 1396D D-04-008
2386
+ 1396E D-04-009
2387
+ 1396F D-04-010
2388
+ 13970 D-04-011
2389
+ 13971 D-04-013
2390
+ 13972 D-04-016
2391
+ 13973 D-05-003
2392
+ 13974 D-05-005
2393
+ 13975 D-05-010
2394
+ 13976 D-06-004
2395
+ 13977 D-06-009
2396
+ 13978 D-06-011
2397
+ 13979 D-06-014
2398
+ 1397A D-06-016
2399
+ 1397B D-06-017
2400
+ 1397C D-06-018
2401
+ 1397D D-06-019
2402
+ 1397E D-06-021
2403
+ 1397F D-06-022
2404
+ 13980 D-06-023
2405
+ 13981 D-06-028
2406
+ 13982 D-06-029
2407
+ 13983 D-06-031
2408
+ 13984 D-06-032
2409
+ 13985 D-06-035
2410
+ 13986 D-07-002
2411
+ 13987 D-07-003
2412
+ 13988 D-07-004
2413
+ 13989 D-07-006
2414
+ 1398A D-07-007
2415
+ 1398B D-07-008
2416
+ 1398C D-08-001
2417
+ 1398D D-08-004
2418
+ 1398E D-08-007
2419
+ 1398F D-09-003
2420
+ 13990 D-10-002
2421
+ 13991 D-11-003
2422
+ 13992 D-11-009
2423
+ 13993 D-11-011
2424
+ 13994 D-12-008
2425
+ 13995 D-12-010
2426
+ 13996 D-12-018
2427
+ 13997 D-13-002
2428
+ 13998 D-13-005
2429
+ 13999 D-14-001
2430
+ 1399A D-14-002
2431
+ 1399B D-14-003
2432
+ 1399C D-14-004
2433
+ 1399D D-14-006
2434
+ 1399E D-15-004
2435
+ 1399F D-17-001
2436
+ 139A0 D-18-006
2437
+ 139A1 D-18-007
2438
+ 139A2 D-18-036
2439
+ 139A3 D-18-042
2440
+ 139A4 D-18-049
2441
+ 139A5 D-18-050
2442
+ 139A6 D-19-003
2443
+ 139A7 D-19-007
2444
+ 139A8 D-19-008
2445
+ 139A9 D-19-009
2446
+ 139AA D-19-019
2447
+ 139AB D-19-023
2448
+ 139AC D-19-024
2449
+ 139AD D-19-027
2450
+ 139AE D-19-031
2451
+ 139AF D-19-043
2452
+ 139B0 D-20-007
2453
+ 139B1 D-20-008
2454
+ 139B2 D-20-009
2455
+ 139B3 D-20-012
2456
+ 139B4 D-20-014
2457
+ 139B5 D-20-016
2458
+ 139B6 D-20-017
2459
+ 139B7 D-21-001
2460
+ 139B8 D-21-003
2461
+ 139B9 D-21-004
2462
+ 139BA D-21-008
2463
+ 139BB D-21-009
2464
+ 139BC D-21-010
2465
+ 139BD D-21-015
2466
+ 139BE D-21-018
2467
+ 139BF D-21-019
2468
+ 139C0 D-21-020
2469
+ 139C1 D-21-024
2470
+ 139C2 D-22-001
2471
+ 139C3 D-23-002
2472
+ 139C4 D-23-006
2473
+ 139C5 D-24-003
2474
+ 139C6 D-24-006
2475
+ 139C7 D-25-006
2476
+ 139C8 D-25-012
2477
+ 139C9 D-25-016
2478
+ 139CA D-25-020
2479
+ 139CB D-25-023
2480
+ 139CC D-25-024
2481
+ 139CD D-25-025
2482
+ 139CE D-25-026
2483
+ 139CF D-25-027
2484
+ 139D0 D-25-029
2485
+ 139D1 D-25-030
2486
+ 139D2 D-25-031
2487
+ 139D3 D-25-032
2488
+ 139D4 D-25-033
2489
+ 139D5 D-25-037
2490
+ 139D6 D-25-038
2491
+ 139D7 D-25-039
2492
+ 139D8 D-25-041
2493
+ 139D9 D-25-044
2494
+ 139DA D-25-048
2495
+ 139DB D-26-001
2496
+ 139DC D-26-002
2497
+ 139DD D-26-004
2498
+ 139DE D-26-005
2499
+ 139DF D-26-006
2500
+ 139E0 D-26-007
2501
+ 139E1 D-26-008
2502
+ 139E2 D-26-013
2503
+ 139E3 D-26-014
2504
+ 139E4 D-26-015
2505
+ 139E5 D-26-017
2506
+ 139E6 D-26-018
2507
+ 139E7 D-26-019
2508
+ 139E8 D-26-020
2509
+ 139E9 D-26-023
2510
+ 139EA D-26-028
2511
+ 139EB D-26-030
2512
+ 139EC D-26-032
2513
+ 139ED D-26-033
2514
+ 139EE D-26-034
2515
+ 139EF D-26-035
2516
+ 139F0 D-27-001
2517
+ 139F1 D-27-003
2518
+ 139F2 D-27-005
2519
+ 139F3 D-27-007
2520
+ 139F4 D-27-008
2521
+ 139F5 D-27-011
2522
+ 139F6 D-27-012
2523
+ 139F7 D-28-003
2524
+ 139F8 D-28-005
2525
+ 139F9 D-28-012
2526
+ 139FA D-28-017
2527
+ 139FB D-28-020
2528
+ 139FC D-28-021
2529
+ 139FD D-28-022
2530
+ 139FE D-28-023
2531
+ 139FF D-28-026
2532
+ 13A00 D-29-004
2533
+ 13A01 D-29-005
2534
+ 13A02 D-29-006
2535
+ 13A03 D-29-007
2536
+ 13A04 D-29-009
2537
+ 13A05 D-30-004
2538
+ 13A06 D-30-018
2539
+ 13A07 D-31-004
2540
+ 13A08 D-31-010
2541
+ 13A09 D-31-011
2542
+ 13A0A D-31-020
2543
+ 13A0B D-31-022
2544
+ 13A0C D-31-024
2545
+ 13A0D D-32-003
2546
+ 13A0E D-32-005
2547
+ 13A0F D-32-009
2548
+ 13A10 D-32-010
2549
+ 13A11 D-32-013
2550
+ 13A12 D-34-004
2551
+ 13A13 D-34-005
2552
+ 13A14 D-34-006
2553
+ 13A15 D-34-007
2554
+ 13A16 D-34-008
2555
+ 13A17 D-34-009
2556
+ 13A18 D-34-011
2557
+ 13A19 D-35-003
2558
+ 13A1A D-35-006
2559
+ 13A1B D-35-009
2560
+ 13A1C D-35-010
2561
+ 13A1D D-35-015
2562
+ 13A1E D-35-016
2563
+ 13A1F D-35-024
2564
+ 13A20 D-35-057
2565
+ 13A21 D-36-008
2566
+ 13A22 D-36-009
2567
+ 13A23 D-36-010
2568
+ 13A24 D-36-011
2569
+ 13A25 D-36-012
2570
+ 13A26 D-36-013
2571
+ 13A27 D-36-014
2572
+ 13A28 D-36-020
2573
+ 13A29 D-36-024
2574
+ 13A2A D-36-025
2575
+ 13A2B D-36-026
2576
+ 13A2C D-36-027
2577
+ 13A2D D-36-036
2578
+ 13A2E D-36-037
2579
+ 13A2F D-36-038
2580
+ 13A30 D-37-001
2581
+ 13A31 D-37-004
2582
+ 13A32 D-39-002
2583
+ 13A33 D-39-003
2584
+ 13A34 D-39-010
2585
+ 13A35 D-39-012
2586
+ 13A36 E-01-002
2587
+ 13A37 E-01-004
2588
+ 13A38 E-01-005
2589
+ 13A39 E-01-007
2590
+ 13A3A E-01-008
2591
+ 13A3B E-01-010
2592
+ 13A3C E-01-016
2593
+ 13A3D E-01-017
2594
+ 13A3E E-01-018
2595
+ 13A3F E-01-020
2596
+ 13A40 E-01-021
2597
+ 13A41 E-01-022
2598
+ 13A42 E-01-023
2599
+ 13A43 E-01-024
2600
+ 13A44 E-01-028
2601
+ 13A45 E-01-030
2602
+ 13A46 E-01-031
2603
+ 13A47 E-01-032
2604
+ 13A48 E-01-034
2605
+ 13A49 E-01-035
2606
+ 13A4A E-01-036
2607
+ 13A4B E-01-038
2608
+ 13A4C E-02-001
2609
+ 13A4D E-02-006
2610
+ 13A4E E-02-010
2611
+ 13A4F E-02-018
2612
+ 13A50 E-02-021
2613
+ 13A51 E-02-022
2614
+ 13A52 E-02-024
2615
+ 13A53 E-02-025
2616
+ 13A54 E-02-041
2617
+ 13A55 E-02-042
2618
+ 13A56 E-02-043
2619
+ 13A57 E-02-044
2620
+ 13A58 E-02-045
2621
+ 13A59 E-02-046
2622
+ 13A5A E-03-002
2623
+ 13A5B E-03-004
2624
+ 13A5C E-03-007
2625
+ 13A5D E-03-008
2626
+ 13A5E E-03-010
2627
+ 13A5F E-03-011
2628
+ 13A60 E-03-016
2629
+ 13A61 E-03-021
2630
+ 13A62 E-03-024
2631
+ 13A63 E-03-026
2632
+ 13A64 E-03-027
2633
+ 13A65 E-03-029
2634
+ 13A66 E-03-031
2635
+ 13A67 E-04-003
2636
+ 13A68 E-04-004
2637
+ 13A69 E-04-006
2638
+ 13A6A E-04-008
2639
+ 13A6B E-04-011
2640
+ 13A6C E-04-012
2641
+ 13A6D E-04-013
2642
+ 13A6E E-04-015
2643
+ 13A6F E-04-017
2644
+ 13A70 E-04-019
2645
+ 13A71 E-04-020
2646
+ 13A72 E-04-022
2647
+ 13A73 E-04-029
2648
+ 13A74 E-04-030
2649
+ 13A75 E-05-001
2650
+ 13A76 E-05-002
2651
+ 13A77 E-05-004
2652
+ 13A78 E-05-005
2653
+ 13A79 E-05-007
2654
+ 13A7A E-05-008
2655
+ 13A7B E-05-010
2656
+ 13A7C E-06-005
2657
+ 13A7D E-06-006
2658
+ 13A7E E-06-009
2659
+ 13A7F E-06-011
2660
+ 13A80 E-06-012
2661
+ 13A81 E-06-013
2662
+ 13A82 E-06-016
2663
+ 13A83 E-06-017
2664
+ 13A84 E-06-020
2665
+ 13A85 E-06-024
2666
+ 13A86 E-07-004
2667
+ 13A87 E-07-005
2668
+ 13A88 E-07-007
2669
+ 13A89 E-07-008
2670
+ 13A8A E-07-009
2671
+ 13A8B E-07-012
2672
+ 13A8C E-07-014
2673
+ 13A8D E-07-016
2674
+ 13A8E E-07-018
2675
+ 13A8F E-07-019
2676
+ 13A90 E-07-022
2677
+ 13A91 E-07-023
2678
+ 13A92 E-07-024
2679
+ 13A93 E-07-025
2680
+ 13A94 E-07-028
2681
+ 13A95 E-07-031
2682
+ 13A96 E-07-033
2683
+ 13A97 E-07-034
2684
+ 13A98 E-07-036
2685
+ 13A99 E-08-005
2686
+ 13A9A E-08-006
2687
+ 13A9B E-08-009
2688
+ 13A9C E-08-010
2689
+ 13A9D E-08-012
2690
+ 13A9E E-08-013
2691
+ 13A9F E-08-014
2692
+ 13AA0 E-08-016
2693
+ 13AA1 E-08-019
2694
+ 13AA2 E-08-020
2695
+ 13AA3 E-08-024
2696
+ 13AA4 E-08-025
2697
+ 13AA5 E-09-001
2698
+ 13AA6 E-09-004
2699
+ 13AA7 E-09-006
2700
+ 13AA8 E-09-007
2701
+ 13AA9 E-09-009
2702
+ 13AAA E-10-001
2703
+ 13AAB E-10-005
2704
+ 13AAC E-10-015
2705
+ 13AAD E-10-016
2706
+ 13AAE E-13-001
2707
+ 13AAF E-13-002
2708
+ 13AB0 E-14-005
2709
+ 13AB1 E-14-006
2710
+ 13AB2 E-14-007
2711
+ 13AB3 E-14-008
2712
+ 13AB4 E-14-009
2713
+ 13AB5 E-14-015
2714
+ 13AB6 E-14-016
2715
+ 13AB7 E-14-021
2716
+ 13AB8 E-14-024
2717
+ 13AB9 E-14-027
2718
+ 13ABA E-14-030
2719
+ 13ABB E-15-001
2720
+ 13ABC E-15-002
2721
+ 13ABD E-16-002
2722
+ 13ABE E-16-006
2723
+ 13ABF E-16-009
2724
+ 13AC0 E-16-012
2725
+ 13AC1 E-17-002
2726
+ 13AC2 E-17-004
2727
+ 13AC3 E-17-007
2728
+ 13AC4 E-17-008
2729
+ 13AC5 E-17-009
2730
+ 13AC6 E-17-014
2731
+ 13AC7 E-17-015
2732
+ 13AC8 E-17-016
2733
+ 13AC9 E-17-018
2734
+ 13ACA E-17-019
2735
+ 13ACB E-17-020
2736
+ 13ACC E-17-021
2737
+ 13ACD E-17-022
2738
+ 13ACE E-17-025
2739
+ 13ACF E-17-026
2740
+ 13AD0 E-17-027
2741
+ 13AD1 E-17-030
2742
+ 13AD2 E-17-032
2743
+ 13AD3 E-17-036
2744
+ 13AD4 E-17-039
2745
+ 13AD5 E-17-041
2746
+ 13AD6 E-17-043
2747
+ 13AD7 E-17-044
2748
+ 13AD8 E-17-047
2749
+ 13AD9 E-17-048
2750
+ 13ADA E-17-051
2751
+ 13ADB E-17-052
2752
+ 13ADC E-17-054
2753
+ 13ADD E-17-055
2754
+ 13ADE E-17-058
2755
+ 13ADF E-17-060
2756
+ 13AE0 E-17-062
2757
+ 13AE1 E-17-063
2758
+ 13AE2 E-17-065
2759
+ 13AE3 E-17-066
2760
+ 13AE4 E-17-067
2761
+ 13AE5 E-18-002
2762
+ 13AE6 E-18-003
2763
+ 13AE7 E-19-005
2764
+ 13AE8 E-20-007
2765
+ 13AE9 E-20-010
2766
+ 13AEA E-20-011
2767
+ 13AEB E-20-013
2768
+ 13AEC E-20-014
2769
+ 13AED E-20-015
2770
+ 13AEE E-20-016
2771
+ 13AEF E-20-017
2772
+ 13AF0 E-20-020
2773
+ 13AF1 E-20-021
2774
+ 13AF2 E-20-022
2775
+ 13AF3 E-20-023
2776
+ 13AF4 E-20-024
2777
+ 13AF5 E-20-025
2778
+ 13AF6 E-20-026
2779
+ 13AF7 E-20-034
2780
+ 13AF8 E-20-036
2781
+ 13AF9 E-20-037
2782
+ 13AFA E-20-038
2783
+ 13AFB E-20-039
2784
+ 13AFC E-20-040
2785
+ 13AFD E-20-041
2786
+ 13AFE E-20-042
2787
+ 13AFF E-20-045
2788
+ 13B00 E-20-046
2789
+ 13B01 E-20-047
2790
+ 13B02 E-20-048
2791
+ 13B03 E-20-050
2792
+ 13B04 E-20-052
2793
+ 13B05 E-20-054
2794
+ 13B06 E-20-056
2795
+ 13B07 E-20-057
2796
+ 13B08 E-20-059
2797
+ 13B09 E-20-060
2798
+ 13B0A E-20-061
2799
+ 13B0B E-20-063
2800
+ 13B0C E-20-064
2801
+ 13B0D E-20-065
2802
+ 13B0E E-20-066
2803
+ 13B0F E-20-069
2804
+ 13B10 E-20-070
2805
+ 13B11 E-20-072
2806
+ 13B12 E-20-076
2807
+ 13B13 E-20-078
2808
+ 13B14 E-21-001
2809
+ 13B15 E-22-001
2810
+ 13B16 E-22-003
2811
+ 13B17 E-22-006
2812
+ 13B18 E-22-008
2813
+ 13B19 E-22-009
2814
+ 13B1A E-22-012
2815
+ 13B1B E-22-013
2816
+ 13B1C E-22-015
2817
+ 13B1D E-22-016
2818
+ 13B1E E-22-018
2819
+ 13B1F E-22-019
2820
+ 13B20 E-22-024
2821
+ 13B21 E-22-027
2822
+ 13B22 E-22-029
2823
+ 13B23 E-22-030
2824
+ 13B24 E-22-032
2825
+ 13B25 E-22-033
2826
+ 13B26 E-22-036
2827
+ 13B27 E-22-041
2828
+ 13B28 E-22-042
2829
+ 13B29 E-23-003
2830
+ 13B2A E-23-004
2831
+ 13B2B E-23-007
2832
+ 13B2C E-23-009
2833
+ 13B2D E-23-013
2834
+ 13B2E E-23-016
2835
+ 13B2F E-23-018
2836
+ 13B30 E-23-020
2837
+ 13B31 E-23-021
2838
+ 13B32 E-23-024
2839
+ 13B33 E-23-025
2840
+ 13B34 E-23-026
2841
+ 13B35 E-23-027
2842
+ 13B36 E-23-028
2843
+ 13B37 E-23-029
2844
+ 13B38 E-23-030
2845
+ 13B39 E-23-032
2846
+ 13B3A E-23-033
2847
+ 13B3B E-23-035
2848
+ 13B3C E-23-036
2849
+ 13B3D E-23-038
2850
+ 13B3E E-23-040
2851
+ 13B3F E-23-042
2852
+ 13B40 E-23-043
2853
+ 13B41 E-23-044
2854
+ 13B42 E-23-045
2855
+ 13B43 E-23-054
2856
+ 13B44 E-23-056
2857
+ 13B45 E-23-063
2858
+ 13B46 E-23-065
2859
+ 13B47 E-23-068
2860
+ 13B48 E-23-069
2861
+ 13B49 E-23-073
2862
+ 13B4A E-23-076
2863
+ 13B4B E-23-079
2864
+ 13B4C E-23-081
2865
+ 13B4D E-23-083
2866
+ 13B4E E-23-084
2867
+ 13B4F E-23-087
2868
+ 13B50 E-23-089
2869
+ 13B51 E-23-090
2870
+ 13B52 E-23-092
2871
+ 13B53 E-23-094
2872
+ 13B54 E-23-095
2873
+ 13B55 E-23-096
2874
+ 13B56 E-23-097
2875
+ 13B57 E-25-002
2876
+ 13B58 E-25-008
2877
+ 13B59 E-26-001
2878
+ 13B5A E-26-002
2879
+ 13B5B E-26-003
2880
+ 13B5C F-01-002
2881
+ 13B5D F-01-004
2882
+ 13B5E F-01-005
2883
+ 13B5F F-01-007
2884
+ 13B60 F-02-001
2885
+ 13B61 F-02-002
2886
+ 13B62 F-02-003
2887
+ 13B63 F-02-006
2888
+ 13B64 F-02-007
2889
+ 13B65 F-02-008
2890
+ 13B66 F-02-010
2891
+ 13B67 F-02-011
2892
+ 13B68 F-02-012
2893
+ 13B69 F-02-017
2894
+ 13B6A F-03-003
2895
+ 13B6B F-03-005
2896
+ 13B6C F-03-006
2897
+ 13B6D F-03-007
2898
+ 13B6E F-03-008
2899
+ 13B6F F-03-009
2900
+ 13B70 F-03-011
2901
+ 13B71 F-03-015
2902
+ 13B72 F-03-016
2903
+ 13B73 F-03-017
2904
+ 13B74 F-03-019
2905
+ 13B75 F-03-021
2906
+ 13B76 F-04-001
2907
+ 13B77 F-04-005
2908
+ 13B78 F-04-006
2909
+ 13B79 F-04-008
2910
+ 13B7A F-04-010
2911
+ 13B7B F-04-011
2912
+ 13B7C F-04-012
2913
+ 13B7D F-04-013
2914
+ 13B7E F-04-014
2915
+ 13B7F F-04-015
2916
+ 13B80 F-04-019
2917
+ 13B81 F-05-002
2918
+ 13B82 F-05-005
2919
+ 13B83 F-05-006
2920
+ 13B84 F-05-007
2921
+ 13B85 F-05-010
2922
+ 13B86 F-05-032
2923
+ 13B87 F-06-001
2924
+ 13B88 F-06-002
2925
+ 13B89 F-06-003
2926
+ 13B8A F-06-006
2927
+ 13B8B F-06-010
2928
+ 13B8C F-06-012
2929
+ 13B8D F-06-014
2930
+ 13B8E F-06-015
2931
+ 13B8F F-07-004
2932
+ 13B90 F-08-002
2933
+ 13B91 F-08-010
2934
+ 13B92 F-08-011
2935
+ 13B93 F-08-014
2936
+ 13B94 F-08-015
2937
+ 13B95 F-08-016
2938
+ 13B96 F-08-017
2939
+ 13B97 F-09-001
2940
+ 13B98 F-09-002
2941
+ 13B99 F-09-003
2942
+ 13B9A F-09-004
2943
+ 13B9B F-09-005
2944
+ 13B9C F-09-006
2945
+ 13B9D F-09-009
2946
+ 13B9E F-09-010
2947
+ 13B9F F-09-012
2948
+ 13BA0 F-09-014
2949
+ 13BA1 F-10-001
2950
+ 13BA2 F-10-002
2951
+ 13BA3 F-10-003
2952
+ 13BA4 F-11-007
2953
+ 13BA5 F-11-009
2954
+ 13BA6 F-11-011
2955
+ 13BA7 F-11-022
2956
+ 13BA8 F-11-035
2957
+ 13BA9 F-11-037
2958
+ 13BAA F-12-001
2959
+ 13BAB F-12-002
2960
+ 13BAC F-14-004
2961
+ 13BAD F-14-005
2962
+ 13BAE F-14-006
2963
+ 13BAF F-14-008
2964
+ 13BB0 F-14-009
2965
+ 13BB1 F-14-010
2966
+ 13BB2 F-15-002
2967
+ 13BB3 F-16-003
2968
+ 13BB4 F-16-005
2969
+ 13BB5 F-16-009
2970
+ 13BB6 F-17-006
2971
+ 13BB7 F-18-002
2972
+ 13BB8 F-19-001
2973
+ 13BB9 F-19-005
2974
+ 13BBA F-19-011
2975
+ 13BBB F-19-012
2976
+ 13BBC F-19-017
2977
+ 13BBD F-19-018
2978
+ 13BBE F-19-019
2979
+ 13BBF F-19-020
2980
+ 13BC0 F-19-023
2981
+ 13BC1 F-19-024
2982
+ 13BC2 F-19-025
2983
+ 13BC3 F-19-026
2984
+ 13BC4 F-19-028
2985
+ 13BC5 F-20-002
2986
+ 13BC6 F-20-004
2987
+ 13BC7 F-20-007
2988
+ 13BC8 F-20-008
2989
+ 13BC9 F-20-010
2990
+ 13BCA F-20-013
2991
+ 13BCB F-20-014
2992
+ 13BCC F-20-017
2993
+ 13BCD F-20-019
2994
+ 13BCE F-20-027
2995
+ 13BCF F-20-029
2996
+ 13BD0 F-20-032
2997
+ 13BD1 F-20-033
2998
+ 13BD2 F-20-034
2999
+ 13BD3 F-20-040
3000
+ 13BD4 F-21-001
3001
+ 13BD5 F-21-004
3002
+ 13BD6 F-22-002
3003
+ 13BD7 F-23-005
3004
+ 13BD8 F-23-007
3005
+ 13BD9 F-23-009
3006
+ 13BDA F-23-012
3007
+ 13BDB F-23-013
3008
+ 13BDC F-23-014
3009
+ 13BDD F-24-001
3010
+ 13BDE F-24-005
3011
+ 13BDF F-24-007
3012
+ 13BE0 F-24-023
3013
+ 13BE1 F-24-024
3014
+ 13BE2 F-24-026
3015
+ 13BE3 F-25-001
3016
+ 13BE4 F-25-003
3017
+ 13BE5 F-25-004
3018
+ 13BE6 F-25-007
3019
+ 13BE7 F-25-010
3020
+ 13BE8 F-25-012
3021
+ 13BE9 F-25-020
3022
+ 13BEA F-25-023
3023
+ 13BEB F-25-027
3024
+ 13BEC F-25-035
3025
+ 13BED F-25-044
3026
+ 13BEE F-25-049
3027
+ 13BEF F-25-053
3028
+ 13BF0 F-26-003
3029
+ 13BF1 F-26-004
3030
+ 13BF2 F-26-005
3031
+ 13BF3 F-26-008
3032
+ 13BF4 F-26-011
3033
+ 13BF5 F-26-015
3034
+ 13BF6 F-26-020
3035
+ 13BF7 F-27-007
3036
+ 13BF8 F-27-008
3037
+ 13BF9 F-27-009
3038
+ 13BFA F-27-010
3039
+ 13BFB F-27-015
3040
+ 13BFC F-27-016
3041
+ 13BFD F-28-008
3042
+ 13BFE F-28-009
3043
+ 13BFF F-28-010
3044
+ 13C00 F-28-011
3045
+ 13C01 F-30-004
3046
+ 13C02 F-30-009
3047
+ 13C03 F-31-004
3048
+ 13C04 F-31-005
3049
+ 13C05 F-32-001
3050
+ 13C06 F-32-002
3051
+ 13C07 F-32-005
3052
+ 13C08 F-32-006
3053
+ 13C09 F-32-008
3054
+ 13C0A F-32-010
3055
+ 13C0B G-01-002
3056
+ 13C0C G-01-003
3057
+ 13C0D G-02-004
3058
+ 13C0E G-04-002
3059
+ 13C0F G-04-010
3060
+ 13C10 G-04-012
3061
+ 13C11 G-04-013
3062
+ 13C12 G-04-014
3063
+ 13C13 G-04-015
3064
+ 13C14 G-04-022
3065
+ 13C15 G-05-002
3066
+ 13C16 G-05-004
3067
+ 13C17 G-05-005
3068
+ 13C18 G-05-009
3069
+ 13C19 G-05-012
3070
+ 13C1A G-05-014
3071
+ 13C1B G-05-015
3072
+ 13C1C G-05-018
3073
+ 13C1D G-05-019
3074
+ 13C1E G-05-020
3075
+ 13C1F G-05-021
3076
+ 13C20 G-05-023
3077
+ 13C21 G-06-001
3078
+ 13C22 G-06-002
3079
+ 13C23 G-06-004
3080
+ 13C24 G-06-007
3081
+ 13C25 G-08-003
3082
+ 13C26 G-08-004
3083
+ 13C27 G-08-007
3084
+ 13C28 G-08-012
3085
+ 13C29 G-08-013
3086
+ 13C2A G-08-014
3087
+ 13C2B G-08-021
3088
+ 13C2C G-09-002
3089
+ 13C2D G-09-003
3090
+ 13C2E G-09-030
3091
+ 13C2F G-09-031
3092
+ 13C30 G-09-033
3093
+ 13C31 G-10-003
3094
+ 13C32 G-11-004
3095
+ 13C33 G-11-005
3096
+ 13C34 G-11-009
3097
+ 13C35 G-11-010
3098
+ 13C36 G-11-012
3099
+ 13C37 G-11-014
3100
+ 13C38 G-11-015
3101
+ 13C39 G-11-017
3102
+ 13C3A G-11-019
3103
+ 13C3B G-11-020
3104
+ 13C3C G-11-021
3105
+ 13C3D G-11-023
3106
+ 13C3E G-11-025
3107
+ 13C3F G-11-027
3108
+ 13C40 G-11-029
3109
+ 13C41 G-11-032
3110
+ 13C42 G-11-035
3111
+ 13C43 G-11-036
3112
+ 13C44 G-11-040
3113
+ 13C45 G-11-042
3114
+ 13C46 G-11-044
3115
+ 13C47 G-11-045
3116
+ 13C48 G-11-046
3117
+ 13C49 G-11-047
3118
+ 13C4A G-11-051
3119
+ 13C4B G-11-052
3120
+ 13C4C G-11-053
3121
+ 13C4D G-11-054
3122
+ 13C4E G-11-055
3123
+ 13C4F G-11-056
3124
+ 13C50 G-11-058
3125
+ 13C51 G-11-060
3126
+ 13C52 G-11-062
3127
+ 13C53 G-11-063
3128
+ 13C54 G-11-065
3129
+ 13C55 G-11-066
3130
+ 13C56 G-11-067
3131
+ 13C57 G-11-069
3132
+ 13C58 G-11-074
3133
+ 13C59 G-11-076
3134
+ 13C5A G-11-077
3135
+ 13C5B G-11-082
3136
+ 13C5C G-11-087
3137
+ 13C5D G-11-088
3138
+ 13C5E G-11-094
3139
+ 13C5F G-11-096
3140
+ 13C60 G-11-097
3141
+ 13C61 G-11-106
3142
+ 13C62 G-11-108
3143
+ 13C63 G-11-109
3144
+ 13C64 G-11-110
3145
+ 13C65 G-11-111
3146
+ 13C66 G-11-112
3147
+ 13C67 G-11-113
3148
+ 13C68 G-11-114
3149
+ 13C69 G-11-116
3150
+ 13C6A G-11-117
3151
+ 13C6B G-12-008
3152
+ 13C6C G-12-009
3153
+ 13C6D G-12-017
3154
+ 13C6E G-12-018
3155
+ 13C6F G-12-022
3156
+ 13C70 G-12-026
3157
+ 13C71 G-12-027
3158
+ 13C72 G-12-028
3159
+ 13C73 G-12-030
3160
+ 13C74 G-12-033
3161
+ 13C75 G-12-034
3162
+ 13C76 G-12-036
3163
+ 13C77 G-12-037
3164
+ 13C78 G-12-038
3165
+ 13C79 G-12-041
3166
+ 13C7A G-12-045
3167
+ 13C7B G-12-046
3168
+ 13C7C G-12-049
3169
+ 13C7D G-12-050
3170
+ 13C7E G-12-051
3171
+ 13C7F G-12-054
3172
+ 13C80 G-12-055
3173
+ 13C81 G-12-056
3174
+ 13C82 G-12-062
3175
+ 13C83 G-12-064
3176
+ 13C84 G-12-065
3177
+ 13C85 G-12-067
3178
+ 13C86 G-12-074
3179
+ 13C87 G-12-075
3180
+ 13C88 G-12-076
3181
+ 13C89 G-12-078
3182
+ 13C8A G-12-081
3183
+ 13C8B G-12-083
3184
+ 13C8C G-12-088
3185
+ 13C8D G-12-090
3186
+ 13C8E G-12-098
3187
+ 13C8F G-12-101
3188
+ 13C90 G-12-104
3189
+ 13C91 G-12-107
3190
+ 13C92 G-12-108
3191
+ 13C93 G-12-110
3192
+ 13C94 G-12-111
3193
+ 13C95 G-12-114
3194
+ 13C96 G-12-115
3195
+ 13C97 G-12-117
3196
+ 13C98 G-12-120
3197
+ 13C99 G-12-121
3198
+ 13C9A G-12-122
3199
+ 13C9B G-12-123
3200
+ 13C9C G-12-125
3201
+ 13C9D G-12-127
3202
+ 13C9E G-12-128
3203
+ 13C9F G-12-130
3204
+ 13CA0 G-12-135
3205
+ 13CA1 G-12-137
3206
+ 13CA2 G-12-139
3207
+ 13CA3 G-12-140
3208
+ 13CA4 G-12-145
3209
+ 13CA5 G-12-149
3210
+ 13CA6 G-12-150
3211
+ 13CA7 G-12-152
3212
+ 13CA8 G-12-158
3213
+ 13CA9 G-12-159
3214
+ 13CAA G-12-160
3215
+ 13CAB G-12-161
3216
+ 13CAC G-12-164
3217
+ 13CAD G-13-001
3218
+ 13CAE G-13-003
3219
+ 13CAF G-13-007
3220
+ 13CB0 G-13-009
3221
+ 13CB1 G-13-013
3222
+ 13CB2 G-13-015
3223
+ 13CB3 G-13-016
3224
+ 13CB4 G-13-017
3225
+ 13CB5 G-13-018
3226
+ 13CB6 G-13-019
3227
+ 13CB7 G-13-020
3228
+ 13CB8 G-13-021
3229
+ 13CB9 G-13-022
3230
+ 13CBA G-13-024
3231
+ 13CBB G-13-025
3232
+ 13CBC G-13-026
3233
+ 13CBD G-13-029
3234
+ 13CBE G-13-031
3235
+ 13CBF G-14-001
3236
+ 13CC0 G-14-002
3237
+ 13CC1 G-14-007
3238
+ 13CC2 G-14-008
3239
+ 13CC3 G-15-005
3240
+ 13CC4 G-15-006
3241
+ 13CC5 G-15-007
3242
+ 13CC6 G-15-008
3243
+ 13CC7 G-15-010
3244
+ 13CC8 G-15-011
3245
+ 13CC9 G-15-013
3246
+ 13CCA G-15-014
3247
+ 13CCB G-15-017
3248
+ 13CCC G-15-018
3249
+ 13CCD G-15-019
3250
+ 13CCE G-15-020
3251
+ 13CCF G-16-001
3252
+ 13CD0 G-16-010
3253
+ 13CD1 G-16-015
3254
+ 13CD2 G-17-002
3255
+ 13CD3 G-17-003
3256
+ 13CD4 G-17-006
3257
+ 13CD5 G-18-001
3258
+ 13CD6 G-18-002
3259
+ 13CD7 G-18-003
3260
+ 13CD8 G-18-005
3261
+ 13CD9 G-18-008
3262
+ 13CDA G-18-010
3263
+ 13CDB G-18-012
3264
+ 13CDC G-18-013
3265
+ 13CDD G-18-014
3266
+ 13CDE G-19-003
3267
+ 13CDF G-19-004
3268
+ 13CE0 G-20-004
3269
+ 13CE1 G-20-007
3270
+ 13CE2 G-20-008
3271
+ 13CE3 G-20-010
3272
+ 13CE4 G-20-015
3273
+ 13CE5 G-20-017
3274
+ 13CE6 G-20-018
3275
+ 13CE7 G-20-019
3276
+ 13CE8 G-20-020
3277
+ 13CE9 G-20-022
3278
+ 13CEA G-20-024
3279
+ 13CEB G-20-026
3280
+ 13CEC G-20-027
3281
+ 13CED G-20-028
3282
+ 13CEE G-20-031
3283
+ 13CEF G-20-035
3284
+ 13CF0 G-21-001
3285
+ 13CF1 G-22-001
3286
+ 13CF2 G-22-004
3287
+ 13CF3 G-22-005
3288
+ 13CF4 G-22-006
3289
+ 13CF5 G-22-010
3290
+ 13CF6 G-22-011
3291
+ 13CF7 G-23-002
3292
+ 13CF8 G-23-003
3293
+ 13CF9 G-23-006
3294
+ 13CFA G-23-007
3295
+ 13CFB G-23-009
3296
+ 13CFC G-24-004
3297
+ 13CFD G-24-005
3298
+ 13CFE G-24-006
3299
+ 13CFF G-24-007
3300
+ 13D00 G-24-011
3301
+ 13D01 G-24-013
3302
+ 13D02 G-24-021
3303
+ 13D03 G-24-026
3304
+ 13D04 G-24-028
3305
+ 13D05 G-24-030
3306
+ 13D06 G-24-031
3307
+ 13D07 G-24-032
3308
+ 13D08 G-24-038
3309
+ 13D09 G-25-002
3310
+ 13D0A G-25-004
3311
+ 13D0B G-25-006
3312
+ 13D0C G-25-008
3313
+ 13D0D G-26-006
3314
+ 13D0E G-26-020
3315
+ 13D0F G-27-003
3316
+ 13D10 H-01-005
3317
+ 13D11 H-01-007
3318
+ 13D12 H-01-008
3319
+ 13D13 H-01-009
3320
+ 13D14 H-01-010
3321
+ 13D15 H-01-011
3322
+ 13D16 H-01-013
3323
+ 13D17 H-02-002
3324
+ 13D18 H-02-003
3325
+ 13D19 H-03-002
3326
+ 13D1A H-03-004
3327
+ 13D1B H-03-005
3328
+ 13D1C H-03-006
3329
+ 13D1D H-04-001
3330
+ 13D1E H-04-002
3331
+ 13D1F H-06-006
3332
+ 13D20 H-07-007
3333
+ 13D21 H-07-010
3334
+ 13D22 H-08-011
3335
+ 13D23 H-08-012
3336
+ 13D24 H-08-016
3337
+ 13D25 H-08-017
3338
+ 13D26 H-09-001
3339
+ 13D27 H-09-007
3340
+ 13D28 H-09-008
3341
+ 13D29 H-10-005
3342
+ 13D2A H-10-006
3343
+ 13D2B H-11-003
3344
+ 13D2C H-11-004
3345
+ 13D2D H-11-005
3346
+ 13D2E H-11-006
3347
+ 13D2F I-01-002
3348
+ 13D30 I-01-003
3349
+ 13D31 I-02-002
3350
+ 13D32 I-03-004
3351
+ 13D33 I-03-005
3352
+ 13D34 I-03-009
3353
+ 13D35 I-03-010
3354
+ 13D36 I-03-012
3355
+ 13D37 I-03-014
3356
+ 13D38 I-03-015
3357
+ 13D39 I-03-019
3358
+ 13D3A I-03-021
3359
+ 13D3B I-03-022
3360
+ 13D3C I-03-025
3361
+ 13D3D I-03-030
3362
+ 13D3E I-03-032
3363
+ 13D3F I-03-033
3364
+ 13D40 I-03-039
3365
+ 13D41 I-03-041
3366
+ 13D42 I-03-044
3367
+ 13D43 I-03-045
3368
+ 13D44 I-03-046
3369
+ 13D45 I-03-047
3370
+ 13D46 I-03-049
3371
+ 13D47 I-03-052
3372
+ 13D48 I-03-053
3373
+ 13D49 I-03-054
3374
+ 13D4A I-04-001
3375
+ 13D4B I-04-005
3376
+ 13D4C I-04-012
3377
+ 13D4D I-04-013
3378
+ 13D4E I-04-015
3379
+ 13D4F I-04-016
3380
+ 13D50 I-04-018
3381
+ 13D51 I-05-002
3382
+ 13D52 I-05-003
3383
+ 13D53 I-05-005
3384
+ 13D54 I-06-001
3385
+ 13D55 I-06-004
3386
+ 13D56 I-06-005
3387
+ 13D57 I-06-006
3388
+ 13D58 I-06-008
3389
+ 13D59 I-06-009
3390
+ 13D5A I-06-010
3391
+ 13D5B I-06-011
3392
+ 13D5C I-07-003
3393
+ 13D5D I-07-004
3394
+ 13D5E I-07-008
3395
+ 13D5F I-07-010
3396
+ 13D60 I-07-013
3397
+ 13D61 I-07-016
3398
+ 13D62 I-07-017
3399
+ 13D63 I-07-019
3400
+ 13D64 I-07-021
3401
+ 13D65 I-08-001
3402
+ 13D66 I-09-004
3403
+ 13D67 I-09-011
3404
+ 13D68 I-09-012
3405
+ 13D69 I-09-016
3406
+ 13D6A I-09-017
3407
+ 13D6B I-09-019
3408
+ 13D6C I-09-020
3409
+ 13D6D I-09-028
3410
+ 13D6E I-09-029
3411
+ 13D6F I-09-033
3412
+ 13D70 I-09-034
3413
+ 13D71 I-09-043
3414
+ 13D72 I-09-044
3415
+ 13D73 I-10-001
3416
+ 13D74 I-10-003
3417
+ 13D75 I-10-004
3418
+ 13D76 I-10-008
3419
+ 13D77 I-10-009
3420
+ 13D78 I-10-014
3421
+ 13D79 I-11-001
3422
+ 13D7A I-11-003
3423
+ 13D7B I-11-006
3424
+ 13D7C I-11-007
3425
+ 13D7D I-11-008
3426
+ 13D7E I-11-009
3427
+ 13D7F I-11-011
3428
+ 13D80 I-11-012
3429
+ 13D81 I-11-013
3430
+ 13D82 I-11-016
3431
+ 13D83 I-11-017
3432
+ 13D84 I-11-018
3433
+ 13D85 I-11-019
3434
+ 13D86 I-11-026
3435
+ 13D87 I-11-027
3436
+ 13D88 I-11-029
3437
+ 13D89 I-11-030
3438
+ 13D8A I-11-033
3439
+ 13D8B I-11-034
3440
+ 13D8C I-11-035
3441
+ 13D8D I-11-042
3442
+ 13D8E I-11-043
3443
+ 13D8F I-11-045
3444
+ 13D90 I-11-050
3445
+ 13D91 I-11-051
3446
+ 13D92 I-11-054
3447
+ 13D93 I-11-057
3448
+ 13D94 I-11-058
3449
+ 13D95 I-11-060
3450
+ 13D96 I-11-063
3451
+ 13D97 I-11-064
3452
+ 13D98 I-11-067
3453
+ 13D99 I-11-070
3454
+ 13D9A I-11-071
3455
+ 13D9B I-11-073
3456
+ 13D9C I-11-078
3457
+ 13D9D I-11-081
3458
+ 13D9E I-11-084
3459
+ 13D9F I-11-085
3460
+ 13DA0 I-11-086
3461
+ 13DA1 I-11-087
3462
+ 13DA2 I-11-088
3463
+ 13DA3 I-11-091
3464
+ 13DA4 I-11-092
3465
+ 13DA5 I-11-093
3466
+ 13DA6 I-11-094
3467
+ 13DA7 I-11-095
3468
+ 13DA8 I-11-097
3469
+ 13DA9 I-11-100
3470
+ 13DAA I-11-101
3471
+ 13DAB I-12-001
3472
+ 13DAC I-12-002
3473
+ 13DAD I-12-004
3474
+ 13DAE I-12-005
3475
+ 13DAF I-12-012
3476
+ 13DB0 I-12-013
3477
+ 13DB1 I-13-002
3478
+ 13DB2 I-13-006
3479
+ 13DB3 I-13-007
3480
+ 13DB4 I-13-008
3481
+ 13DB5 I-13-012
3482
+ 13DB6 I-13-013
3483
+ 13DB7 I-13-014
3484
+ 13DB8 I-13-016
3485
+ 13DB9 I-13-019
3486
+ 13DBA I-13-020
3487
+ 13DBB I-13-021
3488
+ 13DBC I-13-022
3489
+ 13DBD I-13-024
3490
+ 13DBE I-13-025
3491
+ 13DBF I-13-026
3492
+ 13DC0 I-13-027
3493
+ 13DC1 I-13-028
3494
+ 13DC2 I-13-029
3495
+ 13DC3 I-13-030
3496
+ 13DC4 I-13-031
3497
+ 13DC5 I-13-032
3498
+ 13DC6 I-13-033
3499
+ 13DC7 I-13-037
3500
+ 13DC8 I-13-038
3501
+ 13DC9 I-14-001
3502
+ 13DCA I-15-001
3503
+ 13DCB I-15-002
3504
+ 13DCC K-01-009
3505
+ 13DCD K-01-014
3506
+ 13DCE K-01-016
3507
+ 13DCF K-01-020
3508
+ 13DD0 K-01-024
3509
+ 13DD1 K-01-027
3510
+ 13DD2 K-01-028
3511
+ 13DD3 K-01-032
3512
+ 13DD4 K-01-033
3513
+ 13DD5 K-01-035
3514
+ 13DD6 K-01-040
3515
+ 13DD7 K-01-041
3516
+ 13DD8 K-01-042
3517
+ 13DD9 K-01-043
3518
+ 13DDA K-01-044
3519
+ 13DDB K-02-001
3520
+ 13DDC K-02-002
3521
+ 13DDD K-02-003
3522
+ 13DDE K-02-004
3523
+ 13DDF K-02-005
3524
+ 13DE0 K-02-007
3525
+ 13DE1 L-01-004
3526
+ 13DE2 L-01-005
3527
+ 13DE3 L-01-009
3528
+ 13DE4 L-01-012
3529
+ 13DE5 L-01-013
3530
+ 13DE6 L-01-014
3531
+ 13DE7 L-01-015
3532
+ 13DE8 L-01-018
3533
+ 13DE9 L-01-019
3534
+ 13DEA L-01-021
3535
+ 13DEB L-01-022
3536
+ 13DEC L-01-023
3537
+ 13DED L-01-024
3538
+ 13DEE L-02-001
3539
+ 13DEF L-02-003
3540
+ 13DF0 L-03-003
3541
+ 13DF1 L-04-001
3542
+ 13DF2 L-06-001
3543
+ 13DF3 L-06-010
3544
+ 13DF4 L-06-011
3545
+ 13DF5 L-06-017
3546
+ 13DF6 L-06-018
3547
+ 13DF7 L-07-001
3548
+ 13DF8 L-07-003
3549
+ 13DF9 L-07-005
3550
+ 13DFA M-01-004
3551
+ 13DFB M-01-005
3552
+ 13DFC M-01-015
3553
+ 13DFD M-01-016
3554
+ 13DFE M-01-018
3555
+ 13DFF M-01-019
3556
+ 13E00 M-01-020
3557
+ 13E01 M-01-021
3558
+ 13E02 M-01-023
3559
+ 13E03 M-01-024
3560
+ 13E04 M-01-026
3561
+ 13E05 M-01-027
3562
+ 13E06 M-01-030
3563
+ 13E07 M-01-032
3564
+ 13E08 M-02-001
3565
+ 13E09 M-02-003
3566
+ 13E0A M-02-007
3567
+ 13E0B M-03-002
3568
+ 13E0C M-03-003
3569
+ 13E0D M-03-007
3570
+ 13E0E M-03-008
3571
+ 13E0F M-04-003
3572
+ 13E10 M-04-005
3573
+ 13E11 M-04-007
3574
+ 13E12 M-04-008
3575
+ 13E13 M-04-009
3576
+ 13E14 M-04-013
3577
+ 13E15 M-04-018
3578
+ 13E16 M-04-020
3579
+ 13E17 M-04-021
3580
+ 13E18 M-05-003
3581
+ 13E19 M-05-004
3582
+ 13E1A M-05-006
3583
+ 13E1B M-05-009
3584
+ 13E1C M-05-010
3585
+ 13E1D M-05-011
3586
+ 13E1E M-05-012
3587
+ 13E1F M-05-014
3588
+ 13E20 M-05-016
3589
+ 13E21 M-05-017
3590
+ 13E22 M-05-020
3591
+ 13E23 M-05-021
3592
+ 13E24 M-05-022
3593
+ 13E25 M-05-023
3594
+ 13E26 M-05-026
3595
+ 13E27 M-05-029
3596
+ 13E28 M-05-030
3597
+ 13E29 M-06-001
3598
+ 13E2A M-06-002
3599
+ 13E2B M-06-003
3600
+ 13E2C M-06-004
3601
+ 13E2D M-06-005
3602
+ 13E2E M-06-006
3603
+ 13E2F M-06-009
3604
+ 13E30 M-06-012
3605
+ 13E31 M-06-018
3606
+ 13E32 M-06-019
3607
+ 13E33 M-06-021
3608
+ 13E34 M-06-027
3609
+ 13E35 M-06-028
3610
+ 13E36 M-06-032
3611
+ 13E37 M-06-034
3612
+ 13E38 M-07-007
3613
+ 13E39 M-07-010
3614
+ 13E3A M-07-013
3615
+ 13E3B M-07-016
3616
+ 13E3C M-08-001
3617
+ 13E3D M-08-004
3618
+ 13E3E M-08-006
3619
+ 13E3F M-08-011
3620
+ 13E40 M-08-012
3621
+ 13E41 M-08-014
3622
+ 13E42 M-08-018
3623
+ 13E43 M-08-022
3624
+ 13E44 M-08-023
3625
+ 13E45 M-08-024
3626
+ 13E46 M-08-027
3627
+ 13E47 M-08-030
3628
+ 13E48 M-08-031
3629
+ 13E49 M-08-033
3630
+ 13E4A M-08-034
3631
+ 13E4B M-08-040
3632
+ 13E4C M-08-042
3633
+ 13E4D M-08-043
3634
+ 13E4E M-08-046
3635
+ 13E4F M-09-001
3636
+ 13E50 M-09-002
3637
+ 13E51 M-09-006
3638
+ 13E52 M-09-009
3639
+ 13E53 M-09-010
3640
+ 13E54 M-09-014
3641
+ 13E55 M-09-016
3642
+ 13E56 M-09-017
3643
+ 13E57 M-09-019
3644
+ 13E58 M-09-020
3645
+ 13E59 M-10-002
3646
+ 13E5A M-10-005
3647
+ 13E5B M-10-009
3648
+ 13E5C M-11-001
3649
+ 13E5D M-11-017
3650
+ 13E5E M-11-021
3651
+ 13E5F M-11-024
3652
+ 13E60 M-11-026
3653
+ 13E61 M-11-027
3654
+ 13E62 M-11-028
3655
+ 13E63 M-11-036
3656
+ 13E64 M-11-040
3657
+ 13E65 M-11-045
3658
+ 13E66 M-12-001
3659
+ 13E67 M-12-003
3660
+ 13E68 M-12-004
3661
+ 13E69 M-12-005
3662
+ 13E6A M-12-009
3663
+ 13E6B M-12-012
3664
+ 13E6C M-12-014
3665
+ 13E6D M-12-015
3666
+ 13E6E M-12-017
3667
+ 13E6F M-12-026
3668
+ 13E70 M-12-033
3669
+ 13E71 M-12-036
3670
+ 13E72 M-12-037
3671
+ 13E73 M-13-001
3672
+ 13E74 M-13-011
3673
+ 13E75 M-13-012
3674
+ 13E76 M-13-013
3675
+ 13E77 M-13-014
3676
+ 13E78 M-13-015
3677
+ 13E79 M-13-016
3678
+ 13E7A M-13-017
3679
+ 13E7B M-13-019
3680
+ 13E7C M-13-026
3681
+ 13E7D M-13-027
3682
+ 13E7E M-13-028
3683
+ 13E7F M-13-030
3684
+ 13E80 M-13-032
3685
+ 13E81 M-13-033
3686
+ 13E82 M-13-036
3687
+ 13E83 M-13-038
3688
+ 13E84 M-14-002
3689
+ 13E85 M-14-013
3690
+ 13E86 M-14-015
3691
+ 13E87 M-14-018
3692
+ 13E88 M-14-020
3693
+ 13E89 M-14-022
3694
+ 13E8A M-15-008
3695
+ 13E8B M-15-009
3696
+ 13E8C M-16-009
3697
+ 13E8D M-16-010
3698
+ 13E8E M-16-013
3699
+ 13E8F M-16-014
3700
+ 13E90 M-16-015
3701
+ 13E91 M-16-021
3702
+ 13E92 M-16-022
3703
+ 13E93 M-16-023
3704
+ 13E94 M-16-025
3705
+ 13E95 M-16-040
3706
+ 13E96 M-16-041
3707
+ 13E97 M-16-043
3708
+ 13E98 M-16-044
3709
+ 13E99 M-16-045
3710
+ 13E9A M-16-047
3711
+ 13E9B M-16-052
3712
+ 13E9C M-16-059
3713
+ 13E9D M-16-062
3714
+ 13E9E M-17-009
3715
+ 13E9F M-18-006
3716
+ 13EA0 M-18-007
3717
+ 13EA1 M-18-009
3718
+ 13EA2 M-18-015
3719
+ 13EA3 M-19-002
3720
+ 13EA4 M-19-007
3721
+ 13EA5 M-20-001
3722
+ 13EA6 M-21-005
3723
+ 13EA7 M-21-006
3724
+ 13EA8 M-22-002
3725
+ 13EA9 M-22-008
3726
+ 13EAA M-22-011
3727
+ 13EAB M-22-014
3728
+ 13EAC M-22-017
3729
+ 13EAD M-22-020
3730
+ 13EAE M-22-021
3731
+ 13EAF M-22-029
3732
+ 13EB0 M-22-030
3733
+ 13EB1 M-23-003
3734
+ 13EB2 M-23-005
3735
+ 13EB3 M-24-006
3736
+ 13EB4 M-24-007
3737
+ 13EB5 M-24-011
3738
+ 13EB6 M-24-012
3739
+ 13EB7 M-26-001
3740
+ 13EB8 M-26-003
3741
+ 13EB9 M-28-005
3742
+ 13EBA M-28-007
3743
+ 13EBB M-28-009
3744
+ 13EBC M-28-010
3745
+ 13EBD M-28-013
3746
+ 13EBE M-28-015
3747
+ 13EBF M-28-016
3748
+ 13EC0 M-28-017
3749
+ 13EC1 M-28-018
3750
+ 13EC2 N-01-002
3751
+ 13EC3 N-01-003
3752
+ 13EC4 N-01-004
3753
+ 13EC5 N-01-005
3754
+ 13EC6 N-01-010
3755
+ 13EC7 N-01-011
3756
+ 13EC8 N-01-013
3757
+ 13EC9 N-01-014
3758
+ 13ECA N-01-015
3759
+ 13ECB N-01-016
3760
+ 13ECC N-01-017
3761
+ 13ECD N-01-021
3762
+ 13ECE N-01-025
3763
+ 13ECF N-01-029
3764
+ 13ED0 N-01-030
3765
+ 13ED1 N-01-032
3766
+ 13ED2 N-02-011
3767
+ 13ED3 N-03-004
3768
+ 13ED4 N-03-008
3769
+ 13ED5 N-03-010
3770
+ 13ED6 N-03-011
3771
+ 13ED7 N-03-012
3772
+ 13ED8 N-03-013
3773
+ 13ED9 N-03-016
3774
+ 13EDA N-03-017
3775
+ 13EDB N-04-001
3776
+ 13EDC N-04-005
3777
+ 13EDD N-04-008
3778
+ 13EDE N-04-009
3779
+ 13EDF N-04-011
3780
+ 13EE0 N-04-012
3781
+ 13EE1 N-04-014
3782
+ 13EE2 N-04-017
3783
+ 13EE3 N-04-023
3784
+ 13EE4 N-04-024
3785
+ 13EE5 N-04-025
3786
+ 13EE6 N-04-026
3787
+ 13EE7 N-05-002
3788
+ 13EE8 N-05-004
3789
+ 13EE9 N-05-007
3790
+ 13EEA N-05-011
3791
+ 13EEB N-05-015
3792
+ 13EEC N-05-018
3793
+ 13EED N-05-019
3794
+ 13EEE N-05-020
3795
+ 13EEF N-05-022
3796
+ 13EF0 N-05-023
3797
+ 13EF1 N-05-024
3798
+ 13EF2 N-05-027
3799
+ 13EF3 N-06-007
3800
+ 13EF4 N-06-013
3801
+ 13EF5 N-06-018
3802
+ 13EF6 N-08-006
3803
+ 13EF7 N-09-013
3804
+ 13EF8 N-09-014
3805
+ 13EF9 N-09-017
3806
+ 13EFA N-09-025
3807
+ 13EFB N-09-026
3808
+ 13EFC N-09-028
3809
+ 13EFD N-09-030
3810
+ 13EFE N-09-032
3811
+ 13EFF N-09-033
3812
+ 13F00 N-09-034
3813
+ 13F01 N-10-017
3814
+ 13F02 N-11-001
3815
+ 13F03 N-11-008
3816
+ 13F04 N-11-009
3817
+ 13F05 N-11-010
3818
+ 13F06 N-11-013
3819
+ 13F07 N-11-014
3820
+ 13F08 N-11-017
3821
+ 13F09 N-11-020
3822
+ 13F0A N-11-022
3823
+ 13F0B N-11-023
3824
+ 13F0C N-11-025
3825
+ 13F0D N-11-026
3826
+ 13F0E N-11-028
3827
+ 13F0F N-11-030
3828
+ 13F10 N-11-031
3829
+ 13F11 N-11-032
3830
+ 13F12 N-11-035
3831
+ 13F13 N-11-037
3832
+ 13F14 N-13-005
3833
+ 13F15 N-13-006
3834
+ 13F16 N-13-007
3835
+ 13F17 N-13-012
3836
+ 13F18 N-13-013
3837
+ 13F19 N-13-018
3838
+ 13F1A N-13-019
3839
+ 13F1B N-13-021
3840
+ 13F1C N-13-026
3841
+ 13F1D N-13-028
3842
+ 13F1E N-13-029
3843
+ 13F1F N-14-005
3844
+ 13F20 N-15-006
3845
+ 13F21 N-15-013
3846
+ 13F22 N-15-015
3847
+ 13F23 N-15-016
3848
+ 13F24 N-16-009
3849
+ 13F25 N-17-005
3850
+ 13F26 N-17-007
3851
+ 13F27 N-17-008
3852
+ 13F28 N-17-009
3853
+ 13F29 N-18-002
3854
+ 13F2A N-18-006
3855
+ 13F2B N-18-007
3856
+ 13F2C N-18-009
3857
+ 13F2D N-18-010
3858
+ 13F2E N-18-012
3859
+ 13F2F N-18-016
3860
+ 13F30 N-19-008
3861
+ 13F31 N-19-009
3862
+ 13F32 N-19-012
3863
+ 13F33 N-19-014
3864
+ 13F34 N-20-002
3865
+ 13F35 N-20-007
3866
+ 13F36 N-20-009
3867
+ 13F37 N-20-012
3868
+ 13F38 N-20-013
3869
+ 13F39 N-20-014
3870
+ 13F3A N-20-015
3871
+ 13F3B N-20-016
3872
+ 13F3C N-20-021
3873
+ 13F3D N-20-025
3874
+ 13F3E N-20-028
3875
+ 13F3F N-20-029
3876
+ 13F40 N-20-030
3877
+ 13F41 N-20-035
3878
+ 13F42 N-20-036
3879
+ 13F43 N-20-037
3880
+ 13F44 N-21-005
3881
+ 13F45 N-21-006
3882
+ 13F46 N-22-005
3883
+ 13F47 N-22-006
3884
+ 13F48 N-22-007
3885
+ 13F49 N-22-008
3886
+ 13F4A N-22-009
3887
+ 13F4B N-22-010
3888
+ 13F4C O-01-004
3889
+ 13F4D O-01-053
3890
+ 13F4E O-01-060
3891
+ 13F4F O-01-061
3892
+ 13F50 O-01-063
3893
+ 13F51 O-01-064
3894
+ 13F52 O-01-067
3895
+ 13F53 O-02-005
3896
+ 13F54 O-02-007
3897
+ 13F55 O-03-001
3898
+ 13F56 O-03-002
3899
+ 13F57 O-03-012
3900
+ 13F58 O-03-013
3901
+ 13F59 O-03-014
3902
+ 13F5A O-03-031
3903
+ 13F5B O-03-036
3904
+ 13F5C O-03-037
3905
+ 13F5D O-03-113
3906
+ 13F5E O-03-168
3907
+ 13F5F O-03-169
3908
+ 13F60 O-03-171
3909
+ 13F61 O-03-172
3910
+ 13F62 O-04-001
3911
+ 13F63 O-04-002
3912
+ 13F64 O-04-003
3913
+ 13F65 O-04-008
3914
+ 13F66 O-04-009
3915
+ 13F67 O-04-025
3916
+ 13F68 O-04-026
3917
+ 13F69 O-04-027
3918
+ 13F6A O-05-002
3919
+ 13F6B O-05-003
3920
+ 13F6C O-05-004
3921
+ 13F6D O-05-005
3922
+ 13F6E O-05-007
3923
+ 13F6F O-05-026
3924
+ 13F70 O-05-040
3925
+ 13F71 O-05-064
3926
+ 13F72 O-05-084
3927
+ 13F73 O-05-099
3928
+ 13F74 O-05-101
3929
+ 13F75 O-05-105
3930
+ 13F76 O-05-111
3931
+ 13F77 O-05-113
3932
+ 13F78 O-05-117
3933
+ 13F79 O-05-118
3934
+ 13F7A O-05-120
3935
+ 13F7B O-06-001
3936
+ 13F7C O-06-005
3937
+ 13F7D O-06-011
3938
+ 13F7E O-06-015
3939
+ 13F7F O-06-021
3940
+ 13F80 O-06-022
3941
+ 13F81 O-06-033
3942
+ 13F82 O-06-042
3943
+ 13F83 O-06-043
3944
+ 13F84 O-06-052
3945
+ 13F85 O-06-055
3946
+ 13F86 O-06-057
3947
+ 13F87 O-06-058
3948
+ 13F88 O-07-001
3949
+ 13F89 O-07-003
3950
+ 13F8A O-07-005
3951
+ 13F8B O-07-006
3952
+ 13F8C O-07-010
3953
+ 13F8D O-07-012
3954
+ 13F8E O-07-013
3955
+ 13F8F O-07-014
3956
+ 13F90 O-07-015
3957
+ 13F91 O-07-020
3958
+ 13F92 O-08-001
3959
+ 13F93 O-08-005
3960
+ 13F94 O-08-007
3961
+ 13F95 O-08-009
3962
+ 13F96 O-08-012
3963
+ 13F97 O-08-013
3964
+ 13F98 O-08-015
3965
+ 13F99 O-08-018
3966
+ 13F9A O-08-026
3967
+ 13F9B O-09-003
3968
+ 13F9C O-09-006
3969
+ 13F9D O-09-014
3970
+ 13F9E O-09-015
3971
+ 13F9F O-09-020
3972
+ 13FA0 O-09-029
3973
+ 13FA1 O-09-041
3974
+ 13FA2 O-09-044
3975
+ 13FA3 O-09-045
3976
+ 13FA4 O-09-047
3977
+ 13FA5 O-09-053
3978
+ 13FA6 O-09-060
3979
+ 13FA7 O-09-066
3980
+ 13FA8 O-09-068
3981
+ 13FA9 O-09-071
3982
+ 13FAA O-09-072
3983
+ 13FAB O-09-075
3984
+ 13FAC O-09-081
3985
+ 13FAD O-09-082
3986
+ 13FAE O-09-083
3987
+ 13FAF O-09-085
3988
+ 13FB0 O-09-092
3989
+ 13FB1 O-09-093
3990
+ 13FB2 O-09-100
3991
+ 13FB3 O-09-103
3992
+ 13FB4 O-09-105
3993
+ 13FB5 O-09-107
3994
+ 13FB6 O-09-112
3995
+ 13FB7 O-10-001
3996
+ 13FB8 O-10-002
3997
+ 13FB9 O-10-003
3998
+ 13FBA O-10-004
3999
+ 13FBB O-10-019
4000
+ 13FBC O-10-030
4001
+ 13FBD O-10-031
4002
+ 13FBE O-10-035
4003
+ 13FBF O-10-040
4004
+ 13FC0 O-11-002
4005
+ 13FC1 O-11-006
4006
+ 13FC2 O-11-008
4007
+ 13FC3 O-11-009
4008
+ 13FC4 O-11-011
4009
+ 13FC5 O-11-016
4010
+ 13FC6 O-11-017
4011
+ 13FC7 O-11-018
4012
+ 13FC8 O-11-019
4013
+ 13FC9 O-11-021
4014
+ 13FCA O-11-022
4015
+ 13FCB O-11-023
4016
+ 13FCC O-11-024
4017
+ 13FCD O-11-025
4018
+ 13FCE O-11-026
4019
+ 13FCF O-11-027
4020
+ 13FD0 O-11-028
4021
+ 13FD1 O-11-030
4022
+ 13FD2 O-11-042
4023
+ 13FD3 O-11-044
4024
+ 13FD4 O-11-046
4025
+ 13FD5 O-11-049
4026
+ 13FD6 O-11-051
4027
+ 13FD7 O-11-056
4028
+ 13FD8 O-12-004
4029
+ 13FD9 O-12-005
4030
+ 13FDA O-13-008
4031
+ 13FDB O-13-009
4032
+ 13FDC O-13-011
4033
+ 13FDD O-14-008
4034
+ 13FDE O-14-013
4035
+ 13FDF O-16-004
4036
+ 13FE0 O-16-006
4037
+ 13FE1 O-16-007
4038
+ 13FE2 O-16-008
4039
+ 13FE3 O-16-011
4040
+ 13FE4 O-16-030
4041
+ 13FE5 O-16-031
4042
+ 13FE6 O-16-035
4043
+ 13FE7 O-16-041
4044
+ 13FE8 O-16-044
4045
+ 13FE9 O-16-046
4046
+ 13FEA O-16-047
4047
+ 13FEB O-16-048
4048
+ 13FEC O-16-049
4049
+ 13FED O-16-050
4050
+ 13FEE O-18-002
4051
+ 13FEF O-18-004
4052
+ 13FF0 O-18-005
4053
+ 13FF1 O-18-013
4054
+ 13FF2 O-18-021
4055
+ 13FF3 O-19-010
4056
+ 13FF4 O-20-006
4057
+ 13FF5 O-21-001
4058
+ 13FF6 O-21-002
4059
+ 13FF7 O-21-004
4060
+ 13FF8 O-21-005
4061
+ 13FF9 O-21-007
4062
+ 13FFA O-21-010
4063
+ 13FFB O-21-012
4064
+ 13FFC O-21-014
4065
+ 13FFD O-21-020
4066
+ 13FFE O-21-021
4067
+ 13FFF O-22-001
4068
+ 14000 O-22-005
4069
+ 14001 O-22-008
4070
+ 14002 O-22-009
4071
+ 14003 O-22-011
4072
+ 14004 O-22-014
4073
+ 14005 O-22-015
4074
+ 14006 O-23-004
4075
+ 14007 O-23-005
4076
+ 14008 O-24-008
4077
+ 14009 O-24-011
4078
+ 1400A O-24-012
4079
+ 1400B O-24-016
4080
+ 1400C O-24-021
4081
+ 1400D O-24-025
4082
+ 1400E O-24-026
4083
+ 1400F O-24-027
4084
+ 14010 O-24-030
4085
+ 14011 O-24-036
4086
+ 14012 O-24-037
4087
+ 14013 O-24-039
4088
+ 14014 O-24-047
4089
+ 14015 O-24-050
4090
+ 14016 O-24-053
4091
+ 14017 O-24-064
4092
+ 14018 O-24-068
4093
+ 14019 O-24-079
4094
+ 1401A P-01-001
4095
+ 1401B P-01-004
4096
+ 1401C P-01-006
4097
+ 1401D P-01-007
4098
+ 1401E P-01-008
4099
+ 1401F P-01-011
4100
+ 14020 P-01-012
4101
+ 14021 P-01-018
4102
+ 14022 P-01-021
4103
+ 14023 P-01-023
4104
+ 14024 P-01-024
4105
+ 14025 P-01-027
4106
+ 14026 P-01-028
4107
+ 14027 P-01-030
4108
+ 14028 P-01-031
4109
+ 14029 P-01-032
4110
+ 1402A P-01-033
4111
+ 1402B P-01-035
4112
+ 1402C P-01-036
4113
+ 1402D P-01-038
4114
+ 1402E P-01-039
4115
+ 1402F P-01-040
4116
+ 14030 P-01-041
4117
+ 14031 P-01-042
4118
+ 14032 P-01-043
4119
+ 14033 P-01-045
4120
+ 14034 P-01-050
4121
+ 14035 P-01-051
4122
+ 14036 P-01-052
4123
+ 14037 P-01-060
4124
+ 14038 P-01-062
4125
+ 14039 P-01-063
4126
+ 1403A P-01-064
4127
+ 1403B P-01-067
4128
+ 1403C P-01-068
4129
+ 1403D P-02-001
4130
+ 1403E P-02-004
4131
+ 1403F P-02-011
4132
+ 14040 P-02-012
4133
+ 14041 P-02-014
4134
+ 14042 P-02-017
4135
+ 14043 P-03-002
4136
+ 14044 P-03-007
4137
+ 14045 P-03-008
4138
+ 14046 P-03-009
4139
+ 14047 P-03-012
4140
+ 14048 P-03-014
4141
+ 14049 P-03-015
4142
+ 1404A P-03-016
4143
+ 1404B P-03-020
4144
+ 1404C P-03-021
4145
+ 1404D P-03-024
4146
+ 1404E P-03-032
4147
+ 1404F P-03-033
4148
+ 14050 P-03-035
4149
+ 14051 P-03-038
4150
+ 14052 P-03-039
4151
+ 14053 P-03-041
4152
+ 14054 P-03-042
4153
+ 14055 P-03-047
4154
+ 14056 P-03-048
4155
+ 14057 P-03-050
4156
+ 14058 P-03-051
4157
+ 14059 P-03-052
4158
+ 1405A P-03-056
4159
+ 1405B P-03-058
4160
+ 1405C P-03-060
4161
+ 1405D P-03-062
4162
+ 1405E P-03-063
4163
+ 1405F P-03-064
4164
+ 14060 P-03-065
4165
+ 14061 P-03-068
4166
+ 14062 P-03-070
4167
+ 14063 P-03-071
4168
+ 14064 P-03-073
4169
+ 14065 P-03-076
4170
+ 14066 P-03-077
4171
+ 14067 P-03-078
4172
+ 14068 P-03-083
4173
+ 14069 P-03-085
4174
+ 1406A P-03-086
4175
+ 1406B P-03-089
4176
+ 1406C P-03-092
4177
+ 1406D P-03-097
4178
+ 1406E P-03-100
4179
+ 1406F P-03-101
4180
+ 14070 P-03-103
4181
+ 14071 P-03-107
4182
+ 14072 P-03-111
4183
+ 14073 P-03-112
4184
+ 14074 P-03-113
4185
+ 14075 P-03-114
4186
+ 14076 P-04-001
4187
+ 14077 P-04-002
4188
+ 14078 P-04-004
4189
+ 14079 P-04-007
4190
+ 1407A P-05-002
4191
+ 1407B P-06-002
4192
+ 1407C P-06-003
4193
+ 1407D P-06-006
4194
+ 1407E P-06-015
4195
+ 1407F P-06-017
4196
+ 14080 P-06-018
4197
+ 14081 P-06-020
4198
+ 14082 P-06-026
4199
+ 14083 P-06-030
4200
+ 14084 P-06-033
4201
+ 14085 P-06-034
4202
+ 14086 P-06-035
4203
+ 14087 P-06-041
4204
+ 14088 P-06-045
4205
+ 14089 P-06-046
4206
+ 1408A P-06-047
4207
+ 1408B P-07-001
4208
+ 1408C P-07-002
4209
+ 1408D P-07-012
4210
+ 1408E P-07-013
4211
+ 1408F P-07-015
4212
+ 14090 P-07-028
4213
+ 14091 P-08-006
4214
+ 14092 P-09-002
4215
+ 14093 P-09-005
4216
+ 14094 P-10-010
4217
+ 14095 P-11-003
4218
+ 14096 P-11-005
4219
+ 14097 P-11-007
4220
+ 14098 P-13-001
4221
+ 14099 Q-01-002
4222
+ 1409A Q-01-005
4223
+ 1409B Q-01-006
4224
+ 1409C Q-01-011
4225
+ 1409D Q-01-012
4226
+ 1409E Q-01-013
4227
+ 1409F Q-01-016
4228
+ 140A0 Q-01-017
4229
+ 140A1 Q-01-019
4230
+ 140A2 Q-01-021
4231
+ 140A3 Q-01-026
4232
+ 140A4 Q-01-029
4233
+ 140A5 Q-01-030
4234
+ 140A6 Q-02-002
4235
+ 140A7 Q-02-004
4236
+ 140A8 Q-03-001
4237
+ 140A9 Q-03-002
4238
+ 140AA Q-03-003
4239
+ 140AB Q-03-005
4240
+ 140AC Q-03-006
4241
+ 140AD Q-03-010
4242
+ 140AE Q-03-012
4243
+ 140AF Q-03-013
4244
+ 140B0 Q-04-001
4245
+ 140B1 Q-04-005
4246
+ 140B2 Q-05-001
4247
+ 140B3 Q-05-004
4248
+ 140B4 Q-05-006
4249
+ 140B5 Q-05-007
4250
+ 140B6 Q-05-009
4251
+ 140B7 Q-05-016
4252
+ 140B8 Q-05-019
4253
+ 140B9 Q-05-020
4254
+ 140BA Q-05-023
4255
+ 140BB Q-05-028
4256
+ 140BC Q-05-030
4257
+ 140BD Q-05-035
4258
+ 140BE Q-05-036
4259
+ 140BF Q-05-037
4260
+ 140C0 Q-05-038
4261
+ 140C1 Q-05-039
4262
+ 140C2 Q-05-040
4263
+ 140C3 Q-05-046
4264
+ 140C4 Q-05-049
4265
+ 140C5 Q-05-052
4266
+ 140C6 Q-06-001
4267
+ 140C7 Q-06-002
4268
+ 140C8 Q-06-006
4269
+ 140C9 Q-06-009
4270
+ 140CA Q-06-013
4271
+ 140CB Q-07-001
4272
+ 140CC Q-07-004
4273
+ 140CD Q-07-005
4274
+ 140CE Q-07-008
4275
+ 140CF R-01-001
4276
+ 140D0 R-01-010
4277
+ 140D1 R-01-012
4278
+ 140D2 R-01-013
4279
+ 140D3 R-01-022
4280
+ 140D4 R-02-002
4281
+ 140D5 R-02-029
4282
+ 140D6 R-02-032
4283
+ 140D7 R-02-033
4284
+ 140D8 R-02-035
4285
+ 140D9 R-02-036
4286
+ 140DA R-02-037
4287
+ 140DB R-02-042
4288
+ 140DC R-02-043
4289
+ 140DD R-02-050
4290
+ 140DE R-02-052
4291
+ 140DF R-02-053
4292
+ 140E0 R-02-057
4293
+ 140E1 R-02-060
4294
+ 140E2 R-02-062
4295
+ 140E3 R-02-064
4296
+ 140E4 R-02-066
4297
+ 140E5 R-02-073
4298
+ 140E6 R-02-075
4299
+ 140E7 R-03-001
4300
+ 140E8 R-03-003
4301
+ 140E9 R-03-004
4302
+ 140EA R-03-005
4303
+ 140EB R-03-006
4304
+ 140EC R-03-007
4305
+ 140ED R-03-008
4306
+ 140EE R-03-009
4307
+ 140EF R-03-011
4308
+ 140F0 R-03-012
4309
+ 140F1 R-03-013
4310
+ 140F2 R-04-006
4311
+ 140F3 R-05-002
4312
+ 140F4 R-05-005
4313
+ 140F5 R-05-006
4314
+ 140F6 R-05-011
4315
+ 140F7 R-05-013
4316
+ 140F8 R-05-014
4317
+ 140F9 R-06-003
4318
+ 140FA R-06-005
4319
+ 140FB R-06-007
4320
+ 140FC R-07-003
4321
+ 140FD R-07-004
4322
+ 140FE R-07-005
4323
+ 140FF R-07-009
4324
+ 14100 R-07-010
4325
+ 14101 R-07-011
4326
+ 14102 R-07-012
4327
+ 14103 R-07-016
4328
+ 14104 R-07-018
4329
+ 14105 R-07-028
4330
+ 14106 R-07-031
4331
+ 14107 R-07-032
4332
+ 14108 R-07-039
4333
+ 14109 R-07-040
4334
+ 1410A R-07-044
4335
+ 1410B R-07-046
4336
+ 1410C R-07-047
4337
+ 1410D R-07-048
4338
+ 1410E R-07-049
4339
+ 1410F R-07-050
4340
+ 14110 R-07-055
4341
+ 14111 R-07-057
4342
+ 14112 R-08-003
4343
+ 14113 R-08-004
4344
+ 14114 R-08-006
4345
+ 14115 R-09-001
4346
+ 14116 R-09-005
4347
+ 14117 R-09-014
4348
+ 14118 R-09-016
4349
+ 14119 R-09-017
4350
+ 1411A R-09-021
4351
+ 1411B R-09-031
4352
+ 1411C R-09-032
4353
+ 1411D R-09-037
4354
+ 1411E R-09-039
4355
+ 1411F R-11-001
4356
+ 14120 R-11-003
4357
+ 14121 R-11-007
4358
+ 14122 R-11-013
4359
+ 14123 R-11-014
4360
+ 14124 R-11-015
4361
+ 14125 R-11-023
4362
+ 14126 R-11-028
4363
+ 14127 R-11-035
4364
+ 14128 R-12-001
4365
+ 14129 R-12-002
4366
+ 1412A R-12-010
4367
+ 1412B R-12-015
4368
+ 1412C R-12-017
4369
+ 1412D R-12-018
4370
+ 1412E R-12-027
4371
+ 1412F R-12-033
4372
+ 14130 R-12-034
4373
+ 14131 R-12-038
4374
+ 14132 R-12-040
4375
+ 14133 R-13-001
4376
+ 14134 R-14-001
4377
+ 14135 R-14-002
4378
+ 14136 R-14-003
4379
+ 14137 R-14-006
4380
+ 14138 R-14-009
4381
+ 14139 R-14-011
4382
+ 1413A R-14-012
4383
+ 1413B R-14-014
4384
+ 1413C R-14-018
4385
+ 1413D R-14-023
4386
+ 1413E R-15-001
4387
+ 1413F R-15-002
4388
+ 14140 R-15-003
4389
+ 14141 R-16-003
4390
+ 14142 R-16-005
4391
+ 14143 R-16-006
4392
+ 14144 R-17-004
4393
+ 14145 R-18-001
4394
+ 14146 R-18-006
4395
+ 14147 R-18-008
4396
+ 14148 R-20-001
4397
+ 14149 R-22-001
4398
+ 1414A R-23-004
4399
+ 1414B R-23-005
4400
+ 1414C R-23-015
4401
+ 1414D S-01-002
4402
+ 1414E S-01-003
4403
+ 1414F S-01-005
4404
+ 14150 S-01-007
4405
+ 14151 S-01-008
4406
+ 14152 S-01-009
4407
+ 14153 S-01-013
4408
+ 14154 S-01-018
4409
+ 14155 S-01-019
4410
+ 14156 S-01-020
4411
+ 14157 S-02-002
4412
+ 14158 S-02-004
4413
+ 14159 S-02-009
4414
+ 1415A S-02-012
4415
+ 1415B S-03-002
4416
+ 1415C S-04-003
4417
+ 1415D S-05-002
4418
+ 1415E S-05-003
4419
+ 1415F S-05-004
4420
+ 14160 S-05-005
4421
+ 14161 S-05-006
4422
+ 14162 S-05-008
4423
+ 14163 S-05-009
4424
+ 14164 S-06-002
4425
+ 14165 S-06-003
4426
+ 14166 S-07-001
4427
+ 14167 S-07-003
4428
+ 14168 S-07-004
4429
+ 14169 S-07-006
4430
+ 1416A S-07-007
4431
+ 1416B S-08-001
4432
+ 1416C S-08-002
4433
+ 1416D S-08-005
4434
+ 1416E S-09-002
4435
+ 1416F S-09-004
4436
+ 14170 S-09-005
4437
+ 14171 S-09-008
4438
+ 14172 S-09-011
4439
+ 14173 S-09-015
4440
+ 14174 S-09-019
4441
+ 14175 S-09-020
4442
+ 14176 S-09-021
4443
+ 14177 S-09-022
4444
+ 14178 S-09-025
4445
+ 14179 S-09-026
4446
+ 1417A S-09-027
4447
+ 1417B S-09-028
4448
+ 1417C S-09-030
4449
+ 1417D S-09-034
4450
+ 1417E S-09-037
4451
+ 1417F S-09-040
4452
+ 14180 S-09-042
4453
+ 14181 S-09-043
4454
+ 14182 S-10-003
4455
+ 14183 S-10-004
4456
+ 14184 S-10-005
4457
+ 14185 S-10-007
4458
+ 14186 S-10-009
4459
+ 14187 S-11-002
4460
+ 14188 S-11-003
4461
+ 14189 S-11-004
4462
+ 1418A S-11-005
4463
+ 1418B S-11-006
4464
+ 1418C S-11-011
4465
+ 1418D S-11-015
4466
+ 1418E S-11-017
4467
+ 1418F S-11-019
4468
+ 14190 S-11-020
4469
+ 14191 S-11-023
4470
+ 14192 S-11-027
4471
+ 14193 S-11-030
4472
+ 14194 S-11-031
4473
+ 14195 S-11-035
4474
+ 14196 S-11-049
4475
+ 14197 S-11-051
4476
+ 14198 S-11-052
4477
+ 14199 S-11-055
4478
+ 1419A S-11-056
4479
+ 1419B S-11-059
4480
+ 1419C S-11-060
4481
+ 1419D S-11-065
4482
+ 1419E S-11-068
4483
+ 1419F S-11-071
4484
+ 141A0 S-11-073
4485
+ 141A1 S-11-075
4486
+ 141A2 S-11-076
4487
+ 141A3 S-11-078
4488
+ 141A4 S-11-080
4489
+ 141A5 S-11-085
4490
+ 141A6 S-11-087
4491
+ 141A7 S-11-090
4492
+ 141A8 S-12-004
4493
+ 141A9 S-12-007
4494
+ 141AA S-13-006
4495
+ 141AB S-13-007
4496
+ 141AC S-13-015
4497
+ 141AD S-13-016
4498
+ 141AE S-13-017
4499
+ 141AF S-14-002
4500
+ 141B0 S-14-004
4501
+ 141B1 S-15-003
4502
+ 141B2 S-15-005
4503
+ 141B3 S-15-007
4504
+ 141B4 S-15-008
4505
+ 141B5 S-15-009
4506
+ 141B6 S-15-010
4507
+ 141B7 S-15-011
4508
+ 141B8 S-15-015
4509
+ 141B9 S-15-016
4510
+ 141BA S-15-038
4511
+ 141BB S-15-040
4512
+ 141BC S-15-042
4513
+ 141BD S-15-043
4514
+ 141BE S-15-044
4515
+ 141BF S-15-051
4516
+ 141C0 S-15-056
4517
+ 141C1 S-15-060
4518
+ 141C2 S-15-061
4519
+ 141C3 S-15-063
4520
+ 141C4 S-15-064
4521
+ 141C5 S-17-005
4522
+ 141C6 S-17-007
4523
+ 141C7 S-17-009
4524
+ 141C8 S-17-012
4525
+ 141C9 S-17-013
4526
+ 141CA S-20-003
4527
+ 141CB S-20-004
4528
+ 141CC S-20-005
4529
+ 141CD S-20-006
4530
+ 141CE S-20-012
4531
+ 141CF S-21-003
4532
+ 141D0 S-21-004
4533
+ 141D1 S-21-005
4534
+ 141D2 S-21-009
4535
+ 141D3 S-22-005
4536
+ 141D4 S-23-011
4537
+ 141D5 S-23-012
4538
+ 141D6 S-23-013
4539
+ 141D7 S-23-014
4540
+ 141D8 S-24-002
4541
+ 141D9 S-24-007
4542
+ 141DA S-24-008
4543
+ 141DB S-25-002
4544
+ 141DC S-25-003
4545
+ 141DD S-25-005
4546
+ 141DE S-25-008
4547
+ 141DF S-25-013
4548
+ 141E0 S-25-015
4549
+ 141E1 S-25-017
4550
+ 141E2 S-25-023
4551
+ 141E3 S-26-009
4552
+ 141E4 S-26-010
4553
+ 141E5 S-27-002
4554
+ 141E6 S-27-004
4555
+ 141E7 S-27-007
4556
+ 141E8 S-27-009
4557
+ 141E9 S-28-002
4558
+ 141EA S-28-009
4559
+ 141EB S-28-013
4560
+ 141EC S-28-014
4561
+ 141ED S-28-021
4562
+ 141EE S-28-022
4563
+ 141EF S-28-023
4564
+ 141F0 S-28-024
4565
+ 141F1 S-29-001
4566
+ 141F2 S-29-002
4567
+ 141F3 S-29-004
4568
+ 141F4 S-29-005
4569
+ 141F5 S-29-009
4570
+ 141F6 S-29-014
4571
+ 141F7 T-01-003
4572
+ 141F8 T-01-005
4573
+ 141F9 T-01-006
4574
+ 141FA T-01-015
4575
+ 141FB T-01-018
4576
+ 141FC T-01-019
4577
+ 141FD T-01-020
4578
+ 141FE T-01-022
4579
+ 141FF T-01-053
4580
+ 14200 T-01-055
4581
+ 14201 T-02-003
4582
+ 14202 T-02-004
4583
+ 14203 T-02-006
4584
+ 14204 T-03-001
4585
+ 14205 T-03-002
4586
+ 14206 T-04-002
4587
+ 14207 T-05-007
4588
+ 14208 T-06-003
4589
+ 14209 T-06-009
4590
+ 1420A T-06-018
4591
+ 1420B T-06-019
4592
+ 1420C T-07-002
4593
+ 1420D T-07-005
4594
+ 1420E T-07-010
4595
+ 1420F T-07-012
4596
+ 14210 T-07-014
4597
+ 14211 T-07-018
4598
+ 14212 T-07-020
4599
+ 14213 T-07-023
4600
+ 14214 T-07-026
4601
+ 14215 T-07-027
4602
+ 14216 T-07-028
4603
+ 14217 T-07-029
4604
+ 14218 T-07-030
4605
+ 14219 T-07-031
4606
+ 1421A T-07-034
4607
+ 1421B T-07-038
4608
+ 1421C T-07-039
4609
+ 1421D T-07-040
4610
+ 1421E T-07-044
4611
+ 1421F T-07-045
4612
+ 14220 T-07-051
4613
+ 14221 T-07-057
4614
+ 14222 T-07-058
4615
+ 14223 T-07-061
4616
+ 14224 T-08-007
4617
+ 14225 T-08-009
4618
+ 14226 T-08-011
4619
+ 14227 T-08-012
4620
+ 14228 T-08-017
4621
+ 14229 T-09-001
4622
+ 1422A T-09-007
4623
+ 1422B T-09-018
4624
+ 1422C T-09-019
4625
+ 1422D T-09-020
4626
+ 1422E T-09-024
4627
+ 1422F T-10-005
4628
+ 14230 T-10-006
4629
+ 14231 T-10-007
4630
+ 14232 T-10-008
4631
+ 14233 T-10-009
4632
+ 14234 T-10-010
4633
+ 14235 T-12-001
4634
+ 14236 T-12-004
4635
+ 14237 T-12-005
4636
+ 14238 T-13-002
4637
+ 14239 T-13-006
4638
+ 1423A T-13-009
4639
+ 1423B T-13-010
4640
+ 1423C T-13-012
4641
+ 1423D T-13-013
4642
+ 1423E T-13-014
4643
+ 1423F T-13-015
4644
+ 14240 T-13-018
4645
+ 14241 T-13-020
4646
+ 14242 T-13-023
4647
+ 14243 T-13-025
4648
+ 14244 T-13-026
4649
+ 14245 T-13-027
4650
+ 14246 T-13-029
4651
+ 14247 T-13-035
4652
+ 14248 T-13-039
4653
+ 14249 T-13-040
4654
+ 1424A T-13-051
4655
+ 1424B T-13-052
4656
+ 1424C T-13-053
4657
+ 1424D T-13-056
4658
+ 1424E T-13-062
4659
+ 1424F T-13-063
4660
+ 14250 T-13-064
4661
+ 14251 T-13-066
4662
+ 14252 T-13-067
4663
+ 14253 T-13-068
4664
+ 14254 T-13-070
4665
+ 14255 T-13-074
4666
+ 14256 T-13-075
4667
+ 14257 T-13-076
4668
+ 14258 T-14-001
4669
+ 14259 T-14-003
4670
+ 1425A T-14-004
4671
+ 1425B T-14-005
4672
+ 1425C T-14-006
4673
+ 1425D T-14-007
4674
+ 1425E T-14-008
4675
+ 1425F T-14-012
4676
+ 14260 T-14-017
4677
+ 14261 T-15-001
4678
+ 14262 T-15-006
4679
+ 14263 T-15-008
4680
+ 14264 T-15-011
4681
+ 14265 T-15-012
4682
+ 14266 T-16-001
4683
+ 14267 T-16-003
4684
+ 14268 T-16-004
4685
+ 14269 T-16-005
4686
+ 1426A T-16-006
4687
+ 1426B T-16-007
4688
+ 1426C T-16-008
4689
+ 1426D T-16-009
4690
+ 1426E T-16-011
4691
+ 1426F T-16-021
4692
+ 14270 T-16-026
4693
+ 14271 T-16-027
4694
+ 14272 T-16-028
4695
+ 14273 T-16-029
4696
+ 14274 T-18-001
4697
+ 14275 T-18-007
4698
+ 14276 T-18-008
4699
+ 14277 T-18-009
4700
+ 14278 T-18-010
4701
+ 14279 T-18-023
4702
+ 1427A T-18-024
4703
+ 1427B T-18-025
4704
+ 1427C T-18-026
4705
+ 1427D T-18-028
4706
+ 1427E T-18-033
4707
+ 1427F T-18-035
4708
+ 14280 T-18-036
4709
+ 14281 T-18-040
4710
+ 14282 T-18-045
4711
+ 14283 T-18-047
4712
+ 14284 T-18-049
4713
+ 14285 T-18-051
4714
+ 14286 T-18-061
4715
+ 14287 T-19-006
4716
+ 14288 T-19-008
4717
+ 14289 T-20-001
4718
+ 1428A T-21-001
4719
+ 1428B T-21-006
4720
+ 1428C T-21-007
4721
+ 1428D T-21-008
4722
+ 1428E T-21-010
4723
+ 1428F U-01-016
4724
+ 14290 U-02-009
4725
+ 14291 U-02-011
4726
+ 14292 U-02-012
4727
+ 14293 U-02-013
4728
+ 14294 U-02-016
4729
+ 14295 U-03-012
4730
+ 14296 U-03-014
4731
+ 14297 U-03-016
4732
+ 14298 U-03-019
4733
+ 14299 U-03-022
4734
+ 1429A U-03-027
4735
+ 1429B U-03-029
4736
+ 1429C U-05-001
4737
+ 1429D U-05-002
4738
+ 1429E U-05-007
4739
+ 1429F U-05-011
4740
+ 142A0 U-05-012
4741
+ 142A1 U-05-015
4742
+ 142A2 U-05-017
4743
+ 142A3 U-06-002
4744
+ 142A4 U-06-003
4745
+ 142A5 U-06-006
4746
+ 142A6 U-06-008
4747
+ 142A7 U-06-015
4748
+ 142A8 U-06-017
4749
+ 142A9 U-07-004
4750
+ 142AA U-07-007
4751
+ 142AB U-08-002
4752
+ 142AC U-08-005
4753
+ 142AD U-08-008
4754
+ 142AE U-08-014
4755
+ 142AF U-08-024
4756
+ 142B0 U-08-025
4757
+ 142B1 U-09-007
4758
+ 142B2 U-09-011
4759
+ 142B3 U-09-016
4760
+ 142B4 U-09-017
4761
+ 142B5 U-09-018
4762
+ 142B6 U-09-020
4763
+ 142B7 U-09-021
4764
+ 142B8 U-09-024
4765
+ 142B9 U-09-027
4766
+ 142BA U-09-028
4767
+ 142BB U-09-040
4768
+ 142BC U-09-047
4769
+ 142BD U-09-048
4770
+ 142BE U-09-052
4771
+ 142BF U-09-053
4772
+ 142C0 U-09-054
4773
+ 142C1 U-09-056
4774
+ 142C2 U-09-057
4775
+ 142C3 U-09-058
4776
+ 142C4 U-09-059
4777
+ 142C5 U-09-060
4778
+ 142C6 U-09-061
4779
+ 142C7 U-09-064
4780
+ 142C8 U-09-068
4781
+ 142C9 U-09-071
4782
+ 142CA U-09-075
4783
+ 142CB U-09-077
4784
+ 142CC U-09-078
4785
+ 142CD U-09-079
4786
+ 142CE U-09-081
4787
+ 142CF U-09-082
4788
+ 142D0 U-09-083
4789
+ 142D1 U-09-089
4790
+ 142D2 U-09-092
4791
+ 142D3 U-09-097
4792
+ 142D4 U-09-098
4793
+ 142D5 U-09-099
4794
+ 142D6 U-09-105
4795
+ 142D7 U-09-106
4796
+ 142D8 U-11-003
4797
+ 142D9 U-11-009
4798
+ 142DA U-12-003
4799
+ 142DB U-12-004
4800
+ 142DC U-12-006
4801
+ 142DD U-12-012
4802
+ 142DE U-13-002
4803
+ 142DF U-15-007
4804
+ 142E0 U-15-009
4805
+ 142E1 U-15-010
4806
+ 142E2 U-16-001
4807
+ 142E3 U-16-003
4808
+ 142E4 U-16-008
4809
+ 142E5 U-16-012
4810
+ 142E6 U-16-014
4811
+ 142E7 U-16-015
4812
+ 142E8 U-16-016
4813
+ 142E9 U-16-017
4814
+ 142EA U-16-020
4815
+ 142EB U-16-021
4816
+ 142EC U-16-025
4817
+ 142ED U-16-028
4818
+ 142EE U-16-029
4819
+ 142EF U-16-031
4820
+ 142F0 U-16-032
4821
+ 142F1 U-16-034
4822
+ 142F2 U-16-036
4823
+ 142F3 U-16-038
4824
+ 142F4 U-16-039
4825
+ 142F5 U-16-042
4826
+ 142F6 U-16-043
4827
+ 142F7 U-16-044
4828
+ 142F8 U-16-045
4829
+ 142F9 U-16-048
4830
+ 142FA U-16-049
4831
+ 142FB U-17-004
4832
+ 142FC U-17-005
4833
+ 142FD U-17-008
4834
+ 142FE U-17-010
4835
+ 142FF U-17-011
4836
+ 14300 U-17-012
4837
+ 14301 U-18-002
4838
+ 14302 U-18-006
4839
+ 14303 U-18-009
4840
+ 14304 U-18-010
4841
+ 14305 U-18-011
4842
+ 14306 U-18-016
4843
+ 14307 U-18-018
4844
+ 14308 U-18-020
4845
+ 14309 U-18-021
4846
+ 1430A U-18-022
4847
+ 1430B U-18-025
4848
+ 1430C U-18-026
4849
+ 1430D U-18-027
4850
+ 1430E U-18-030
4851
+ 1430F U-18-035
4852
+ 14310 U-18-037
4853
+ 14311 U-18-040
4854
+ 14312 U-18-043
4855
+ 14313 U-19-001
4856
+ 14314 U-19-004
4857
+ 14315 U-19-005
4858
+ 14316 U-21-005
4859
+ 14317 U-21-006
4860
+ 14318 U-21-014
4861
+ 14319 U-22-002
4862
+ 1431A U-22-003
4863
+ 1431B U-22-005
4864
+ 1431C U-22-009
4865
+ 1431D U-22-020
4866
+ 1431E V-01-018
4867
+ 1431F V-01-023
4868
+ 14320 V-01-027
4869
+ 14321 V-01-030
4870
+ 14322 V-01-043
4871
+ 14323 V-01-046
4872
+ 14324 V-02-007
4873
+ 14325 V-03-003
4874
+ 14326 V-04-001
4875
+ 14327 V-04-002
4876
+ 14328 V-04-009
4877
+ 14329 V-04-010
4878
+ 1432A V-04-019
4879
+ 1432B V-04-020
4880
+ 1432C V-04-021
4881
+ 1432D V-04-028
4882
+ 1432E V-04-029
4883
+ 1432F V-04-054
4884
+ 14330 V-04-056
4885
+ 14331 V-04-057
4886
+ 14332 V-04-058
4887
+ 14333 V-05-004
4888
+ 14334 V-05-011
4889
+ 14335 V-06-011
4890
+ 14336 V-07-005
4891
+ 14337 V-08-002
4892
+ 14338 V-08-004
4893
+ 14339 V-08-005
4894
+ 1433A V-08-021
4895
+ 1433B V-08-024
4896
+ 1433C V-08-025
4897
+ 1433D V-08-031
4898
+ 1433E V-08-034
4899
+ 1433F V-08-039
4900
+ 14340 V-08-040
4901
+ 14341 V-08-046
4902
+ 14342 V-08-053
4903
+ 14343 V-09-011
4904
+ 14344 V-09-016
4905
+ 14345 V-09-019
4906
+ 14346 V-10-001
4907
+ 14347 V-11-002
4908
+ 14348 V-11-005
4909
+ 14349 V-11-010
4910
+ 1434A V-14-001
4911
+ 1434B V-14-003
4912
+ 1434C V-14-010
4913
+ 1434D V-14-012
4914
+ 1434E V-14-016
4915
+ 1434F V-14-018
4916
+ 14350 V-14-019
4917
+ 14351 V-14-024
4918
+ 14352 V-15-005
4919
+ 14353 V-15-010
4920
+ 14354 V-15-012
4921
+ 14355 V-15-013
4922
+ 14356 V-16-001
4923
+ 14357 V-17-002
4924
+ 14358 V-17-003
4925
+ 14359 W-01-004
4926
+ 1435A W-01-009
4927
+ 1435B W-01-010
4928
+ 1435C W-01-011
4929
+ 1435D W-01-012
4930
+ 1435E W-01-014
4931
+ 1435F W-01-015
4932
+ 14360 W-01-017
4933
+ 14361 W-01-021
4934
+ 14362 W-01-024
4935
+ 14363 W-02-003
4936
+ 14364 W-02-011
4937
+ 14365 W-02-012
4938
+ 14366 W-02-013
4939
+ 14367 W-03-002
4940
+ 14368 W-03-003
4941
+ 14369 W-03-006
4942
+ 1436A W-03-009
4943
+ 1436B W-03-011
4944
+ 1436C W-04-009
4945
+ 1436D W-05-003
4946
+ 1436E W-06-010
4947
+ 1436F W-06-012
4948
+ 14370 W-06-016
4949
+ 14371 W-06-017
4950
+ 14372 W-06-021
4951
+ 14373 W-06-023
4952
+ 14374 W-06-025
4953
+ 14375 W-06-027
4954
+ 14376 W-06-028
4955
+ 14377 W-06-030
4956
+ 14378 W-06-031
4957
+ 14379 W-06-040
4958
+ 1437A W-06-043
4959
+ 1437B W-06-044
4960
+ 1437C W-06-045
4961
+ 1437D W-06-046
4962
+ 1437E W-06-047
4963
+ 1437F W-07-002
4964
+ 14380 W-07-007
4965
+ 14381 W-07-009
4966
+ 14382 W-07-011
4967
+ 14383 W-08-001
4968
+ 14384 W-08-002
4969
+ 14385 W-08-003
4970
+ 14386 W-09-001
4971
+ 14387 W-09-003
4972
+ 14388 W-09-006
4973
+ 14389 W-10-002
4974
+ 1438A W-10-003
4975
+ 1438B W-10-005
4976
+ 1438C W-10-006
4977
+ 1438D W-10-008
4978
+ 1438E W-11-001
4979
+ 1438F W-11-002
4980
+ 14390 W-11-003
4981
+ 14391 W-11-005
4982
+ 14392 W-11-009
4983
+ 14393 W-11-010
4984
+ 14394 W-11-011
4985
+ 14395 W-11-024
4986
+ 14396 W-11-028
4987
+ 14397 W-11-030
4988
+ 14398 W-11-036
4989
+ 14399 W-11-037
4990
+ 1439A W-11-038
4991
+ 1439B W-11-039
4992
+ 1439C W-11-041
4993
+ 1439D W-11-044
4994
+ 1439E W-11-045
4995
+ 1439F W-11-046
4996
+ 143A0 W-11-051
4997
+ 143A1 W-11-053
4998
+ 143A2 W-11-055
4999
+ 143A3 W-11-056
5000
+ 143A4 W-11-061
5001
+ 143A5 W-11-062
5002
+ 143A6 W-11-064
5003
+ 143A7 W-11-065
5004
+ 143A8 W-11-071
5005
+ 143A9 W-11-073
5006
+ 143AA W-11-078
5007
+ 143AB W-11-079
5008
+ 143AC W-11-082
5009
+ 143AD W-11-091
5010
+ 143AE W-11-095
5011
+ 143AF W-11-098
5012
+ 143B0 W-11-100
5013
+ 143B1 W-11-102
5014
+ 143B2 W-11-105
5015
+ 143B3 W-11-106
5016
+ 143B4 W-11-110
5017
+ 143B5 W-11-111
5018
+ 143B6 W-11-113
5019
+ 143B7 W-11-115
5020
+ 143B8 W-11-121
5021
+ 143B9 W-11-122
5022
+ 143BA W-11-123
5023
+ 143BB W-11-124
5024
+ 143BC X-02-003
5025
+ 143BD X-02-005
5026
+ 143BE X-02-006
5027
+ 143BF X-02-007
5028
+ 143C0 X-03-001
5029
+ 143C1 X-03-005
5030
+ 143C2 X-03-007
5031
+ 143C3 X-04-003
5032
+ 143C4 X-04-004
5033
+ 143C5 X-04-006
5034
+ 143C6 X-04-007
5035
+ 143C7 X-04-009
5036
+ 143C8 X-04-013
5037
+ 143C9 X-05-002
5038
+ 143CA X-06-001
5039
+ 143CB X-06-009
5040
+ 143CC X-06-011
5041
+ 143CD X-08-003
5042
+ 143CE X-08-004
5043
+ 143CF Y-01-007
5044
+ 143D0 Y-01-014
5045
+ 143D1 Y-02-007
5046
+ 143D2 Y-02-008
5047
+ 143D3 Y-02-009
5048
+ 143D4 Y-02-010
5049
+ 143D5 Y-02-012
5050
+ 143D6 Y-02-013
5051
+ 143D7 Y-02-014
5052
+ 143D8 Y-03-007
5053
+ 143D9 Y-04-002
5054
+ 143DA Y-04-005
5055
+ 143DB Y-04-006
5056
+ 143DC Y-04-007
5057
+ 143DD Y-04-008
5058
+ 143DE Y-05-001
5059
+ 143DF Y-05-002
5060
+ 143E0 Y-05-003
5061
+ 143E1 Y-06-001
5062
+ 143E2 Y-06-003
5063
+ 143E3 Y-06-005
5064
+ 143E4 Y-06-013
5065
+ 143E5 Y-06-017
5066
+ 143E6 Y-06-023
5067
+ 143E7 Z-01-016
5068
+ 143E8 Z-01-033
5069
+ 143E9 Z-02-006
5070
+ 143EA Z-02-008
5071
+ 143EB Z-03-006
5072
+ 143EC Z-04-003
5073
+ 143ED Z-04-005
5074
+ 143EE Z-06-003
5075
+ 143EF Z-06-007
5076
+ 143F0 Z-06-008
5077
+ 143F1 Z-06-012
5078
+ 143F2 Z-06-017
5079
+ 143F3 Z-07-008
5080
+ 143F4 Z-07-009
5081
+ 143F5 Z-07-010
5082
+ 143F6 Z-07-011
5083
+ 143F7 AA-08-001
5084
+ 143F8 AA-22-002
5085
+ 143F9 AA-22-006
5086
+ 143FA AA-22-007
5087
+ END
git/usr/share/perl5/core_perl/unicore/To/kEHCore.pl ADDED
@@ -0,0 +1,629 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
2
+ # This file is machine-generated by lib/unicore/mktables from the Unicode
3
+ # database, Version 16.0.0. Any changes made here will be lost!
4
+
5
+ # !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
6
+ # This file is for internal use by core Perl only. The format and even the
7
+ # name or existence of this file are subject to change without notice. Don't
8
+ # use it directly. Use Unicode::UCD to access the Unicode character data
9
+ # base.
10
+
11
+
12
+
13
+ # The name this table is to be known by, with the format of the mappings in
14
+ # the main body of the table, and what all code points missing from this file
15
+ # map to.
16
+ $Unicode::UCD::SwashInfo{'TokEHCore'}{'format'} = 's'; # string
17
+ $Unicode::UCD::SwashInfo{'TokEHCore'}{'missing'} = ''; # code point maps to the empty string
18
+
19
+ return <<'END';
20
+ 13000 1305C C
21
+ 1305D 1305E L
22
+ 1305F 13069 C
23
+ 1306A L
24
+ 1306B C
25
+ 1306C L
26
+ 1306D 13091 C
27
+ 13092 L
28
+ 13093 13096 C
29
+ 13097 L
30
+ 13098 130A8 C
31
+ 130A9 L
32
+ 130AA 130B8 C
33
+ 130B9 L
34
+ 130BA 130C0 C
35
+ 130C1 L
36
+ 130C2 130F9 C
37
+ 130FA L
38
+ 130FB 1310B C
39
+ 1310C L
40
+ 1310D 13117 C
41
+ 13118 L
42
+ 13119 13132 C
43
+ 13133 13135 L
44
+ 13136 C
45
+ 13137 13138 L
46
+ 13139 C
47
+ 1313A 1313C L
48
+ 1313D 13140 C
49
+ 13141 L
50
+ 13142 13151 C
51
+ 13152 L
52
+ 13153 13154 C
53
+ 13155 13157 L
54
+ 13158 13168 C
55
+ 13169 L
56
+ 1316A C
57
+ 1316B L
58
+ 1316C 13171 C
59
+ 13172 L
60
+ 13173 C
61
+ 13174 13176 L
62
+ 13177 13195 C
63
+ 13196 L
64
+ 13197 131A4 C
65
+ 131A5 L
66
+ 131A6 131A9 C
67
+ 131AA L
68
+ 131AB 131AD C
69
+ 131AE 131AF L
70
+ 131B0 131B1 C
71
+ 131B2 L
72
+ 131B3 131C5 C
73
+ 131C6 L
74
+ 131C7 131D7 C
75
+ 131D8 L
76
+ 131D9 131E0 C
77
+ 131E1 131E2 L
78
+ 131E3 13201 C
79
+ 13202 L
80
+ 13203 13209 C
81
+ 1320A L
82
+ 1320B 13214 C
83
+ 13215 L
84
+ 13216 13250 C
85
+ 13251 13252 L
86
+ 13253 13255 C
87
+ 13256 L
88
+ 13257 1325D C
89
+ 1325E 13264 L
90
+ 13265 C
91
+ 13266 L
92
+ 13267 1326F C
93
+ 13270 L
94
+ 13271 1327B C
95
+ 1327C L
96
+ 1327D C
97
+ 1327E L
98
+ 1327F 13297 C
99
+ 13298 L
100
+ 13299 132A2 C
101
+ 132A3 L
102
+ 132A4 C
103
+ 132A5 L
104
+ 132A6 132DE C
105
+ 132DF 132E1 L
106
+ 132E2 132F0 C
107
+ 132F1 L
108
+ 132F2 132F4 C
109
+ 132F5 132F6 L
110
+ 132F7 132FA C
111
+ 132FB L
112
+ 132FC 1330B C
113
+ 1330C 1330D L
114
+ 1330E 1332C C
115
+ 1332D L
116
+ 1332E C
117
+ 1332F L
118
+ 13330 13334 C
119
+ 13335 13337 L
120
+ 13338 C
121
+ 13339 1333B L
122
+ 1333C 13352 C
123
+ 13353 L
124
+ 13354 13359 C
125
+ 1335A L
126
+ 1335B 1339B C
127
+ 1339C L
128
+ 1339D C
129
+ 1339E L
130
+ 1339F C
131
+ 133A0 L
132
+ 133A1 C
133
+ 133A2 L
134
+ 133A3 133B1 C
135
+ 133B2 L
136
+ 133B3 133B8 C
137
+ 133B9 L
138
+ 133BA 133BF C
139
+ 133C0 L
140
+ 133C1 133CC C
141
+ 133CD L
142
+ 133CE 133D6 C
143
+ 133D7 L
144
+ 133D8 133DB C
145
+ 133DC L
146
+ 133DD 133DE C
147
+ 133DF L
148
+ 133E0 133E8 C
149
+ 133E9 L
150
+ 133EA C
151
+ 133EB 133EC L
152
+ 133ED 13402 C
153
+ 13403 L
154
+ 13404 13413 C
155
+ 13414 L
156
+ 13415 13423 C
157
+ 13424 L
158
+ 13425 1342F C
159
+ 13461 1346D C
160
+ 1346F 13474 C
161
+ 13476 13487 C
162
+ 13489 13494 C
163
+ 13496 C
164
+ 13498 1349E C
165
+ 134A0 134A5 C
166
+ 134A7 134A8 C
167
+ 134AA 134AD C
168
+ 134AF 134B6 C
169
+ 134B8 134BD C
170
+ 134BF 134C1 C
171
+ 134C3 134CB C
172
+ 134CD 134F4 C
173
+ 134F6 13502 C
174
+ 13504 13505 C
175
+ 13507 13514 C
176
+ 13516 1351A C
177
+ 1351C 13520 C
178
+ 13522 1352C C
179
+ 1352E 13531 C
180
+ 13533 13543 C
181
+ 13546 13549 C
182
+ 1354B 1355E C
183
+ 13560 13569 C
184
+ 1356B 1356C C
185
+ 1356E 1357C C
186
+ 1357E 13580 C
187
+ 13582 1359F C
188
+ 135A1 135A2 C
189
+ 135A4 135BC C
190
+ 135BE 135BF C
191
+ 135C1 135CD C
192
+ 135CF 135D0 C
193
+ 135D3 135D5 C
194
+ 135D7 135DA C
195
+ 135DC 135E9 C
196
+ 135EB C
197
+ 135ED 1360D C
198
+ 1360F 1361B C
199
+ 1361D 13623 C
200
+ 13625 1362A C
201
+ 1362C 13630 C
202
+ 13632 13634 C
203
+ 13636 13639 C
204
+ 1363B 13648 C
205
+ 1364A 1364E C
206
+ 13650 13657 C
207
+ 13659 C
208
+ 1365B 13669 C
209
+ 1366C 136A2 C
210
+ 136A4 136A7 C
211
+ 136A9 136AA C
212
+ 136AC 136AF C
213
+ 136B1 136B2 C
214
+ 136B5 136B9 C
215
+ 136BB C
216
+ 136BD 136D7 C
217
+ 136D9 136DC C
218
+ 136DE 136EB C
219
+ 136ED 136F0 C
220
+ 136F2 136F4 C
221
+ 136F6 136FC C
222
+ 136FE 13706 C
223
+ 13708 1370A C
224
+ 1370C 13711 C
225
+ 13713 13729 C
226
+ 1372B 1372C C
227
+ 1372F 1373D C
228
+ 1373F 13740 C
229
+ 13742 13745 C
230
+ 13747 1374B C
231
+ 1374D 1374F C
232
+ 13751 13754 C
233
+ 13758 1375D C
234
+ 1375F 13769 C
235
+ 1376C 1376E C
236
+ 13770 13774 C
237
+ 13776 13780 C
238
+ 13784 13786 C
239
+ 13788 1378D C
240
+ 1378F 13791 C
241
+ 13793 137BA C
242
+ 137BC 137BD C
243
+ 137BF C
244
+ 137C1 137C9 C
245
+ 137CB 137CE C
246
+ 137D0 137D8 C
247
+ 137DA 137DC C
248
+ 137DE 137E0 C
249
+ 137E2 137F0 C
250
+ 137F2 137F3 C
251
+ 137F5 137FA C
252
+ 137FC 13803 C
253
+ 13805 C
254
+ 13807 13813 C
255
+ 13815 1381E C
256
+ 13820 C
257
+ 13824 13827 C
258
+ 13829 1382B C
259
+ 1382D 13831 C
260
+ 13833 C
261
+ 13835 13847 C
262
+ 13849 1384B C
263
+ 1384E 13853 C
264
+ 13855 13868 C
265
+ 1386A 1386D C
266
+ 1386F C
267
+ 13871 13878 C
268
+ 1387A 13886 C
269
+ 13888 13897 C
270
+ 13899 C
271
+ 1389B 138A1 C
272
+ 138A4 138B0 C
273
+ 138B2 C
274
+ 138B4 C
275
+ 138B6 138BB C
276
+ 138BE 138DA C
277
+ 138DC 13900 C
278
+ 13902 13905 C
279
+ 13907 13923 C
280
+ 13925 1393A C
281
+ 1393D 13946 C
282
+ 13948 1394B C
283
+ 1394D C
284
+ 1394F 13952 C
285
+ 13954 1395B C
286
+ 1395D 13960 C
287
+ 13962 13967 C
288
+ 13969 1396B C
289
+ 1396D 13980 C
290
+ 13982 C
291
+ 13984 13992 C
292
+ 13994 139A7 C
293
+ 139A9 139BA C
294
+ 139BC C
295
+ 139BE 139D1 C
296
+ 139D3 C
297
+ 139D5 139D7 C
298
+ 139D9 139E2 C
299
+ 139E6 13A24 C
300
+ 13A26 13A2B C
301
+ 13A2D C
302
+ 13A2F C
303
+ 13A32 13A39 C
304
+ 13A3B 13A45 C
305
+ 13A47 C
306
+ 13A49 C
307
+ 13A4C C
308
+ 13A4E 13A50 C
309
+ 13A54 13A60 C
310
+ 13A62 13A6E C
311
+ 13A70 13A78 C
312
+ 13A7A 13A8F C
313
+ 13A91 13A95 C
314
+ 13A97 13AA8 C
315
+ 13AAA 13AAB C
316
+ 13AAE 13AB1 C
317
+ 13AB3 13ABB C
318
+ 13ABD 13ABF C
319
+ 13AC1 13AC5 C
320
+ 13AC7 13AC8 C
321
+ 13ACA 13ADB C
322
+ 13ADD 13AF1 C
323
+ 13AF4 13AF5 C
324
+ 13AF7 13AFB C
325
+ 13AFE 13B03 C
326
+ 13B05 C
327
+ 13B07 13B08 C
328
+ 13B0A C
329
+ 13B0C 13B0F C
330
+ 13B11 13B1E C
331
+ 13B20 13B23 C
332
+ 13B25 13B28 C
333
+ 13B2B 13B39 C
334
+ 13B3B 13B3C C
335
+ 13B3E 13B4A C
336
+ 13B4C 13B51 C
337
+ 13B53 13B54 C
338
+ 13B56 13B5D C
339
+ 13B5F 13B79 C
340
+ 13B7B 13B7D C
341
+ 13B7F C
342
+ 13B81 13B83 C
343
+ 13B85 13B8C C
344
+ 13B8E 13B95 C
345
+ 13B97 13B98 C
346
+ 13B9A 13B9D C
347
+ 13B9F 13BA6 C
348
+ 13BA9 13BAB C
349
+ 13BAE C
350
+ 13BB2 13BB9 C
351
+ 13BBC 13BC0 C
352
+ 13BC2 13BD8 C
353
+ 13BDA 13BE5 C
354
+ 13BE7 13BEA C
355
+ 13BEC C
356
+ 13BEE 13C05 C
357
+ 13C07 13C0B C
358
+ 13C0D 13C11 C
359
+ 13C13 13C1D C
360
+ 13C1F 13C23 C
361
+ 13C25 C
362
+ 13C27 13C2B C
363
+ 13C2D 13C31 C
364
+ 13C33 13C34 C
365
+ 13C36 13C38 C
366
+ 13C3A C
367
+ 13C3C C
368
+ 13C3F 13C40 C
369
+ 13C43 C
370
+ 13C45 13C52 C
371
+ 13C54 13C60 C
372
+ 13C62 13C6A C
373
+ 13C6C 13C7D C
374
+ 13C7F 13C88 C
375
+ 13C8A 13C99 C
376
+ 13C9B 13CA7 C
377
+ 13CAA 13CAD C
378
+ 13CAF 13CB0 C
379
+ 13CB2 13CB8 C
380
+ 13CBA C
381
+ 13CBC C
382
+ 13CBE 13CCA C
383
+ 13CCC C
384
+ 13CCF 13CD1 C
385
+ 13CD3 13CD6 C
386
+ 13CD9 13CDA C
387
+ 13CDC 13CDE C
388
+ 13CE0 13CE3 C
389
+ 13CE5 13CE7 C
390
+ 13CE9 13CFC C
391
+ 13CFE C
392
+ 13D00 C
393
+ 13D02 13D0B C
394
+ 13D0E 13D1F C
395
+ 13D23 13D26 C
396
+ 13D28 13D4E C
397
+ 13D51 13D5F C
398
+ 13D61 13D65 C
399
+ 13D67 13D7F C
400
+ 13D82 13D84 C
401
+ 13D87 13D9B C
402
+ 13D9D C
403
+ 13DA0 13DA5 C
404
+ 13DA7 13DAB C
405
+ 13DAD 13DAF C
406
+ 13DB1 13DB4 C
407
+ 13DB6 13DB9 C
408
+ 13DBB 13DC1 C
409
+ 13DC3 13DC4 C
410
+ 13DCA 13DDA C
411
+ 13DDC 13DDD C
412
+ 13DDF C
413
+ 13DE1 13DE7 C
414
+ 13DE9 13DF2 C
415
+ 13DF4 13DFB C
416
+ 13DFD 13E03 C
417
+ 13E05 13E0B C
418
+ 13E0D C
419
+ 13E0F 13E11 C
420
+ 13E13 13E17 C
421
+ 13E19 13E23 C
422
+ 13E26 13E27 C
423
+ 13E2A C
424
+ 13E2D 13E36 C
425
+ 13E38 13E3A C
426
+ 13E3C C
427
+ 13E3F 13E41 C
428
+ 13E43 13E45 C
429
+ 13E47 13E48 C
430
+ 13E4A 13E4C C
431
+ 13E4E 13E4F C
432
+ 13E51 13E55 C
433
+ 13E58 13E67 C
434
+ 13E6A 13E70 C
435
+ 13E73 13E7E C
436
+ 13E80 13E8C C
437
+ 13E8E 13E9B C
438
+ 13E9D 13EA3 C
439
+ 13EA5 13EA6 C
440
+ 13EA8 13EAC C
441
+ 13EAF 13EB5 C
442
+ 13EB7 13EBC C
443
+ 13EBE C
444
+ 13EC0 C
445
+ 13EC2 13ED1 C
446
+ 13ED3 13EDB C
447
+ 13EDD 13EF3 C
448
+ 13EF5 13EF6 C
449
+ 13EF8 13F06 C
450
+ 13F08 C
451
+ 13F0A C
452
+ 13F0C 13F21 C
453
+ 13F23 13F26 C
454
+ 13F28 13F2A C
455
+ 13F2C 13F34 C
456
+ 13F36 13F3C C
457
+ 13F3E 13F48 C
458
+ 13F4A C
459
+ 13F4C 13F4D C
460
+ 13F4F 13F54 C
461
+ 13F56 13F57 C
462
+ 13F59 13F67 C
463
+ 13F69 13F76 C
464
+ 13F78 13F7C C
465
+ 13F7F 13F96 C
466
+ 13F98 13F9A C
467
+ 13F9C 13F9F C
468
+ 13FA1 13FA3 C
469
+ 13FA5 13FA9 C
470
+ 13FAB 13FAE C
471
+ 13FB1 C
472
+ 13FB3 13FC1 C
473
+ 13FC3 13FC6 C
474
+ 13FC9 13FCB C
475
+ 13FCD 13FD0 C
476
+ 13FD2 13FE2 C
477
+ 13FE4 13FE5 C
478
+ 13FE7 C
479
+ 13FEA 13FEC C
480
+ 13FEE 13FF7 C
481
+ 13FFA 13FFB C
482
+ 13FFD 14000 C
483
+ 14002 14003 C
484
+ 14005 14012 C
485
+ 14014 C
486
+ 14017 14029 C
487
+ 1402B C
488
+ 1402D C
489
+ 1402F 1403A C
490
+ 1403F 14046 C
491
+ 14048 14049 C
492
+ 1404B 14052 C
493
+ 14054 C
494
+ 14056 1405A C
495
+ 1405C 1405F C
496
+ 14061 14063 C
497
+ 14065 14071 C
498
+ 14073 1407A C
499
+ 1407C 1407E C
500
+ 14080 14082 C
501
+ 14084 14086 C
502
+ 14088 1408D C
503
+ 14090 C
504
+ 14093 14095 C
505
+ 14097 C
506
+ 14099 1409C C
507
+ 1409E 140A1 C
508
+ 140A3 140A6 C
509
+ 140A8 140AD C
510
+ 140AF 140BD C
511
+ 140BF C
512
+ 140C1 140C8 C
513
+ 140CA 140D0 C
514
+ 140D6 C
515
+ 140D8 C
516
+ 140DA 140DE C
517
+ 140E1 140E7 C
518
+ 140EA C
519
+ 140EC 140F1 C
520
+ 140F3 140F4 C
521
+ 140F6 C
522
+ 140F9 C
523
+ 140FC 14102 C
524
+ 14104 14107 C
525
+ 14109 1410E C
526
+ 14110 14119 C
527
+ 1411B 14122 C
528
+ 14124 C
529
+ 14126 C
530
+ 14128 1412D C
531
+ 1412F C
532
+ 14131 14132 C
533
+ 14136 14138 C
534
+ 1413A 1413C C
535
+ 1413E 14142 C
536
+ 14144 14145 C
537
+ 14147 14148 C
538
+ 1414C 14162 C
539
+ 14164 14166 C
540
+ 14168 14169 C
541
+ 1416B 14170 C
542
+ 14173 14187 C
543
+ 14189 1418E C
544
+ 14190 14192 C
545
+ 14194 14197 C
546
+ 14199 1419A C
547
+ 1419C 1419F C
548
+ 141A1 141A2 C
549
+ 141A4 141AD C
550
+ 141AF 141BA C
551
+ 141BD 141C3 C
552
+ 141C5 141C9 C
553
+ 141CB 141D0 C
554
+ 141D2 C
555
+ 141D4 141D8 C
556
+ 141DA 141EE C
557
+ 141F0 141F7 C
558
+ 141FB 14211 C
559
+ 14213 14219 C
560
+ 1421B 1421D C
561
+ 1421F 1422B C
562
+ 1422D 14238 C
563
+ 1423A 14243 C
564
+ 14245 1424D C
565
+ 14250 14251 C
566
+ 14253 C
567
+ 14256 C
568
+ 14259 14263 C
569
+ 14265 C
570
+ 14268 14278 C
571
+ 1427A 14280 C
572
+ 14282 14283 C
573
+ 14285 C
574
+ 14287 C
575
+ 14289 1428D C
576
+ 1428F 14294 C
577
+ 14296 1429A C
578
+ 1429C 1429D C
579
+ 1429F C
580
+ 142A1 142A4 C
581
+ 142A6 142B5 C
582
+ 142B7 142BF C
583
+ 142C1 142C2 C
584
+ 142C4 142CB C
585
+ 142CD 142CE C
586
+ 142D0 142D1 C
587
+ 142D3 142E0 C
588
+ 142E2 142E5 C
589
+ 142E8 142EC C
590
+ 142EE 142F4 C
591
+ 142F6 14300 C
592
+ 14303 14304 C
593
+ 14306 14308 C
594
+ 1430B C
595
+ 1430D C
596
+ 1430F 14310 C
597
+ 14312 14315 C
598
+ 14317 1431D C
599
+ 1431F 14325 C
600
+ 14327 C
601
+ 14329 1432F C
602
+ 14331 14334 C
603
+ 14336 14339 C
604
+ 1433B 14346 C
605
+ 14348 14350 C
606
+ 14352 14364 C
607
+ 14366 14367 C
608
+ 14369 1437D C
609
+ 1437F 14381 C
610
+ 14384 14389 C
611
+ 1438B 1438C C
612
+ 1438F 14393 C
613
+ 14395 14397 C
614
+ 14399 143A5 C
615
+ 143A7 143A9 C
616
+ 143AB C
617
+ 143AE 143B0 C
618
+ 143B3 143B5 C
619
+ 143B7 143BE C
620
+ 143C0 143C2 C
621
+ 143C4 143C9 C
622
+ 143CB 143CC C
623
+ 143CE 143D5 C
624
+ 143D7 143DD C
625
+ 143DF 143EA C
626
+ 143EE 143F0 C
627
+ 143F3 143F8 C
628
+ 143FA C
629
+ END
git/usr/share/perl5/core_perl/unicore/To/kEHDesc.pl ADDED
The diff for this file is too large to render. See raw diff
 
git/usr/share/perl5/core_perl/unicore/To/kEHFunc.pl ADDED
The diff for this file is too large to render. See raw diff
 
git/usr/share/perl5/core_perl/unicore/lib/Alpha/Y.pl ADDED
@@ -0,0 +1,1528 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
2
+ # This file is machine-generated by lib/unicore/mktables from the Unicode
3
+ # database, Version 16.0.0. Any changes made here will be lost!
4
+
5
+ # !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
6
+ # This file is for internal use by core Perl only. The format and even the
7
+ # name or existence of this file are subject to change without notice. Don't
8
+ # use it directly. Use Unicode::UCD to access the Unicode character data
9
+ # base.
10
+
11
+
12
+ return <<'END';
13
+ V1514
14
+ 65
15
+ 91
16
+ 97
17
+ 123
18
+ 170
19
+ 171
20
+ 181
21
+ 182
22
+ 186
23
+ 187
24
+ 192
25
+ 215
26
+ 216
27
+ 247
28
+ 248
29
+ 706
30
+ 710
31
+ 722
32
+ 736
33
+ 741
34
+ 748
35
+ 749
36
+ 750
37
+ 751
38
+ 837
39
+ 838
40
+ 867
41
+ 885
42
+ 886
43
+ 888
44
+ 890
45
+ 894
46
+ 895
47
+ 896
48
+ 902
49
+ 903
50
+ 904
51
+ 907
52
+ 908
53
+ 909
54
+ 910
55
+ 930
56
+ 931
57
+ 1014
58
+ 1015
59
+ 1154
60
+ 1162
61
+ 1328
62
+ 1329
63
+ 1367
64
+ 1369
65
+ 1370
66
+ 1376
67
+ 1417
68
+ 1456
69
+ 1470
70
+ 1471
71
+ 1472
72
+ 1473
73
+ 1475
74
+ 1476
75
+ 1478
76
+ 1479
77
+ 1480
78
+ 1488
79
+ 1515
80
+ 1519
81
+ 1523
82
+ 1552
83
+ 1563
84
+ 1568
85
+ 1624
86
+ 1625
87
+ 1632
88
+ 1646
89
+ 1748
90
+ 1749
91
+ 1757
92
+ 1761
93
+ 1769
94
+ 1773
95
+ 1776
96
+ 1786
97
+ 1789
98
+ 1791
99
+ 1792
100
+ 1808
101
+ 1856
102
+ 1869
103
+ 1970
104
+ 1994
105
+ 2027
106
+ 2036
107
+ 2038
108
+ 2042
109
+ 2043
110
+ 2048
111
+ 2072
112
+ 2074
113
+ 2093
114
+ 2112
115
+ 2137
116
+ 2144
117
+ 2155
118
+ 2160
119
+ 2184
120
+ 2185
121
+ 2191
122
+ 2199
123
+ 2200
124
+ 2208
125
+ 2250
126
+ 2260
127
+ 2272
128
+ 2275
129
+ 2282
130
+ 2288
131
+ 2364
132
+ 2365
133
+ 2381
134
+ 2382
135
+ 2385
136
+ 2389
137
+ 2404
138
+ 2417
139
+ 2436
140
+ 2437
141
+ 2445
142
+ 2447
143
+ 2449
144
+ 2451
145
+ 2473
146
+ 2474
147
+ 2481
148
+ 2482
149
+ 2483
150
+ 2486
151
+ 2490
152
+ 2493
153
+ 2501
154
+ 2503
155
+ 2505
156
+ 2507
157
+ 2509
158
+ 2510
159
+ 2511
160
+ 2519
161
+ 2520
162
+ 2524
163
+ 2526
164
+ 2527
165
+ 2532
166
+ 2544
167
+ 2546
168
+ 2556
169
+ 2557
170
+ 2561
171
+ 2564
172
+ 2565
173
+ 2571
174
+ 2575
175
+ 2577
176
+ 2579
177
+ 2601
178
+ 2602
179
+ 2609
180
+ 2610
181
+ 2612
182
+ 2613
183
+ 2615
184
+ 2616
185
+ 2618
186
+ 2622
187
+ 2627
188
+ 2631
189
+ 2633
190
+ 2635
191
+ 2637
192
+ 2641
193
+ 2642
194
+ 2649
195
+ 2653
196
+ 2654
197
+ 2655
198
+ 2672
199
+ 2678
200
+ 2689
201
+ 2692
202
+ 2693
203
+ 2702
204
+ 2703
205
+ 2706
206
+ 2707
207
+ 2729
208
+ 2730
209
+ 2737
210
+ 2738
211
+ 2740
212
+ 2741
213
+ 2746
214
+ 2749
215
+ 2758
216
+ 2759
217
+ 2762
218
+ 2763
219
+ 2765
220
+ 2768
221
+ 2769
222
+ 2784
223
+ 2788
224
+ 2809
225
+ 2813
226
+ 2817
227
+ 2820
228
+ 2821
229
+ 2829
230
+ 2831
231
+ 2833
232
+ 2835
233
+ 2857
234
+ 2858
235
+ 2865
236
+ 2866
237
+ 2868
238
+ 2869
239
+ 2874
240
+ 2877
241
+ 2885
242
+ 2887
243
+ 2889
244
+ 2891
245
+ 2893
246
+ 2902
247
+ 2904
248
+ 2908
249
+ 2910
250
+ 2911
251
+ 2916
252
+ 2929
253
+ 2930
254
+ 2946
255
+ 2948
256
+ 2949
257
+ 2955
258
+ 2958
259
+ 2961
260
+ 2962
261
+ 2966
262
+ 2969
263
+ 2971
264
+ 2972
265
+ 2973
266
+ 2974
267
+ 2976
268
+ 2979
269
+ 2981
270
+ 2984
271
+ 2987
272
+ 2990
273
+ 3002
274
+ 3006
275
+ 3011
276
+ 3014
277
+ 3017
278
+ 3018
279
+ 3021
280
+ 3024
281
+ 3025
282
+ 3031
283
+ 3032
284
+ 3072
285
+ 3085
286
+ 3086
287
+ 3089
288
+ 3090
289
+ 3113
290
+ 3114
291
+ 3130
292
+ 3133
293
+ 3141
294
+ 3142
295
+ 3145
296
+ 3146
297
+ 3149
298
+ 3157
299
+ 3159
300
+ 3160
301
+ 3163
302
+ 3165
303
+ 3166
304
+ 3168
305
+ 3172
306
+ 3200
307
+ 3204
308
+ 3205
309
+ 3213
310
+ 3214
311
+ 3217
312
+ 3218
313
+ 3241
314
+ 3242
315
+ 3252
316
+ 3253
317
+ 3258
318
+ 3261
319
+ 3269
320
+ 3270
321
+ 3273
322
+ 3274
323
+ 3277
324
+ 3285
325
+ 3287
326
+ 3293
327
+ 3295
328
+ 3296
329
+ 3300
330
+ 3313
331
+ 3316
332
+ 3328
333
+ 3341
334
+ 3342
335
+ 3345
336
+ 3346
337
+ 3387
338
+ 3389
339
+ 3397
340
+ 3398
341
+ 3401
342
+ 3402
343
+ 3405
344
+ 3406
345
+ 3407
346
+ 3412
347
+ 3416
348
+ 3423
349
+ 3428
350
+ 3450
351
+ 3456
352
+ 3457
353
+ 3460
354
+ 3461
355
+ 3479
356
+ 3482
357
+ 3506
358
+ 3507
359
+ 3516
360
+ 3517
361
+ 3518
362
+ 3520
363
+ 3527
364
+ 3535
365
+ 3541
366
+ 3542
367
+ 3543
368
+ 3544
369
+ 3552
370
+ 3570
371
+ 3572
372
+ 3585
373
+ 3643
374
+ 3648
375
+ 3655
376
+ 3661
377
+ 3662
378
+ 3713
379
+ 3715
380
+ 3716
381
+ 3717
382
+ 3718
383
+ 3723
384
+ 3724
385
+ 3748
386
+ 3749
387
+ 3750
388
+ 3751
389
+ 3770
390
+ 3771
391
+ 3774
392
+ 3776
393
+ 3781
394
+ 3782
395
+ 3783
396
+ 3789
397
+ 3790
398
+ 3804
399
+ 3808
400
+ 3840
401
+ 3841
402
+ 3904
403
+ 3912
404
+ 3913
405
+ 3949
406
+ 3953
407
+ 3972
408
+ 3976
409
+ 3992
410
+ 3993
411
+ 4029
412
+ 4096
413
+ 4151
414
+ 4152
415
+ 4153
416
+ 4155
417
+ 4160
418
+ 4176
419
+ 4240
420
+ 4250
421
+ 4254
422
+ 4256
423
+ 4294
424
+ 4295
425
+ 4296
426
+ 4301
427
+ 4302
428
+ 4304
429
+ 4347
430
+ 4348
431
+ 4681
432
+ 4682
433
+ 4686
434
+ 4688
435
+ 4695
436
+ 4696
437
+ 4697
438
+ 4698
439
+ 4702
440
+ 4704
441
+ 4745
442
+ 4746
443
+ 4750
444
+ 4752
445
+ 4785
446
+ 4786
447
+ 4790
448
+ 4792
449
+ 4799
450
+ 4800
451
+ 4801
452
+ 4802
453
+ 4806
454
+ 4808
455
+ 4823
456
+ 4824
457
+ 4881
458
+ 4882
459
+ 4886
460
+ 4888
461
+ 4955
462
+ 4992
463
+ 5008
464
+ 5024
465
+ 5110
466
+ 5112
467
+ 5118
468
+ 5121
469
+ 5741
470
+ 5743
471
+ 5760
472
+ 5761
473
+ 5787
474
+ 5792
475
+ 5867
476
+ 5870
477
+ 5881
478
+ 5888
479
+ 5908
480
+ 5919
481
+ 5940
482
+ 5952
483
+ 5972
484
+ 5984
485
+ 5997
486
+ 5998
487
+ 6001
488
+ 6002
489
+ 6004
490
+ 6016
491
+ 6068
492
+ 6070
493
+ 6089
494
+ 6103
495
+ 6104
496
+ 6108
497
+ 6109
498
+ 6176
499
+ 6265
500
+ 6272
501
+ 6315
502
+ 6320
503
+ 6390
504
+ 6400
505
+ 6431
506
+ 6432
507
+ 6444
508
+ 6448
509
+ 6457
510
+ 6480
511
+ 6510
512
+ 6512
513
+ 6517
514
+ 6528
515
+ 6572
516
+ 6576
517
+ 6602
518
+ 6656
519
+ 6684
520
+ 6688
521
+ 6751
522
+ 6753
523
+ 6773
524
+ 6823
525
+ 6824
526
+ 6847
527
+ 6849
528
+ 6860
529
+ 6863
530
+ 6912
531
+ 6964
532
+ 6965
533
+ 6980
534
+ 6981
535
+ 6989
536
+ 7040
537
+ 7082
538
+ 7084
539
+ 7088
540
+ 7098
541
+ 7142
542
+ 7143
543
+ 7154
544
+ 7168
545
+ 7223
546
+ 7245
547
+ 7248
548
+ 7258
549
+ 7294
550
+ 7296
551
+ 7307
552
+ 7312
553
+ 7355
554
+ 7357
555
+ 7360
556
+ 7401
557
+ 7405
558
+ 7406
559
+ 7412
560
+ 7413
561
+ 7415
562
+ 7418
563
+ 7419
564
+ 7424
565
+ 7616
566
+ 7635
567
+ 7669
568
+ 7680
569
+ 7958
570
+ 7960
571
+ 7966
572
+ 7968
573
+ 8006
574
+ 8008
575
+ 8014
576
+ 8016
577
+ 8024
578
+ 8025
579
+ 8026
580
+ 8027
581
+ 8028
582
+ 8029
583
+ 8030
584
+ 8031
585
+ 8062
586
+ 8064
587
+ 8117
588
+ 8118
589
+ 8125
590
+ 8126
591
+ 8127
592
+ 8130
593
+ 8133
594
+ 8134
595
+ 8141
596
+ 8144
597
+ 8148
598
+ 8150
599
+ 8156
600
+ 8160
601
+ 8173
602
+ 8178
603
+ 8181
604
+ 8182
605
+ 8189
606
+ 8305
607
+ 8306
608
+ 8319
609
+ 8320
610
+ 8336
611
+ 8349
612
+ 8450
613
+ 8451
614
+ 8455
615
+ 8456
616
+ 8458
617
+ 8468
618
+ 8469
619
+ 8470
620
+ 8473
621
+ 8478
622
+ 8484
623
+ 8485
624
+ 8486
625
+ 8487
626
+ 8488
627
+ 8489
628
+ 8490
629
+ 8494
630
+ 8495
631
+ 8506
632
+ 8508
633
+ 8512
634
+ 8517
635
+ 8522
636
+ 8526
637
+ 8527
638
+ 8544
639
+ 8585
640
+ 9398
641
+ 9450
642
+ 11264
643
+ 11493
644
+ 11499
645
+ 11503
646
+ 11506
647
+ 11508
648
+ 11520
649
+ 11558
650
+ 11559
651
+ 11560
652
+ 11565
653
+ 11566
654
+ 11568
655
+ 11624
656
+ 11631
657
+ 11632
658
+ 11648
659
+ 11671
660
+ 11680
661
+ 11687
662
+ 11688
663
+ 11695
664
+ 11696
665
+ 11703
666
+ 11704
667
+ 11711
668
+ 11712
669
+ 11719
670
+ 11720
671
+ 11727
672
+ 11728
673
+ 11735
674
+ 11736
675
+ 11743
676
+ 11744
677
+ 11776
678
+ 11823
679
+ 11824
680
+ 12293
681
+ 12296
682
+ 12321
683
+ 12330
684
+ 12337
685
+ 12342
686
+ 12344
687
+ 12349
688
+ 12353
689
+ 12439
690
+ 12445
691
+ 12448
692
+ 12449
693
+ 12539
694
+ 12540
695
+ 12544
696
+ 12549
697
+ 12592
698
+ 12593
699
+ 12687
700
+ 12704
701
+ 12736
702
+ 12784
703
+ 12800
704
+ 13312
705
+ 19904
706
+ 19968
707
+ 42125
708
+ 42192
709
+ 42238
710
+ 42240
711
+ 42509
712
+ 42512
713
+ 42528
714
+ 42538
715
+ 42540
716
+ 42560
717
+ 42607
718
+ 42612
719
+ 42620
720
+ 42623
721
+ 42736
722
+ 42775
723
+ 42784
724
+ 42786
725
+ 42889
726
+ 42891
727
+ 42958
728
+ 42960
729
+ 42962
730
+ 42963
731
+ 42964
732
+ 42965
733
+ 42973
734
+ 42994
735
+ 43014
736
+ 43015
737
+ 43048
738
+ 43072
739
+ 43124
740
+ 43136
741
+ 43204
742
+ 43205
743
+ 43206
744
+ 43250
745
+ 43256
746
+ 43259
747
+ 43260
748
+ 43261
749
+ 43264
750
+ 43274
751
+ 43307
752
+ 43312
753
+ 43347
754
+ 43360
755
+ 43389
756
+ 43392
757
+ 43443
758
+ 43444
759
+ 43456
760
+ 43471
761
+ 43472
762
+ 43488
763
+ 43504
764
+ 43514
765
+ 43519
766
+ 43520
767
+ 43575
768
+ 43584
769
+ 43598
770
+ 43616
771
+ 43639
772
+ 43642
773
+ 43711
774
+ 43712
775
+ 43713
776
+ 43714
777
+ 43715
778
+ 43739
779
+ 43742
780
+ 43744
781
+ 43760
782
+ 43762
783
+ 43766
784
+ 43777
785
+ 43783
786
+ 43785
787
+ 43791
788
+ 43793
789
+ 43799
790
+ 43808
791
+ 43815
792
+ 43816
793
+ 43823
794
+ 43824
795
+ 43867
796
+ 43868
797
+ 43882
798
+ 43888
799
+ 44011
800
+ 44032
801
+ 55204
802
+ 55216
803
+ 55239
804
+ 55243
805
+ 55292
806
+ 63744
807
+ 64110
808
+ 64112
809
+ 64218
810
+ 64256
811
+ 64263
812
+ 64275
813
+ 64280
814
+ 64285
815
+ 64297
816
+ 64298
817
+ 64311
818
+ 64312
819
+ 64317
820
+ 64318
821
+ 64319
822
+ 64320
823
+ 64322
824
+ 64323
825
+ 64325
826
+ 64326
827
+ 64434
828
+ 64467
829
+ 64830
830
+ 64848
831
+ 64912
832
+ 64914
833
+ 64968
834
+ 65008
835
+ 65020
836
+ 65136
837
+ 65141
838
+ 65142
839
+ 65277
840
+ 65313
841
+ 65339
842
+ 65345
843
+ 65371
844
+ 65382
845
+ 65471
846
+ 65474
847
+ 65480
848
+ 65482
849
+ 65488
850
+ 65490
851
+ 65496
852
+ 65498
853
+ 65501
854
+ 65536
855
+ 65548
856
+ 65549
857
+ 65575
858
+ 65576
859
+ 65595
860
+ 65596
861
+ 65598
862
+ 65599
863
+ 65614
864
+ 65616
865
+ 65630
866
+ 65664
867
+ 65787
868
+ 65856
869
+ 65909
870
+ 66176
871
+ 66205
872
+ 66208
873
+ 66257
874
+ 66304
875
+ 66336
876
+ 66349
877
+ 66379
878
+ 66384
879
+ 66427
880
+ 66432
881
+ 66462
882
+ 66464
883
+ 66500
884
+ 66504
885
+ 66512
886
+ 66513
887
+ 66518
888
+ 66560
889
+ 66718
890
+ 66736
891
+ 66772
892
+ 66776
893
+ 66812
894
+ 66816
895
+ 66856
896
+ 66864
897
+ 66916
898
+ 66928
899
+ 66939
900
+ 66940
901
+ 66955
902
+ 66956
903
+ 66963
904
+ 66964
905
+ 66966
906
+ 66967
907
+ 66978
908
+ 66979
909
+ 66994
910
+ 66995
911
+ 67002
912
+ 67003
913
+ 67005
914
+ 67008
915
+ 67060
916
+ 67072
917
+ 67383
918
+ 67392
919
+ 67414
920
+ 67424
921
+ 67432
922
+ 67456
923
+ 67462
924
+ 67463
925
+ 67505
926
+ 67506
927
+ 67515
928
+ 67584
929
+ 67590
930
+ 67592
931
+ 67593
932
+ 67594
933
+ 67638
934
+ 67639
935
+ 67641
936
+ 67644
937
+ 67645
938
+ 67647
939
+ 67670
940
+ 67680
941
+ 67703
942
+ 67712
943
+ 67743
944
+ 67808
945
+ 67827
946
+ 67828
947
+ 67830
948
+ 67840
949
+ 67862
950
+ 67872
951
+ 67898
952
+ 67968
953
+ 68024
954
+ 68030
955
+ 68032
956
+ 68096
957
+ 68100
958
+ 68101
959
+ 68103
960
+ 68108
961
+ 68116
962
+ 68117
963
+ 68120
964
+ 68121
965
+ 68150
966
+ 68192
967
+ 68221
968
+ 68224
969
+ 68253
970
+ 68288
971
+ 68296
972
+ 68297
973
+ 68325
974
+ 68352
975
+ 68406
976
+ 68416
977
+ 68438
978
+ 68448
979
+ 68467
980
+ 68480
981
+ 68498
982
+ 68608
983
+ 68681
984
+ 68736
985
+ 68787
986
+ 68800
987
+ 68851
988
+ 68864
989
+ 68904
990
+ 68938
991
+ 68966
992
+ 68969
993
+ 68970
994
+ 68975
995
+ 68998
996
+ 69248
997
+ 69290
998
+ 69291
999
+ 69293
1000
+ 69296
1001
+ 69298
1002
+ 69314
1003
+ 69317
1004
+ 69372
1005
+ 69373
1006
+ 69376
1007
+ 69405
1008
+ 69415
1009
+ 69416
1010
+ 69424
1011
+ 69446
1012
+ 69488
1013
+ 69506
1014
+ 69552
1015
+ 69573
1016
+ 69600
1017
+ 69623
1018
+ 69632
1019
+ 69702
1020
+ 69745
1021
+ 69750
1022
+ 69760
1023
+ 69817
1024
+ 69826
1025
+ 69827
1026
+ 69840
1027
+ 69865
1028
+ 69888
1029
+ 69939
1030
+ 69956
1031
+ 69960
1032
+ 69968
1033
+ 70003
1034
+ 70006
1035
+ 70007
1036
+ 70016
1037
+ 70080
1038
+ 70081
1039
+ 70085
1040
+ 70094
1041
+ 70096
1042
+ 70106
1043
+ 70107
1044
+ 70108
1045
+ 70109
1046
+ 70144
1047
+ 70162
1048
+ 70163
1049
+ 70197
1050
+ 70199
1051
+ 70200
1052
+ 70206
1053
+ 70210
1054
+ 70272
1055
+ 70279
1056
+ 70280
1057
+ 70281
1058
+ 70282
1059
+ 70286
1060
+ 70287
1061
+ 70302
1062
+ 70303
1063
+ 70313
1064
+ 70320
1065
+ 70377
1066
+ 70400
1067
+ 70404
1068
+ 70405
1069
+ 70413
1070
+ 70415
1071
+ 70417
1072
+ 70419
1073
+ 70441
1074
+ 70442
1075
+ 70449
1076
+ 70450
1077
+ 70452
1078
+ 70453
1079
+ 70458
1080
+ 70461
1081
+ 70469
1082
+ 70471
1083
+ 70473
1084
+ 70475
1085
+ 70477
1086
+ 70480
1087
+ 70481
1088
+ 70487
1089
+ 70488
1090
+ 70493
1091
+ 70500
1092
+ 70528
1093
+ 70538
1094
+ 70539
1095
+ 70540
1096
+ 70542
1097
+ 70543
1098
+ 70544
1099
+ 70582
1100
+ 70583
1101
+ 70593
1102
+ 70594
1103
+ 70595
1104
+ 70597
1105
+ 70598
1106
+ 70599
1107
+ 70603
1108
+ 70604
1109
+ 70606
1110
+ 70609
1111
+ 70610
1112
+ 70611
1113
+ 70612
1114
+ 70656
1115
+ 70722
1116
+ 70723
1117
+ 70726
1118
+ 70727
1119
+ 70731
1120
+ 70751
1121
+ 70754
1122
+ 70784
1123
+ 70850
1124
+ 70852
1125
+ 70854
1126
+ 70855
1127
+ 70856
1128
+ 71040
1129
+ 71094
1130
+ 71096
1131
+ 71103
1132
+ 71128
1133
+ 71134
1134
+ 71168
1135
+ 71231
1136
+ 71232
1137
+ 71233
1138
+ 71236
1139
+ 71237
1140
+ 71296
1141
+ 71350
1142
+ 71352
1143
+ 71353
1144
+ 71424
1145
+ 71451
1146
+ 71453
1147
+ 71467
1148
+ 71488
1149
+ 71495
1150
+ 71680
1151
+ 71737
1152
+ 71840
1153
+ 71904
1154
+ 71935
1155
+ 71943
1156
+ 71945
1157
+ 71946
1158
+ 71948
1159
+ 71956
1160
+ 71957
1161
+ 71959
1162
+ 71960
1163
+ 71990
1164
+ 71991
1165
+ 71993
1166
+ 71995
1167
+ 71997
1168
+ 71999
1169
+ 72003
1170
+ 72096
1171
+ 72104
1172
+ 72106
1173
+ 72152
1174
+ 72154
1175
+ 72160
1176
+ 72161
1177
+ 72162
1178
+ 72163
1179
+ 72165
1180
+ 72192
1181
+ 72243
1182
+ 72245
1183
+ 72255
1184
+ 72272
1185
+ 72344
1186
+ 72349
1187
+ 72350
1188
+ 72368
1189
+ 72441
1190
+ 72640
1191
+ 72673
1192
+ 72704
1193
+ 72713
1194
+ 72714
1195
+ 72759
1196
+ 72760
1197
+ 72767
1198
+ 72768
1199
+ 72769
1200
+ 72818
1201
+ 72848
1202
+ 72850
1203
+ 72872
1204
+ 72873
1205
+ 72887
1206
+ 72960
1207
+ 72967
1208
+ 72968
1209
+ 72970
1210
+ 72971
1211
+ 73015
1212
+ 73018
1213
+ 73019
1214
+ 73020
1215
+ 73022
1216
+ 73023
1217
+ 73026
1218
+ 73027
1219
+ 73028
1220
+ 73030
1221
+ 73032
1222
+ 73056
1223
+ 73062
1224
+ 73063
1225
+ 73065
1226
+ 73066
1227
+ 73103
1228
+ 73104
1229
+ 73106
1230
+ 73107
1231
+ 73111
1232
+ 73112
1233
+ 73113
1234
+ 73440
1235
+ 73463
1236
+ 73472
1237
+ 73489
1238
+ 73490
1239
+ 73531
1240
+ 73534
1241
+ 73537
1242
+ 73648
1243
+ 73649
1244
+ 73728
1245
+ 74650
1246
+ 74752
1247
+ 74863
1248
+ 74880
1249
+ 75076
1250
+ 77712
1251
+ 77809
1252
+ 77824
1253
+ 78896
1254
+ 78913
1255
+ 78919
1256
+ 78944
1257
+ 82939
1258
+ 82944
1259
+ 83527
1260
+ 90368
1261
+ 90415
1262
+ 92160
1263
+ 92729
1264
+ 92736
1265
+ 92767
1266
+ 92784
1267
+ 92863
1268
+ 92880
1269
+ 92910
1270
+ 92928
1271
+ 92976
1272
+ 92992
1273
+ 92996
1274
+ 93027
1275
+ 93048
1276
+ 93053
1277
+ 93072
1278
+ 93504
1279
+ 93549
1280
+ 93760
1281
+ 93824
1282
+ 93952
1283
+ 94027
1284
+ 94031
1285
+ 94088
1286
+ 94095
1287
+ 94112
1288
+ 94176
1289
+ 94178
1290
+ 94179
1291
+ 94180
1292
+ 94192
1293
+ 94194
1294
+ 94208
1295
+ 100344
1296
+ 100352
1297
+ 101590
1298
+ 101631
1299
+ 101641
1300
+ 110576
1301
+ 110580
1302
+ 110581
1303
+ 110588
1304
+ 110589
1305
+ 110591
1306
+ 110592
1307
+ 110883
1308
+ 110898
1309
+ 110899
1310
+ 110928
1311
+ 110931
1312
+ 110933
1313
+ 110934
1314
+ 110948
1315
+ 110952
1316
+ 110960
1317
+ 111356
1318
+ 113664
1319
+ 113771
1320
+ 113776
1321
+ 113789
1322
+ 113792
1323
+ 113801
1324
+ 113808
1325
+ 113818
1326
+ 113822
1327
+ 113823
1328
+ 119808
1329
+ 119893
1330
+ 119894
1331
+ 119965
1332
+ 119966
1333
+ 119968
1334
+ 119970
1335
+ 119971
1336
+ 119973
1337
+ 119975
1338
+ 119977
1339
+ 119981
1340
+ 119982
1341
+ 119994
1342
+ 119995
1343
+ 119996
1344
+ 119997
1345
+ 120004
1346
+ 120005
1347
+ 120070
1348
+ 120071
1349
+ 120075
1350
+ 120077
1351
+ 120085
1352
+ 120086
1353
+ 120093
1354
+ 120094
1355
+ 120122
1356
+ 120123
1357
+ 120127
1358
+ 120128
1359
+ 120133
1360
+ 120134
1361
+ 120135
1362
+ 120138
1363
+ 120145
1364
+ 120146
1365
+ 120486
1366
+ 120488
1367
+ 120513
1368
+ 120514
1369
+ 120539
1370
+ 120540
1371
+ 120571
1372
+ 120572
1373
+ 120597
1374
+ 120598
1375
+ 120629
1376
+ 120630
1377
+ 120655
1378
+ 120656
1379
+ 120687
1380
+ 120688
1381
+ 120713
1382
+ 120714
1383
+ 120745
1384
+ 120746
1385
+ 120771
1386
+ 120772
1387
+ 120780
1388
+ 122624
1389
+ 122655
1390
+ 122661
1391
+ 122667
1392
+ 122880
1393
+ 122887
1394
+ 122888
1395
+ 122905
1396
+ 122907
1397
+ 122914
1398
+ 122915
1399
+ 122917
1400
+ 122918
1401
+ 122923
1402
+ 122928
1403
+ 122990
1404
+ 123023
1405
+ 123024
1406
+ 123136
1407
+ 123181
1408
+ 123191
1409
+ 123198
1410
+ 123214
1411
+ 123215
1412
+ 123536
1413
+ 123566
1414
+ 123584
1415
+ 123628
1416
+ 124112
1417
+ 124140
1418
+ 124368
1419
+ 124398
1420
+ 124400
1421
+ 124401
1422
+ 124896
1423
+ 124903
1424
+ 124904
1425
+ 124908
1426
+ 124909
1427
+ 124911
1428
+ 124912
1429
+ 124927
1430
+ 124928
1431
+ 125125
1432
+ 125184
1433
+ 125252
1434
+ 125255
1435
+ 125256
1436
+ 125259
1437
+ 125260
1438
+ 126464
1439
+ 126468
1440
+ 126469
1441
+ 126496
1442
+ 126497
1443
+ 126499
1444
+ 126500
1445
+ 126501
1446
+ 126503
1447
+ 126504
1448
+ 126505
1449
+ 126515
1450
+ 126516
1451
+ 126520
1452
+ 126521
1453
+ 126522
1454
+ 126523
1455
+ 126524
1456
+ 126530
1457
+ 126531
1458
+ 126535
1459
+ 126536
1460
+ 126537
1461
+ 126538
1462
+ 126539
1463
+ 126540
1464
+ 126541
1465
+ 126544
1466
+ 126545
1467
+ 126547
1468
+ 126548
1469
+ 126549
1470
+ 126551
1471
+ 126552
1472
+ 126553
1473
+ 126554
1474
+ 126555
1475
+ 126556
1476
+ 126557
1477
+ 126558
1478
+ 126559
1479
+ 126560
1480
+ 126561
1481
+ 126563
1482
+ 126564
1483
+ 126565
1484
+ 126567
1485
+ 126571
1486
+ 126572
1487
+ 126579
1488
+ 126580
1489
+ 126584
1490
+ 126585
1491
+ 126589
1492
+ 126590
1493
+ 126591
1494
+ 126592
1495
+ 126602
1496
+ 126603
1497
+ 126620
1498
+ 126625
1499
+ 126628
1500
+ 126629
1501
+ 126634
1502
+ 126635
1503
+ 126652
1504
+ 127280
1505
+ 127306
1506
+ 127312
1507
+ 127338
1508
+ 127344
1509
+ 127370
1510
+ 131072
1511
+ 173792
1512
+ 173824
1513
+ 177978
1514
+ 177984
1515
+ 178206
1516
+ 178208
1517
+ 183970
1518
+ 183984
1519
+ 191457
1520
+ 191472
1521
+ 192094
1522
+ 194560
1523
+ 195102
1524
+ 196608
1525
+ 201547
1526
+ 201552
1527
+ 205744
1528
+ END
git/usr/share/perl5/core_perl/unicore/lib/Bc/AL.pl ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
2
+ # This file is machine-generated by lib/unicore/mktables from the Unicode
3
+ # database, Version 16.0.0. Any changes made here will be lost!
4
+
5
+ # !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
6
+ # This file is for internal use by core Perl only. The format and even the
7
+ # name or existence of this file are subject to change without notice. Don't
8
+ # use it directly. Use Unicode::UCD to access the Unicode character data
9
+ # base.
10
+
11
+
12
+ return <<'END';
13
+ V58
14
+ 1544
15
+ 1545
16
+ 1547
17
+ 1548
18
+ 1549
19
+ 1550
20
+ 1563
21
+ 1611
22
+ 1645
23
+ 1648
24
+ 1649
25
+ 1750
26
+ 1765
27
+ 1767
28
+ 1774
29
+ 1776
30
+ 1786
31
+ 1809
32
+ 1810
33
+ 1840
34
+ 1867
35
+ 1958
36
+ 1969
37
+ 1984
38
+ 2144
39
+ 2192
40
+ 2194
41
+ 2199
42
+ 2208
43
+ 2250
44
+ 64336
45
+ 64830
46
+ 64848
47
+ 64975
48
+ 65008
49
+ 65021
50
+ 65136
51
+ 65279
52
+ 68864
53
+ 68900
54
+ 68904
55
+ 68912
56
+ 68922
57
+ 68928
58
+ 69312
59
+ 69372
60
+ 69424
61
+ 69446
62
+ 69457
63
+ 69488
64
+ 126064
65
+ 126144
66
+ 126208
67
+ 126288
68
+ 126464
69
+ 126704
70
+ 126706
71
+ 126720
72
+ END
git/usr/share/perl5/core_perl/unicore/lib/Bc/AN.pl ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
2
+ # This file is machine-generated by lib/unicore/mktables from the Unicode
3
+ # database, Version 16.0.0. Any changes made here will be lost!
4
+
5
+ # !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
6
+ # This file is for internal use by core Perl only. The format and even the
7
+ # name or existence of this file are subject to change without notice. Don't
8
+ # use it directly. Use Unicode::UCD to access the Unicode character data
9
+ # base.
10
+
11
+
12
+ return <<'END';
13
+ V18
14
+ 1536
15
+ 1542
16
+ 1632
17
+ 1642
18
+ 1643
19
+ 1645
20
+ 1757
21
+ 1758
22
+ 2192
23
+ 2194
24
+ 2274
25
+ 2275
26
+ 68912
27
+ 68922
28
+ 68928
29
+ 68938
30
+ 69216
31
+ 69247
32
+ END
git/usr/share/perl5/core_perl/unicore/lib/Bc/B.pl ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
2
+ # This file is machine-generated by lib/unicore/mktables from the Unicode
3
+ # database, Version 16.0.0. Any changes made here will be lost!
4
+
5
+ # !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
6
+ # This file is for internal use by core Perl only. The format and even the
7
+ # name or existence of this file are subject to change without notice. Don't
8
+ # use it directly. Use Unicode::UCD to access the Unicode character data
9
+ # base.
10
+
11
+
12
+ return <<'END';
13
+ V10
14
+ 10
15
+ 11
16
+ 13
17
+ 14
18
+ 28
19
+ 31
20
+ 133
21
+ 134
22
+ 8233
23
+ 8234
24
+ END
git/usr/share/perl5/core_perl/unicore/lib/Bc/BN.pl ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
2
+ # This file is machine-generated by lib/unicore/mktables from the Unicode
3
+ # database, Version 16.0.0. Any changes made here will be lost!
4
+
5
+ # !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
6
+ # This file is for internal use by core Perl only. The format and even the
7
+ # name or existence of this file are subject to change without notice. Don't
8
+ # use it directly. Use Unicode::UCD to access the Unicode character data
9
+ # base.
10
+
11
+
12
+ return <<'END';
13
+ V64
14
+ 0
15
+ 9
16
+ 14
17
+ 28
18
+ 127
19
+ 133
20
+ 134
21
+ 160
22
+ 173
23
+ 174
24
+ 6158
25
+ 6159
26
+ 8203
27
+ 8206
28
+ 8288
29
+ 8294
30
+ 8298
31
+ 8304
32
+ 64976
33
+ 65008
34
+ 65279
35
+ 65280
36
+ 65520
37
+ 65529
38
+ 65534
39
+ 65536
40
+ 113824
41
+ 113828
42
+ 119155
43
+ 119163
44
+ 131070
45
+ 131072
46
+ 196606
47
+ 196608
48
+ 262142
49
+ 262144
50
+ 327678
51
+ 327680
52
+ 393214
53
+ 393216
54
+ 458750
55
+ 458752
56
+ 524286
57
+ 524288
58
+ 589822
59
+ 589824
60
+ 655358
61
+ 655360
62
+ 720894
63
+ 720896
64
+ 786430
65
+ 786432
66
+ 851966
67
+ 851968
68
+ 917502
69
+ 917760
70
+ 918000
71
+ 921600
72
+ 983038
73
+ 983040
74
+ 1048574
75
+ 1048576
76
+ 1114110
77
+ 1114112
78
+ END
git/usr/share/perl5/core_perl/unicore/lib/Bc/CS.pl ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
2
+ # This file is machine-generated by lib/unicore/mktables from the Unicode
3
+ # database, Version 16.0.0. Any changes made here will be lost!
4
+
5
+ # !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
6
+ # This file is for internal use by core Perl only. The format and even the
7
+ # name or existence of this file are subject to change without notice. Don't
8
+ # use it directly. Use Unicode::UCD to access the Unicode character data
9
+ # base.
10
+
11
+
12
+ return <<'END';
13
+ V26
14
+ 44
15
+ 45
16
+ 46
17
+ 48
18
+ 58
19
+ 59
20
+ 160
21
+ 161
22
+ 1548
23
+ 1549
24
+ 8239
25
+ 8240
26
+ 8260
27
+ 8261
28
+ 65104
29
+ 65105
30
+ 65106
31
+ 65107
32
+ 65109
33
+ 65110
34
+ 65292
35
+ 65293
36
+ 65294
37
+ 65296
38
+ 65306
39
+ 65307
40
+ END
git/usr/share/perl5/core_perl/unicore/lib/Bc/EN.pl ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
2
+ # This file is machine-generated by lib/unicore/mktables from the Unicode
3
+ # database, Version 16.0.0. Any changes made here will be lost!
4
+
5
+ # !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
6
+ # This file is for internal use by core Perl only. The format and even the
7
+ # name or existence of this file are subject to change without notice. Don't
8
+ # use it directly. Use Unicode::UCD to access the Unicode character data
9
+ # base.
10
+
11
+
12
+ return <<'END';
13
+ V28
14
+ 48
15
+ 58
16
+ 178
17
+ 180
18
+ 185
19
+ 186
20
+ 1776
21
+ 1786
22
+ 8304
23
+ 8305
24
+ 8308
25
+ 8314
26
+ 8320
27
+ 8330
28
+ 9352
29
+ 9372
30
+ 65296
31
+ 65306
32
+ 66273
33
+ 66300
34
+ 118000
35
+ 118010
36
+ 120782
37
+ 120832
38
+ 127232
39
+ 127243
40
+ 130032
41
+ 130042
42
+ END
git/usr/share/perl5/core_perl/unicore/lib/Bc/ES.pl ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
2
+ # This file is machine-generated by lib/unicore/mktables from the Unicode
3
+ # database, Version 16.0.0. Any changes made here will be lost!
4
+
5
+ # !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
6
+ # This file is for internal use by core Perl only. The format and even the
7
+ # name or existence of this file are subject to change without notice. Don't
8
+ # use it directly. Use Unicode::UCD to access the Unicode character data
9
+ # base.
10
+
11
+
12
+ return <<'END';
13
+ V18
14
+ 43
15
+ 44
16
+ 45
17
+ 46
18
+ 8314
19
+ 8316
20
+ 8330
21
+ 8332
22
+ 8722
23
+ 8723
24
+ 64297
25
+ 64298
26
+ 65122
27
+ 65124
28
+ 65291
29
+ 65292
30
+ 65293
31
+ 65294
32
+ END
git/usr/share/perl5/core_perl/unicore/lib/Bc/ET.pl ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
2
+ # This file is machine-generated by lib/unicore/mktables from the Unicode
3
+ # database, Version 16.0.0. Any changes made here will be lost!
4
+
5
+ # !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
6
+ # This file is for internal use by core Perl only. The format and even the
7
+ # name or existence of this file are subject to change without notice. Don't
8
+ # use it directly. Use Unicode::UCD to access the Unicode character data
9
+ # base.
10
+
11
+
12
+ return <<'END';
13
+ V48
14
+ 35
15
+ 38
16
+ 162
17
+ 166
18
+ 176
19
+ 178
20
+ 1423
21
+ 1424
22
+ 1545
23
+ 1547
24
+ 1642
25
+ 1643
26
+ 2546
27
+ 2548
28
+ 2555
29
+ 2556
30
+ 2801
31
+ 2802
32
+ 3065
33
+ 3066
34
+ 3647
35
+ 3648
36
+ 6107
37
+ 6108
38
+ 8240
39
+ 8245
40
+ 8352
41
+ 8400
42
+ 8494
43
+ 8495
44
+ 8723
45
+ 8724
46
+ 43064
47
+ 43066
48
+ 65119
49
+ 65120
50
+ 65129
51
+ 65131
52
+ 65283
53
+ 65286
54
+ 65504
55
+ 65506
56
+ 65509
57
+ 65511
58
+ 73693
59
+ 73697
60
+ 123647
61
+ 123648
62
+ END
git/usr/share/perl5/core_perl/unicore/lib/Bc/L.pl ADDED
@@ -0,0 +1,1003 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
2
+ # This file is machine-generated by lib/unicore/mktables from the Unicode
3
+ # database, Version 16.0.0. Any changes made here will be lost!
4
+
5
+ # !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
6
+ # This file is for internal use by core Perl only. The format and even the
7
+ # name or existence of this file are subject to change without notice. Don't
8
+ # use it directly. Use Unicode::UCD to access the Unicode character data
9
+ # base.
10
+
11
+
12
+ return <<'END';
13
+ V989
14
+ 65
15
+ 91
16
+ 97
17
+ 123
18
+ 170
19
+ 171
20
+ 181
21
+ 182
22
+ 186
23
+ 187
24
+ 192
25
+ 215
26
+ 216
27
+ 247
28
+ 248
29
+ 697
30
+ 699
31
+ 706
32
+ 720
33
+ 722
34
+ 736
35
+ 741
36
+ 750
37
+ 751
38
+ 880
39
+ 884
40
+ 886
41
+ 894
42
+ 895
43
+ 900
44
+ 902
45
+ 903
46
+ 904
47
+ 1014
48
+ 1015
49
+ 1155
50
+ 1162
51
+ 1418
52
+ 1419
53
+ 1421
54
+ 2307
55
+ 2362
56
+ 2363
57
+ 2364
58
+ 2365
59
+ 2369
60
+ 2377
61
+ 2381
62
+ 2382
63
+ 2385
64
+ 2392
65
+ 2402
66
+ 2404
67
+ 2433
68
+ 2434
69
+ 2492
70
+ 2493
71
+ 2497
72
+ 2501
73
+ 2509
74
+ 2510
75
+ 2530
76
+ 2532
77
+ 2546
78
+ 2548
79
+ 2555
80
+ 2556
81
+ 2558
82
+ 2559
83
+ 2561
84
+ 2563
85
+ 2620
86
+ 2621
87
+ 2625
88
+ 2627
89
+ 2631
90
+ 2633
91
+ 2635
92
+ 2638
93
+ 2641
94
+ 2642
95
+ 2672
96
+ 2674
97
+ 2677
98
+ 2678
99
+ 2689
100
+ 2691
101
+ 2748
102
+ 2749
103
+ 2753
104
+ 2758
105
+ 2759
106
+ 2761
107
+ 2765
108
+ 2766
109
+ 2786
110
+ 2788
111
+ 2801
112
+ 2802
113
+ 2810
114
+ 2816
115
+ 2817
116
+ 2818
117
+ 2876
118
+ 2877
119
+ 2879
120
+ 2880
121
+ 2881
122
+ 2885
123
+ 2893
124
+ 2894
125
+ 2901
126
+ 2903
127
+ 2914
128
+ 2916
129
+ 2946
130
+ 2947
131
+ 3008
132
+ 3009
133
+ 3021
134
+ 3022
135
+ 3059
136
+ 3067
137
+ 3072
138
+ 3073
139
+ 3076
140
+ 3077
141
+ 3132
142
+ 3133
143
+ 3134
144
+ 3137
145
+ 3142
146
+ 3145
147
+ 3146
148
+ 3150
149
+ 3157
150
+ 3159
151
+ 3170
152
+ 3172
153
+ 3192
154
+ 3199
155
+ 3201
156
+ 3202
157
+ 3260
158
+ 3261
159
+ 3276
160
+ 3278
161
+ 3298
162
+ 3300
163
+ 3328
164
+ 3330
165
+ 3387
166
+ 3389
167
+ 3393
168
+ 3397
169
+ 3405
170
+ 3406
171
+ 3426
172
+ 3428
173
+ 3457
174
+ 3458
175
+ 3530
176
+ 3531
177
+ 3538
178
+ 3541
179
+ 3542
180
+ 3543
181
+ 3633
182
+ 3634
183
+ 3636
184
+ 3643
185
+ 3647
186
+ 3648
187
+ 3655
188
+ 3663
189
+ 3761
190
+ 3762
191
+ 3764
192
+ 3773
193
+ 3784
194
+ 3791
195
+ 3864
196
+ 3866
197
+ 3893
198
+ 3894
199
+ 3895
200
+ 3896
201
+ 3897
202
+ 3902
203
+ 3953
204
+ 3967
205
+ 3968
206
+ 3973
207
+ 3974
208
+ 3976
209
+ 3981
210
+ 3992
211
+ 3993
212
+ 4029
213
+ 4038
214
+ 4039
215
+ 4141
216
+ 4145
217
+ 4146
218
+ 4152
219
+ 4153
220
+ 4155
221
+ 4157
222
+ 4159
223
+ 4184
224
+ 4186
225
+ 4190
226
+ 4193
227
+ 4209
228
+ 4213
229
+ 4226
230
+ 4227
231
+ 4229
232
+ 4231
233
+ 4237
234
+ 4238
235
+ 4253
236
+ 4254
237
+ 4957
238
+ 4960
239
+ 5008
240
+ 5018
241
+ 5120
242
+ 5121
243
+ 5760
244
+ 5761
245
+ 5787
246
+ 5789
247
+ 5906
248
+ 5909
249
+ 5938
250
+ 5940
251
+ 5970
252
+ 5972
253
+ 6002
254
+ 6004
255
+ 6068
256
+ 6070
257
+ 6071
258
+ 6078
259
+ 6086
260
+ 6087
261
+ 6089
262
+ 6100
263
+ 6107
264
+ 6108
265
+ 6109
266
+ 6110
267
+ 6128
268
+ 6138
269
+ 6144
270
+ 6160
271
+ 6277
272
+ 6279
273
+ 6313
274
+ 6314
275
+ 6432
276
+ 6435
277
+ 6439
278
+ 6441
279
+ 6450
280
+ 6451
281
+ 6457
282
+ 6460
283
+ 6464
284
+ 6465
285
+ 6468
286
+ 6470
287
+ 6622
288
+ 6656
289
+ 6679
290
+ 6681
291
+ 6683
292
+ 6684
293
+ 6742
294
+ 6743
295
+ 6744
296
+ 6751
297
+ 6752
298
+ 6753
299
+ 6754
300
+ 6755
301
+ 6757
302
+ 6765
303
+ 6771
304
+ 6781
305
+ 6783
306
+ 6784
307
+ 6832
308
+ 6863
309
+ 6912
310
+ 6916
311
+ 6964
312
+ 6965
313
+ 6966
314
+ 6971
315
+ 6972
316
+ 6973
317
+ 6978
318
+ 6979
319
+ 7019
320
+ 7028
321
+ 7040
322
+ 7042
323
+ 7074
324
+ 7078
325
+ 7080
326
+ 7082
327
+ 7083
328
+ 7086
329
+ 7142
330
+ 7143
331
+ 7144
332
+ 7146
333
+ 7149
334
+ 7150
335
+ 7151
336
+ 7154
337
+ 7212
338
+ 7220
339
+ 7222
340
+ 7224
341
+ 7376
342
+ 7379
343
+ 7380
344
+ 7393
345
+ 7394
346
+ 7401
347
+ 7405
348
+ 7406
349
+ 7412
350
+ 7413
351
+ 7416
352
+ 7418
353
+ 7616
354
+ 7680
355
+ 8125
356
+ 8126
357
+ 8127
358
+ 8130
359
+ 8141
360
+ 8144
361
+ 8157
362
+ 8160
363
+ 8173
364
+ 8176
365
+ 8189
366
+ 8191
367
+ 8192
368
+ 8206
369
+ 8207
370
+ 8305
371
+ 8308
372
+ 8319
373
+ 8320
374
+ 8335
375
+ 8352
376
+ 8433
377
+ 8448
378
+ 8450
379
+ 8451
380
+ 8455
381
+ 8456
382
+ 8458
383
+ 8468
384
+ 8469
385
+ 8470
386
+ 8473
387
+ 8478
388
+ 8484
389
+ 8485
390
+ 8486
391
+ 8487
392
+ 8488
393
+ 8489
394
+ 8490
395
+ 8494
396
+ 8495
397
+ 8506
398
+ 8508
399
+ 8512
400
+ 8517
401
+ 8522
402
+ 8526
403
+ 8528
404
+ 8544
405
+ 8585
406
+ 8588
407
+ 8592
408
+ 9014
409
+ 9083
410
+ 9109
411
+ 9110
412
+ 9258
413
+ 9280
414
+ 9291
415
+ 9312
416
+ 9372
417
+ 9450
418
+ 9900
419
+ 9901
420
+ 10240
421
+ 10496
422
+ 11124
423
+ 11126
424
+ 11158
425
+ 11159
426
+ 11264
427
+ 11493
428
+ 11499
429
+ 11503
430
+ 11506
431
+ 11513
432
+ 11520
433
+ 11647
434
+ 11648
435
+ 11744
436
+ 11870
437
+ 11904
438
+ 11930
439
+ 11931
440
+ 12020
441
+ 12032
442
+ 12246
443
+ 12272
444
+ 12293
445
+ 12296
446
+ 12321
447
+ 12330
448
+ 12334
449
+ 12336
450
+ 12337
451
+ 12342
452
+ 12344
453
+ 12349
454
+ 12352
455
+ 12441
456
+ 12445
457
+ 12448
458
+ 12449
459
+ 12539
460
+ 12540
461
+ 12736
462
+ 12774
463
+ 12783
464
+ 12784
465
+ 12829
466
+ 12831
467
+ 12880
468
+ 12896
469
+ 12924
470
+ 12927
471
+ 12977
472
+ 12992
473
+ 13004
474
+ 13008
475
+ 13175
476
+ 13179
477
+ 13278
478
+ 13280
479
+ 13311
480
+ 13312
481
+ 19904
482
+ 19968
483
+ 42128
484
+ 42183
485
+ 42509
486
+ 42512
487
+ 42607
488
+ 42624
489
+ 42654
490
+ 42656
491
+ 42736
492
+ 42738
493
+ 42752
494
+ 42786
495
+ 42888
496
+ 42889
497
+ 43010
498
+ 43011
499
+ 43014
500
+ 43015
501
+ 43019
502
+ 43020
503
+ 43045
504
+ 43047
505
+ 43048
506
+ 43053
507
+ 43064
508
+ 43066
509
+ 43124
510
+ 43128
511
+ 43204
512
+ 43206
513
+ 43232
514
+ 43250
515
+ 43263
516
+ 43264
517
+ 43302
518
+ 43310
519
+ 43335
520
+ 43346
521
+ 43392
522
+ 43395
523
+ 43443
524
+ 43444
525
+ 43446
526
+ 43450
527
+ 43452
528
+ 43454
529
+ 43493
530
+ 43494
531
+ 43561
532
+ 43567
533
+ 43569
534
+ 43571
535
+ 43573
536
+ 43575
537
+ 43587
538
+ 43588
539
+ 43596
540
+ 43597
541
+ 43644
542
+ 43645
543
+ 43696
544
+ 43697
545
+ 43698
546
+ 43701
547
+ 43703
548
+ 43705
549
+ 43710
550
+ 43712
551
+ 43713
552
+ 43714
553
+ 43756
554
+ 43758
555
+ 43766
556
+ 43767
557
+ 43882
558
+ 43884
559
+ 44005
560
+ 44006
561
+ 44008
562
+ 44009
563
+ 44013
564
+ 44014
565
+ 64285
566
+ 65050
567
+ 65056
568
+ 65107
569
+ 65108
570
+ 65127
571
+ 65128
572
+ 65132
573
+ 65136
574
+ 65280
575
+ 65281
576
+ 65313
577
+ 65339
578
+ 65345
579
+ 65371
580
+ 65382
581
+ 65504
582
+ 65511
583
+ 65512
584
+ 65519
585
+ 65520
586
+ 65536
587
+ 65793
588
+ 65794
589
+ 65856
590
+ 65933
591
+ 65936
592
+ 65949
593
+ 65952
594
+ 65953
595
+ 66045
596
+ 66046
597
+ 66272
598
+ 66300
599
+ 66422
600
+ 66427
601
+ 67584
602
+ 69632
603
+ 69633
604
+ 69634
605
+ 69688
606
+ 69703
607
+ 69714
608
+ 69734
609
+ 69744
610
+ 69745
611
+ 69747
612
+ 69749
613
+ 69759
614
+ 69762
615
+ 69811
616
+ 69815
617
+ 69817
618
+ 69819
619
+ 69826
620
+ 69827
621
+ 69888
622
+ 69891
623
+ 69927
624
+ 69932
625
+ 69933
626
+ 69941
627
+ 70003
628
+ 70004
629
+ 70016
630
+ 70018
631
+ 70070
632
+ 70079
633
+ 70089
634
+ 70093
635
+ 70095
636
+ 70096
637
+ 70191
638
+ 70194
639
+ 70196
640
+ 70197
641
+ 70198
642
+ 70200
643
+ 70206
644
+ 70207
645
+ 70209
646
+ 70210
647
+ 70367
648
+ 70368
649
+ 70371
650
+ 70379
651
+ 70400
652
+ 70402
653
+ 70459
654
+ 70461
655
+ 70464
656
+ 70465
657
+ 70502
658
+ 70509
659
+ 70512
660
+ 70517
661
+ 70587
662
+ 70593
663
+ 70606
664
+ 70607
665
+ 70608
666
+ 70609
667
+ 70610
668
+ 70611
669
+ 70625
670
+ 70627
671
+ 70712
672
+ 70720
673
+ 70722
674
+ 70725
675
+ 70726
676
+ 70727
677
+ 70750
678
+ 70751
679
+ 70835
680
+ 70841
681
+ 70842
682
+ 70843
683
+ 70847
684
+ 70849
685
+ 70850
686
+ 70852
687
+ 71090
688
+ 71094
689
+ 71100
690
+ 71102
691
+ 71103
692
+ 71105
693
+ 71132
694
+ 71134
695
+ 71219
696
+ 71227
697
+ 71229
698
+ 71230
699
+ 71231
700
+ 71233
701
+ 71264
702
+ 71277
703
+ 71339
704
+ 71340
705
+ 71341
706
+ 71342
707
+ 71344
708
+ 71350
709
+ 71351
710
+ 71352
711
+ 71453
712
+ 71454
713
+ 71455
714
+ 71456
715
+ 71458
716
+ 71462
717
+ 71463
718
+ 71468
719
+ 71727
720
+ 71736
721
+ 71737
722
+ 71739
723
+ 71995
724
+ 71997
725
+ 71998
726
+ 71999
727
+ 72003
728
+ 72004
729
+ 72148
730
+ 72152
731
+ 72154
732
+ 72156
733
+ 72160
734
+ 72161
735
+ 72193
736
+ 72199
737
+ 72201
738
+ 72203
739
+ 72243
740
+ 72249
741
+ 72251
742
+ 72255
743
+ 72263
744
+ 72264
745
+ 72273
746
+ 72279
747
+ 72281
748
+ 72284
749
+ 72330
750
+ 72343
751
+ 72344
752
+ 72346
753
+ 72752
754
+ 72759
755
+ 72760
756
+ 72766
757
+ 72850
758
+ 72872
759
+ 72874
760
+ 72881
761
+ 72882
762
+ 72884
763
+ 72885
764
+ 72887
765
+ 73009
766
+ 73015
767
+ 73018
768
+ 73019
769
+ 73020
770
+ 73022
771
+ 73023
772
+ 73030
773
+ 73031
774
+ 73032
775
+ 73104
776
+ 73106
777
+ 73109
778
+ 73110
779
+ 73111
780
+ 73112
781
+ 73459
782
+ 73461
783
+ 73472
784
+ 73474
785
+ 73526
786
+ 73531
787
+ 73536
788
+ 73537
789
+ 73538
790
+ 73539
791
+ 73562
792
+ 73563
793
+ 73685
794
+ 73714
795
+ 78912
796
+ 78913
797
+ 78919
798
+ 78934
799
+ 90398
800
+ 90410
801
+ 90413
802
+ 90416
803
+ 92912
804
+ 92917
805
+ 92976
806
+ 92983
807
+ 94031
808
+ 94032
809
+ 94095
810
+ 94099
811
+ 94178
812
+ 94179
813
+ 94180
814
+ 94181
815
+ 113821
816
+ 113823
817
+ 113824
818
+ 113828
819
+ 117760
820
+ 117974
821
+ 118000
822
+ 118010
823
+ 118016
824
+ 118452
825
+ 118528
826
+ 118574
827
+ 118576
828
+ 118599
829
+ 119143
830
+ 119146
831
+ 119155
832
+ 119171
833
+ 119173
834
+ 119180
835
+ 119210
836
+ 119214
837
+ 119273
838
+ 119275
839
+ 119296
840
+ 119366
841
+ 119552
842
+ 119639
843
+ 120513
844
+ 120514
845
+ 120539
846
+ 120540
847
+ 120571
848
+ 120572
849
+ 120597
850
+ 120598
851
+ 120629
852
+ 120630
853
+ 120655
854
+ 120656
855
+ 120687
856
+ 120688
857
+ 120713
858
+ 120714
859
+ 120745
860
+ 120746
861
+ 120771
862
+ 120772
863
+ 120782
864
+ 120832
865
+ 121344
866
+ 121399
867
+ 121403
868
+ 121453
869
+ 121461
870
+ 121462
871
+ 121476
872
+ 121477
873
+ 121499
874
+ 121504
875
+ 121505
876
+ 121520
877
+ 122880
878
+ 122887
879
+ 122888
880
+ 122905
881
+ 122907
882
+ 122914
883
+ 122915
884
+ 122917
885
+ 122918
886
+ 122923
887
+ 123023
888
+ 123024
889
+ 123184
890
+ 123191
891
+ 123566
892
+ 123567
893
+ 123628
894
+ 123632
895
+ 123647
896
+ 123648
897
+ 124140
898
+ 124144
899
+ 124398
900
+ 124400
901
+ 124928
902
+ 127020
903
+ 127024
904
+ 127124
905
+ 127136
906
+ 127151
907
+ 127153
908
+ 127168
909
+ 127169
910
+ 127184
911
+ 127185
912
+ 127222
913
+ 127232
914
+ 127248
915
+ 127279
916
+ 127280
917
+ 127338
918
+ 127344
919
+ 127405
920
+ 127406
921
+ 127584
922
+ 127590
923
+ 127744
924
+ 128728
925
+ 128732
926
+ 128749
927
+ 128752
928
+ 128765
929
+ 128768
930
+ 128887
931
+ 128891
932
+ 128986
933
+ 128992
934
+ 129004
935
+ 129008
936
+ 129009
937
+ 129024
938
+ 129036
939
+ 129040
940
+ 129096
941
+ 129104
942
+ 129114
943
+ 129120
944
+ 129160
945
+ 129168
946
+ 129198
947
+ 129200
948
+ 129212
949
+ 129216
950
+ 129218
951
+ 129280
952
+ 129620
953
+ 129632
954
+ 129646
955
+ 129648
956
+ 129661
957
+ 129664
958
+ 129674
959
+ 129679
960
+ 129735
961
+ 129742
962
+ 129757
963
+ 129759
964
+ 129770
965
+ 129776
966
+ 129785
967
+ 129792
968
+ 129939
969
+ 129940
970
+ 130042
971
+ 131070
972
+ 131072
973
+ 196606
974
+ 196608
975
+ 262142
976
+ 262144
977
+ 327678
978
+ 327680
979
+ 393214
980
+ 393216
981
+ 458750
982
+ 458752
983
+ 524286
984
+ 524288
985
+ 589822
986
+ 589824
987
+ 655358
988
+ 655360
989
+ 720894
990
+ 720896
991
+ 786430
992
+ 786432
993
+ 851966
994
+ 851968
995
+ 917502
996
+ 921600
997
+ 983038
998
+ 983040
999
+ 1048574
1000
+ 1048576
1001
+ 1114110
1002
+ 1114112
1003
+ END
git/usr/share/perl5/core_perl/unicore/lib/Bc/NSM.pl ADDED
@@ -0,0 +1,718 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
2
+ # This file is machine-generated by lib/unicore/mktables from the Unicode
3
+ # database, Version 16.0.0. Any changes made here will be lost!
4
+
5
+ # !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
6
+ # This file is for internal use by core Perl only. The format and even the
7
+ # name or existence of this file are subject to change without notice. Don't
8
+ # use it directly. Use Unicode::UCD to access the Unicode character data
9
+ # base.
10
+
11
+
12
+ return <<'END';
13
+ V704
14
+ 768
15
+ 880
16
+ 1155
17
+ 1162
18
+ 1425
19
+ 1470
20
+ 1471
21
+ 1472
22
+ 1473
23
+ 1475
24
+ 1476
25
+ 1478
26
+ 1479
27
+ 1480
28
+ 1552
29
+ 1563
30
+ 1611
31
+ 1632
32
+ 1648
33
+ 1649
34
+ 1750
35
+ 1757
36
+ 1759
37
+ 1765
38
+ 1767
39
+ 1769
40
+ 1770
41
+ 1774
42
+ 1809
43
+ 1810
44
+ 1840
45
+ 1867
46
+ 1958
47
+ 1969
48
+ 2027
49
+ 2036
50
+ 2045
51
+ 2046
52
+ 2070
53
+ 2074
54
+ 2075
55
+ 2084
56
+ 2085
57
+ 2088
58
+ 2089
59
+ 2094
60
+ 2137
61
+ 2140
62
+ 2199
63
+ 2208
64
+ 2250
65
+ 2274
66
+ 2275
67
+ 2307
68
+ 2362
69
+ 2363
70
+ 2364
71
+ 2365
72
+ 2369
73
+ 2377
74
+ 2381
75
+ 2382
76
+ 2385
77
+ 2392
78
+ 2402
79
+ 2404
80
+ 2433
81
+ 2434
82
+ 2492
83
+ 2493
84
+ 2497
85
+ 2501
86
+ 2509
87
+ 2510
88
+ 2530
89
+ 2532
90
+ 2558
91
+ 2559
92
+ 2561
93
+ 2563
94
+ 2620
95
+ 2621
96
+ 2625
97
+ 2627
98
+ 2631
99
+ 2633
100
+ 2635
101
+ 2638
102
+ 2641
103
+ 2642
104
+ 2672
105
+ 2674
106
+ 2677
107
+ 2678
108
+ 2689
109
+ 2691
110
+ 2748
111
+ 2749
112
+ 2753
113
+ 2758
114
+ 2759
115
+ 2761
116
+ 2765
117
+ 2766
118
+ 2786
119
+ 2788
120
+ 2810
121
+ 2816
122
+ 2817
123
+ 2818
124
+ 2876
125
+ 2877
126
+ 2879
127
+ 2880
128
+ 2881
129
+ 2885
130
+ 2893
131
+ 2894
132
+ 2901
133
+ 2903
134
+ 2914
135
+ 2916
136
+ 2946
137
+ 2947
138
+ 3008
139
+ 3009
140
+ 3021
141
+ 3022
142
+ 3072
143
+ 3073
144
+ 3076
145
+ 3077
146
+ 3132
147
+ 3133
148
+ 3134
149
+ 3137
150
+ 3142
151
+ 3145
152
+ 3146
153
+ 3150
154
+ 3157
155
+ 3159
156
+ 3170
157
+ 3172
158
+ 3201
159
+ 3202
160
+ 3260
161
+ 3261
162
+ 3276
163
+ 3278
164
+ 3298
165
+ 3300
166
+ 3328
167
+ 3330
168
+ 3387
169
+ 3389
170
+ 3393
171
+ 3397
172
+ 3405
173
+ 3406
174
+ 3426
175
+ 3428
176
+ 3457
177
+ 3458
178
+ 3530
179
+ 3531
180
+ 3538
181
+ 3541
182
+ 3542
183
+ 3543
184
+ 3633
185
+ 3634
186
+ 3636
187
+ 3643
188
+ 3655
189
+ 3663
190
+ 3761
191
+ 3762
192
+ 3764
193
+ 3773
194
+ 3784
195
+ 3791
196
+ 3864
197
+ 3866
198
+ 3893
199
+ 3894
200
+ 3895
201
+ 3896
202
+ 3897
203
+ 3898
204
+ 3953
205
+ 3967
206
+ 3968
207
+ 3973
208
+ 3974
209
+ 3976
210
+ 3981
211
+ 3992
212
+ 3993
213
+ 4029
214
+ 4038
215
+ 4039
216
+ 4141
217
+ 4145
218
+ 4146
219
+ 4152
220
+ 4153
221
+ 4155
222
+ 4157
223
+ 4159
224
+ 4184
225
+ 4186
226
+ 4190
227
+ 4193
228
+ 4209
229
+ 4213
230
+ 4226
231
+ 4227
232
+ 4229
233
+ 4231
234
+ 4237
235
+ 4238
236
+ 4253
237
+ 4254
238
+ 4957
239
+ 4960
240
+ 5906
241
+ 5909
242
+ 5938
243
+ 5940
244
+ 5970
245
+ 5972
246
+ 6002
247
+ 6004
248
+ 6068
249
+ 6070
250
+ 6071
251
+ 6078
252
+ 6086
253
+ 6087
254
+ 6089
255
+ 6100
256
+ 6109
257
+ 6110
258
+ 6155
259
+ 6158
260
+ 6159
261
+ 6160
262
+ 6277
263
+ 6279
264
+ 6313
265
+ 6314
266
+ 6432
267
+ 6435
268
+ 6439
269
+ 6441
270
+ 6450
271
+ 6451
272
+ 6457
273
+ 6460
274
+ 6679
275
+ 6681
276
+ 6683
277
+ 6684
278
+ 6742
279
+ 6743
280
+ 6744
281
+ 6751
282
+ 6752
283
+ 6753
284
+ 6754
285
+ 6755
286
+ 6757
287
+ 6765
288
+ 6771
289
+ 6781
290
+ 6783
291
+ 6784
292
+ 6832
293
+ 6863
294
+ 6912
295
+ 6916
296
+ 6964
297
+ 6965
298
+ 6966
299
+ 6971
300
+ 6972
301
+ 6973
302
+ 6978
303
+ 6979
304
+ 7019
305
+ 7028
306
+ 7040
307
+ 7042
308
+ 7074
309
+ 7078
310
+ 7080
311
+ 7082
312
+ 7083
313
+ 7086
314
+ 7142
315
+ 7143
316
+ 7144
317
+ 7146
318
+ 7149
319
+ 7150
320
+ 7151
321
+ 7154
322
+ 7212
323
+ 7220
324
+ 7222
325
+ 7224
326
+ 7376
327
+ 7379
328
+ 7380
329
+ 7393
330
+ 7394
331
+ 7401
332
+ 7405
333
+ 7406
334
+ 7412
335
+ 7413
336
+ 7416
337
+ 7418
338
+ 7616
339
+ 7680
340
+ 8400
341
+ 8433
342
+ 11503
343
+ 11506
344
+ 11647
345
+ 11648
346
+ 11744
347
+ 11776
348
+ 12330
349
+ 12334
350
+ 12441
351
+ 12443
352
+ 42607
353
+ 42611
354
+ 42612
355
+ 42622
356
+ 42654
357
+ 42656
358
+ 42736
359
+ 42738
360
+ 43010
361
+ 43011
362
+ 43014
363
+ 43015
364
+ 43019
365
+ 43020
366
+ 43045
367
+ 43047
368
+ 43052
369
+ 43053
370
+ 43204
371
+ 43206
372
+ 43232
373
+ 43250
374
+ 43263
375
+ 43264
376
+ 43302
377
+ 43310
378
+ 43335
379
+ 43346
380
+ 43392
381
+ 43395
382
+ 43443
383
+ 43444
384
+ 43446
385
+ 43450
386
+ 43452
387
+ 43454
388
+ 43493
389
+ 43494
390
+ 43561
391
+ 43567
392
+ 43569
393
+ 43571
394
+ 43573
395
+ 43575
396
+ 43587
397
+ 43588
398
+ 43596
399
+ 43597
400
+ 43644
401
+ 43645
402
+ 43696
403
+ 43697
404
+ 43698
405
+ 43701
406
+ 43703
407
+ 43705
408
+ 43710
409
+ 43712
410
+ 43713
411
+ 43714
412
+ 43756
413
+ 43758
414
+ 43766
415
+ 43767
416
+ 44005
417
+ 44006
418
+ 44008
419
+ 44009
420
+ 44013
421
+ 44014
422
+ 64286
423
+ 64287
424
+ 65024
425
+ 65040
426
+ 65056
427
+ 65072
428
+ 66045
429
+ 66046
430
+ 66272
431
+ 66273
432
+ 66422
433
+ 66427
434
+ 68097
435
+ 68100
436
+ 68101
437
+ 68103
438
+ 68108
439
+ 68112
440
+ 68152
441
+ 68155
442
+ 68159
443
+ 68160
444
+ 68325
445
+ 68327
446
+ 68900
447
+ 68904
448
+ 68969
449
+ 68974
450
+ 69291
451
+ 69293
452
+ 69372
453
+ 69376
454
+ 69446
455
+ 69457
456
+ 69506
457
+ 69510
458
+ 69633
459
+ 69634
460
+ 69688
461
+ 69703
462
+ 69744
463
+ 69745
464
+ 69747
465
+ 69749
466
+ 69759
467
+ 69762
468
+ 69811
469
+ 69815
470
+ 69817
471
+ 69819
472
+ 69826
473
+ 69827
474
+ 69888
475
+ 69891
476
+ 69927
477
+ 69932
478
+ 69933
479
+ 69941
480
+ 70003
481
+ 70004
482
+ 70016
483
+ 70018
484
+ 70070
485
+ 70079
486
+ 70089
487
+ 70093
488
+ 70095
489
+ 70096
490
+ 70191
491
+ 70194
492
+ 70196
493
+ 70197
494
+ 70198
495
+ 70200
496
+ 70206
497
+ 70207
498
+ 70209
499
+ 70210
500
+ 70367
501
+ 70368
502
+ 70371
503
+ 70379
504
+ 70400
505
+ 70402
506
+ 70459
507
+ 70461
508
+ 70464
509
+ 70465
510
+ 70502
511
+ 70509
512
+ 70512
513
+ 70517
514
+ 70587
515
+ 70593
516
+ 70606
517
+ 70607
518
+ 70608
519
+ 70609
520
+ 70610
521
+ 70611
522
+ 70625
523
+ 70627
524
+ 70712
525
+ 70720
526
+ 70722
527
+ 70725
528
+ 70726
529
+ 70727
530
+ 70750
531
+ 70751
532
+ 70835
533
+ 70841
534
+ 70842
535
+ 70843
536
+ 70847
537
+ 70849
538
+ 70850
539
+ 70852
540
+ 71090
541
+ 71094
542
+ 71100
543
+ 71102
544
+ 71103
545
+ 71105
546
+ 71132
547
+ 71134
548
+ 71219
549
+ 71227
550
+ 71229
551
+ 71230
552
+ 71231
553
+ 71233
554
+ 71339
555
+ 71340
556
+ 71341
557
+ 71342
558
+ 71344
559
+ 71350
560
+ 71351
561
+ 71352
562
+ 71453
563
+ 71454
564
+ 71455
565
+ 71456
566
+ 71458
567
+ 71462
568
+ 71463
569
+ 71468
570
+ 71727
571
+ 71736
572
+ 71737
573
+ 71739
574
+ 71995
575
+ 71997
576
+ 71998
577
+ 71999
578
+ 72003
579
+ 72004
580
+ 72148
581
+ 72152
582
+ 72154
583
+ 72156
584
+ 72160
585
+ 72161
586
+ 72193
587
+ 72199
588
+ 72201
589
+ 72203
590
+ 72243
591
+ 72249
592
+ 72251
593
+ 72255
594
+ 72263
595
+ 72264
596
+ 72273
597
+ 72279
598
+ 72281
599
+ 72284
600
+ 72330
601
+ 72343
602
+ 72344
603
+ 72346
604
+ 72752
605
+ 72759
606
+ 72760
607
+ 72766
608
+ 72850
609
+ 72872
610
+ 72874
611
+ 72881
612
+ 72882
613
+ 72884
614
+ 72885
615
+ 72887
616
+ 73009
617
+ 73015
618
+ 73018
619
+ 73019
620
+ 73020
621
+ 73022
622
+ 73023
623
+ 73030
624
+ 73031
625
+ 73032
626
+ 73104
627
+ 73106
628
+ 73109
629
+ 73110
630
+ 73111
631
+ 73112
632
+ 73459
633
+ 73461
634
+ 73472
635
+ 73474
636
+ 73526
637
+ 73531
638
+ 73536
639
+ 73537
640
+ 73538
641
+ 73539
642
+ 73562
643
+ 73563
644
+ 78912
645
+ 78913
646
+ 78919
647
+ 78934
648
+ 90398
649
+ 90410
650
+ 90413
651
+ 90416
652
+ 92912
653
+ 92917
654
+ 92976
655
+ 92983
656
+ 94031
657
+ 94032
658
+ 94095
659
+ 94099
660
+ 94180
661
+ 94181
662
+ 113821
663
+ 113823
664
+ 118528
665
+ 118574
666
+ 118576
667
+ 118599
668
+ 119143
669
+ 119146
670
+ 119163
671
+ 119171
672
+ 119173
673
+ 119180
674
+ 119210
675
+ 119214
676
+ 119362
677
+ 119365
678
+ 121344
679
+ 121399
680
+ 121403
681
+ 121453
682
+ 121461
683
+ 121462
684
+ 121476
685
+ 121477
686
+ 121499
687
+ 121504
688
+ 121505
689
+ 121520
690
+ 122880
691
+ 122887
692
+ 122888
693
+ 122905
694
+ 122907
695
+ 122914
696
+ 122915
697
+ 122917
698
+ 122918
699
+ 122923
700
+ 123023
701
+ 123024
702
+ 123184
703
+ 123191
704
+ 123566
705
+ 123567
706
+ 123628
707
+ 123632
708
+ 124140
709
+ 124144
710
+ 124398
711
+ 124400
712
+ 125136
713
+ 125143
714
+ 125252
715
+ 125259
716
+ 917760
717
+ 918000
718
+ END
git/usr/share/perl5/core_perl/unicore/lib/Bc/ON.pl ADDED
@@ -0,0 +1,410 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
2
+ # This file is machine-generated by lib/unicore/mktables from the Unicode
3
+ # database, Version 16.0.0. Any changes made here will be lost!
4
+
5
+ # !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
6
+ # This file is for internal use by core Perl only. The format and even the
7
+ # name or existence of this file are subject to change without notice. Don't
8
+ # use it directly. Use Unicode::UCD to access the Unicode character data
9
+ # base.
10
+
11
+
12
+ return <<'END';
13
+ V396
14
+ 33
15
+ 35
16
+ 38
17
+ 43
18
+ 59
19
+ 65
20
+ 91
21
+ 97
22
+ 123
23
+ 127
24
+ 161
25
+ 162
26
+ 166
27
+ 170
28
+ 171
29
+ 173
30
+ 174
31
+ 176
32
+ 180
33
+ 181
34
+ 182
35
+ 185
36
+ 187
37
+ 192
38
+ 215
39
+ 216
40
+ 247
41
+ 248
42
+ 697
43
+ 699
44
+ 706
45
+ 720
46
+ 722
47
+ 736
48
+ 741
49
+ 750
50
+ 751
51
+ 768
52
+ 884
53
+ 886
54
+ 894
55
+ 895
56
+ 900
57
+ 902
58
+ 903
59
+ 904
60
+ 1014
61
+ 1015
62
+ 1418
63
+ 1419
64
+ 1421
65
+ 1423
66
+ 1542
67
+ 1544
68
+ 1550
69
+ 1552
70
+ 1758
71
+ 1759
72
+ 1769
73
+ 1770
74
+ 2038
75
+ 2042
76
+ 3059
77
+ 3065
78
+ 3066
79
+ 3067
80
+ 3192
81
+ 3199
82
+ 3898
83
+ 3902
84
+ 5008
85
+ 5018
86
+ 5120
87
+ 5121
88
+ 5787
89
+ 5789
90
+ 6128
91
+ 6138
92
+ 6144
93
+ 6155
94
+ 6464
95
+ 6465
96
+ 6468
97
+ 6470
98
+ 6622
99
+ 6656
100
+ 8125
101
+ 8126
102
+ 8127
103
+ 8130
104
+ 8141
105
+ 8144
106
+ 8157
107
+ 8160
108
+ 8173
109
+ 8176
110
+ 8189
111
+ 8191
112
+ 8208
113
+ 8232
114
+ 8245
115
+ 8260
116
+ 8261
117
+ 8287
118
+ 8316
119
+ 8319
120
+ 8332
121
+ 8335
122
+ 8448
123
+ 8450
124
+ 8451
125
+ 8455
126
+ 8456
127
+ 8458
128
+ 8468
129
+ 8469
130
+ 8470
131
+ 8473
132
+ 8478
133
+ 8484
134
+ 8485
135
+ 8486
136
+ 8487
137
+ 8488
138
+ 8489
139
+ 8490
140
+ 8506
141
+ 8508
142
+ 8512
143
+ 8517
144
+ 8522
145
+ 8526
146
+ 8528
147
+ 8544
148
+ 8585
149
+ 8588
150
+ 8592
151
+ 8722
152
+ 8724
153
+ 9014
154
+ 9083
155
+ 9109
156
+ 9110
157
+ 9258
158
+ 9280
159
+ 9291
160
+ 9312
161
+ 9352
162
+ 9450
163
+ 9900
164
+ 9901
165
+ 10240
166
+ 10496
167
+ 11124
168
+ 11126
169
+ 11158
170
+ 11159
171
+ 11264
172
+ 11493
173
+ 11499
174
+ 11513
175
+ 11520
176
+ 11776
177
+ 11870
178
+ 11904
179
+ 11930
180
+ 11931
181
+ 12020
182
+ 12032
183
+ 12246
184
+ 12272
185
+ 12288
186
+ 12289
187
+ 12293
188
+ 12296
189
+ 12321
190
+ 12336
191
+ 12337
192
+ 12342
193
+ 12344
194
+ 12349
195
+ 12352
196
+ 12443
197
+ 12445
198
+ 12448
199
+ 12449
200
+ 12539
201
+ 12540
202
+ 12736
203
+ 12774
204
+ 12783
205
+ 12784
206
+ 12829
207
+ 12831
208
+ 12880
209
+ 12896
210
+ 12924
211
+ 12927
212
+ 12977
213
+ 12992
214
+ 13004
215
+ 13008
216
+ 13175
217
+ 13179
218
+ 13278
219
+ 13280
220
+ 13311
221
+ 13312
222
+ 19904
223
+ 19968
224
+ 42128
225
+ 42183
226
+ 42509
227
+ 42512
228
+ 42611
229
+ 42612
230
+ 42622
231
+ 42624
232
+ 42752
233
+ 42786
234
+ 42888
235
+ 42889
236
+ 43048
237
+ 43052
238
+ 43124
239
+ 43128
240
+ 43882
241
+ 43884
242
+ 64830
243
+ 64848
244
+ 64975
245
+ 64976
246
+ 65021
247
+ 65024
248
+ 65040
249
+ 65050
250
+ 65072
251
+ 65104
252
+ 65105
253
+ 65106
254
+ 65108
255
+ 65109
256
+ 65110
257
+ 65119
258
+ 65120
259
+ 65122
260
+ 65124
261
+ 65127
262
+ 65128
263
+ 65129
264
+ 65131
265
+ 65132
266
+ 65281
267
+ 65283
268
+ 65286
269
+ 65291
270
+ 65307
271
+ 65313
272
+ 65339
273
+ 65345
274
+ 65371
275
+ 65382
276
+ 65506
277
+ 65509
278
+ 65512
279
+ 65519
280
+ 65529
281
+ 65534
282
+ 65793
283
+ 65794
284
+ 65856
285
+ 65933
286
+ 65936
287
+ 65949
288
+ 65952
289
+ 65953
290
+ 67871
291
+ 67872
292
+ 68409
293
+ 68416
294
+ 68974
295
+ 68975
296
+ 69714
297
+ 69734
298
+ 71264
299
+ 71277
300
+ 73685
301
+ 73693
302
+ 73697
303
+ 73714
304
+ 94178
305
+ 94179
306
+ 117760
307
+ 117974
308
+ 118016
309
+ 118452
310
+ 119273
311
+ 119275
312
+ 119296
313
+ 119362
314
+ 119365
315
+ 119366
316
+ 119552
317
+ 119639
318
+ 120513
319
+ 120514
320
+ 120539
321
+ 120540
322
+ 120571
323
+ 120572
324
+ 120597
325
+ 120598
326
+ 120629
327
+ 120630
328
+ 120655
329
+ 120656
330
+ 120687
331
+ 120688
332
+ 120713
333
+ 120714
334
+ 120745
335
+ 120746
336
+ 120771
337
+ 120772
338
+ 126704
339
+ 126706
340
+ 126976
341
+ 127020
342
+ 127024
343
+ 127124
344
+ 127136
345
+ 127151
346
+ 127153
347
+ 127168
348
+ 127169
349
+ 127184
350
+ 127185
351
+ 127222
352
+ 127243
353
+ 127248
354
+ 127279
355
+ 127280
356
+ 127338
357
+ 127344
358
+ 127405
359
+ 127406
360
+ 127584
361
+ 127590
362
+ 127744
363
+ 128728
364
+ 128732
365
+ 128749
366
+ 128752
367
+ 128765
368
+ 128768
369
+ 128887
370
+ 128891
371
+ 128986
372
+ 128992
373
+ 129004
374
+ 129008
375
+ 129009
376
+ 129024
377
+ 129036
378
+ 129040
379
+ 129096
380
+ 129104
381
+ 129114
382
+ 129120
383
+ 129160
384
+ 129168
385
+ 129198
386
+ 129200
387
+ 129212
388
+ 129216
389
+ 129218
390
+ 129280
391
+ 129620
392
+ 129632
393
+ 129646
394
+ 129648
395
+ 129661
396
+ 129664
397
+ 129674
398
+ 129679
399
+ 129735
400
+ 129742
401
+ 129757
402
+ 129759
403
+ 129770
404
+ 129776
405
+ 129785
406
+ 129792
407
+ 129939
408
+ 129940
409
+ 130032
410
+ END
git/usr/share/perl5/core_perl/unicore/lib/Bc/R.pl ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
2
+ # This file is machine-generated by lib/unicore/mktables from the Unicode
3
+ # database, Version 16.0.0. Any changes made here will be lost!
4
+
5
+ # !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
6
+ # This file is for internal use by core Perl only. The format and even the
7
+ # name or existence of this file are subject to change without notice. Don't
8
+ # use it directly. Use Unicode::UCD to access the Unicode character data
9
+ # base.
10
+
11
+
12
+ return <<'END';
13
+ V82
14
+ 1424
15
+ 1425
16
+ 1470
17
+ 1471
18
+ 1472
19
+ 1473
20
+ 1475
21
+ 1476
22
+ 1478
23
+ 1479
24
+ 1480
25
+ 1536
26
+ 1984
27
+ 2027
28
+ 2036
29
+ 2038
30
+ 2042
31
+ 2045
32
+ 2046
33
+ 2070
34
+ 2074
35
+ 2075
36
+ 2084
37
+ 2085
38
+ 2088
39
+ 2089
40
+ 2094
41
+ 2137
42
+ 2140
43
+ 2144
44
+ 8207
45
+ 8208
46
+ 64285
47
+ 64286
48
+ 64287
49
+ 64297
50
+ 64298
51
+ 64336
52
+ 67584
53
+ 67871
54
+ 67872
55
+ 68097
56
+ 68100
57
+ 68101
58
+ 68103
59
+ 68108
60
+ 68112
61
+ 68152
62
+ 68155
63
+ 68159
64
+ 68160
65
+ 68325
66
+ 68327
67
+ 68409
68
+ 68416
69
+ 68864
70
+ 68938
71
+ 68969
72
+ 68975
73
+ 69216
74
+ 69247
75
+ 69291
76
+ 69293
77
+ 69312
78
+ 69376
79
+ 69424
80
+ 69488
81
+ 69506
82
+ 69510
83
+ 69632
84
+ 124928
85
+ 125136
86
+ 125143
87
+ 125252
88
+ 125259
89
+ 126064
90
+ 126144
91
+ 126208
92
+ 126288
93
+ 126464
94
+ 126720
95
+ 126976
96
+ END
git/usr/share/perl5/core_perl/unicore/lib/Bc/WS.pl ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
2
+ # This file is machine-generated by lib/unicore/mktables from the Unicode
3
+ # database, Version 16.0.0. Any changes made here will be lost!
4
+
5
+ # !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
6
+ # This file is for internal use by core Perl only. The format and even the
7
+ # name or existence of this file are subject to change without notice. Don't
8
+ # use it directly. Use Unicode::UCD to access the Unicode character data
9
+ # base.
10
+
11
+
12
+ return <<'END';
13
+ V14
14
+ 12
15
+ 13
16
+ 32
17
+ 33
18
+ 5760
19
+ 5761
20
+ 8192
21
+ 8203
22
+ 8232
23
+ 8233
24
+ 8287
25
+ 8288
26
+ 12288
27
+ 12289
28
+ END
git/usr/share/perl5/core_perl/unicore/lib/BidiC/Y.pl ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
2
+ # This file is machine-generated by lib/unicore/mktables from the Unicode
3
+ # database, Version 16.0.0. Any changes made here will be lost!
4
+
5
+ # !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
6
+ # This file is for internal use by core Perl only. The format and even the
7
+ # name or existence of this file are subject to change without notice. Don't
8
+ # use it directly. Use Unicode::UCD to access the Unicode character data
9
+ # base.
10
+
11
+
12
+ return <<'END';
13
+ V8
14
+ 1564
15
+ 1565
16
+ 8206
17
+ 8208
18
+ 8234
19
+ 8239
20
+ 8294
21
+ 8298
22
+ END
git/usr/share/perl5/core_perl/unicore/lib/BidiM/Y.pl ADDED
@@ -0,0 +1,242 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
2
+ # This file is machine-generated by lib/unicore/mktables from the Unicode
3
+ # database, Version 16.0.0. Any changes made here will be lost!
4
+
5
+ # !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
6
+ # This file is for internal use by core Perl only. The format and even the
7
+ # name or existence of this file are subject to change without notice. Don't
8
+ # use it directly. Use Unicode::UCD to access the Unicode character data
9
+ # base.
10
+
11
+
12
+ return <<'END';
13
+ V228
14
+ 40
15
+ 42
16
+ 60
17
+ 61
18
+ 62
19
+ 63
20
+ 91
21
+ 92
22
+ 93
23
+ 94
24
+ 123
25
+ 124
26
+ 125
27
+ 126
28
+ 171
29
+ 172
30
+ 187
31
+ 188
32
+ 3898
33
+ 3902
34
+ 5787
35
+ 5789
36
+ 8249
37
+ 8251
38
+ 8261
39
+ 8263
40
+ 8317
41
+ 8319
42
+ 8333
43
+ 8335
44
+ 8512
45
+ 8513
46
+ 8705
47
+ 8709
48
+ 8712
49
+ 8718
50
+ 8721
51
+ 8722
52
+ 8725
53
+ 8727
54
+ 8730
55
+ 8734
56
+ 8735
57
+ 8739
58
+ 8740
59
+ 8741
60
+ 8742
61
+ 8743
62
+ 8747
63
+ 8756
64
+ 8761
65
+ 8762
66
+ 8763
67
+ 8781
68
+ 8786
69
+ 8790
70
+ 8799
71
+ 8801
72
+ 8802
73
+ 8803
74
+ 8804
75
+ 8812
76
+ 8813
77
+ 8845
78
+ 8847
79
+ 8851
80
+ 8856
81
+ 8857
82
+ 8866
83
+ 8868
84
+ 8870
85
+ 8889
86
+ 8894
87
+ 8896
88
+ 8905
89
+ 8910
90
+ 8912
91
+ 8914
92
+ 8918
93
+ 8942
94
+ 8944
95
+ 8960
96
+ 8968
97
+ 8972
98
+ 8992
99
+ 8994
100
+ 9001
101
+ 9003
102
+ 10088
103
+ 10102
104
+ 10176
105
+ 10177
106
+ 10179
107
+ 10183
108
+ 10184
109
+ 10186
110
+ 10187
111
+ 10190
112
+ 10195
113
+ 10199
114
+ 10204
115
+ 10207
116
+ 10210
117
+ 10224
118
+ 10627
119
+ 10649
120
+ 10651
121
+ 10657
122
+ 10658
123
+ 10672
124
+ 10680
125
+ 10681
126
+ 10688
127
+ 10694
128
+ 10697
129
+ 10698
130
+ 10702
131
+ 10707
132
+ 10708
133
+ 10710
134
+ 10712
135
+ 10717
136
+ 10721
137
+ 10722
138
+ 10723
139
+ 10726
140
+ 10728
141
+ 10730
142
+ 10740
143
+ 10746
144
+ 10748
145
+ 10750
146
+ 10762
147
+ 10781
148
+ 10782
149
+ 10786
150
+ 10788
151
+ 10789
152
+ 10790
153
+ 10791
154
+ 10793
155
+ 10794
156
+ 10795
157
+ 10799
158
+ 10804
159
+ 10806
160
+ 10812
161
+ 10815
162
+ 10839
163
+ 10841
164
+ 10852
165
+ 10854
166
+ 10858
167
+ 10862
168
+ 10863
169
+ 10865
170
+ 10867
171
+ 10869
172
+ 10873
173
+ 10916
174
+ 10918
175
+ 10926
176
+ 10927
177
+ 10967
178
+ 10972
179
+ 10973
180
+ 10974
181
+ 10975
182
+ 10978
183
+ 10983
184
+ 10988
185
+ 10991
186
+ 10995
187
+ 10996
188
+ 10999
189
+ 11004
190
+ 11005
191
+ 11006
192
+ 11262
193
+ 11263
194
+ 11778
195
+ 11782
196
+ 11785
197
+ 11787
198
+ 11788
199
+ 11790
200
+ 11804
201
+ 11806
202
+ 11808
203
+ 11818
204
+ 11861
205
+ 11869
206
+ 12296
207
+ 12306
208
+ 12308
209
+ 12316
210
+ 65113
211
+ 65119
212
+ 65124
213
+ 65126
214
+ 65288
215
+ 65290
216
+ 65308
217
+ 65309
218
+ 65310
219
+ 65311
220
+ 65339
221
+ 65340
222
+ 65341
223
+ 65342
224
+ 65371
225
+ 65372
226
+ 65373
227
+ 65374
228
+ 65375
229
+ 65377
230
+ 65378
231
+ 65380
232
+ 120539
233
+ 120540
234
+ 120597
235
+ 120598
236
+ 120655
237
+ 120656
238
+ 120713
239
+ 120714
240
+ 120771
241
+ 120772
242
+ END
git/usr/share/perl5/core_perl/unicore/lib/Blk/NB.pl ADDED
@@ -0,0 +1,117 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
2
+ # This file is machine-generated by lib/unicore/mktables from the Unicode
3
+ # database, Version 16.0.0. Any changes made here will be lost!
4
+
5
+ # !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
6
+ # This file is for internal use by core Perl only. The format and even the
7
+ # name or existence of this file are subject to change without notice. Don't
8
+ # use it directly. Use Unicode::UCD to access the Unicode character data
9
+ # base.
10
+
11
+
12
+ return <<'END';
13
+ V103
14
+ 12256
15
+ 12272
16
+ 66048
17
+ 66176
18
+ 66528
19
+ 66560
20
+ 67520
21
+ 67584
22
+ 67760
23
+ 67808
24
+ 67904
25
+ 67968
26
+ 68256
27
+ 68288
28
+ 68528
29
+ 68608
30
+ 68688
31
+ 68736
32
+ 69008
33
+ 69216
34
+ 70224
35
+ 70272
36
+ 70880
37
+ 71040
38
+ 71504
39
+ 71680
40
+ 71760
41
+ 71840
42
+ 72032
43
+ 72096
44
+ 72544
45
+ 72640
46
+ 72896
47
+ 72960
48
+ 73136
49
+ 73440
50
+ 73568
51
+ 73648
52
+ 75088
53
+ 77712
54
+ 83584
55
+ 90368
56
+ 90432
57
+ 92160
58
+ 93072
59
+ 93504
60
+ 93568
61
+ 93760
62
+ 93856
63
+ 93952
64
+ 94112
65
+ 94176
66
+ 101760
67
+ 110576
68
+ 111360
69
+ 113664
70
+ 113840
71
+ 117760
72
+ 118464
73
+ 118528
74
+ 118736
75
+ 118784
76
+ 119376
77
+ 119488
78
+ 119680
79
+ 119808
80
+ 121520
81
+ 122624
82
+ 123024
83
+ 123136
84
+ 123216
85
+ 123536
86
+ 123648
87
+ 124112
88
+ 124160
89
+ 124368
90
+ 124416
91
+ 124896
92
+ 125152
93
+ 125184
94
+ 125280
95
+ 126064
96
+ 126144
97
+ 126208
98
+ 126288
99
+ 126464
100
+ 126720
101
+ 126976
102
+ 130048
103
+ 131072
104
+ 173792
105
+ 173824
106
+ 192096
107
+ 194560
108
+ 195104
109
+ 196608
110
+ 205744
111
+ 917504
112
+ 917632
113
+ 917760
114
+ 918000
115
+ 983040
116
+ 1114112
117
+ END
git/usr/share/perl5/core_perl/unicore/lib/Bpt/C.pl ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
2
+ # This file is machine-generated by lib/unicore/mktables from the Unicode
3
+ # database, Version 16.0.0. Any changes made here will be lost!
4
+
5
+ # !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
6
+ # This file is for internal use by core Perl only. The format and even the
7
+ # name or existence of this file are subject to change without notice. Don't
8
+ # use it directly. Use Unicode::UCD to access the Unicode character data
9
+ # base.
10
+
11
+
12
+ return <<'END';
13
+ V128
14
+ 41
15
+ 42
16
+ 93
17
+ 94
18
+ 125
19
+ 126
20
+ 3899
21
+ 3900
22
+ 3901
23
+ 3902
24
+ 5788
25
+ 5789
26
+ 8262
27
+ 8263
28
+ 8318
29
+ 8319
30
+ 8334
31
+ 8335
32
+ 8969
33
+ 8970
34
+ 8971
35
+ 8972
36
+ 9002
37
+ 9003
38
+ 10089
39
+ 10090
40
+ 10091
41
+ 10092
42
+ 10093
43
+ 10094
44
+ 10095
45
+ 10096
46
+ 10097
47
+ 10098
48
+ 10099
49
+ 10100
50
+ 10101
51
+ 10102
52
+ 10182
53
+ 10183
54
+ 10215
55
+ 10216
56
+ 10217
57
+ 10218
58
+ 10219
59
+ 10220
60
+ 10221
61
+ 10222
62
+ 10223
63
+ 10224
64
+ 10628
65
+ 10629
66
+ 10630
67
+ 10631
68
+ 10632
69
+ 10633
70
+ 10634
71
+ 10635
72
+ 10636
73
+ 10637
74
+ 10638
75
+ 10639
76
+ 10640
77
+ 10641
78
+ 10642
79
+ 10643
80
+ 10644
81
+ 10645
82
+ 10646
83
+ 10647
84
+ 10648
85
+ 10649
86
+ 10713
87
+ 10714
88
+ 10715
89
+ 10716
90
+ 10749
91
+ 10750
92
+ 11811
93
+ 11812
94
+ 11813
95
+ 11814
96
+ 11815
97
+ 11816
98
+ 11817
99
+ 11818
100
+ 11862
101
+ 11863
102
+ 11864
103
+ 11865
104
+ 11866
105
+ 11867
106
+ 11868
107
+ 11869
108
+ 12297
109
+ 12298
110
+ 12299
111
+ 12300
112
+ 12301
113
+ 12302
114
+ 12303
115
+ 12304
116
+ 12305
117
+ 12306
118
+ 12309
119
+ 12310
120
+ 12311
121
+ 12312
122
+ 12313
123
+ 12314
124
+ 12315
125
+ 12316
126
+ 65114
127
+ 65115
128
+ 65116
129
+ 65117
130
+ 65118
131
+ 65119
132
+ 65289
133
+ 65290
134
+ 65341
135
+ 65342
136
+ 65373
137
+ 65374
138
+ 65376
139
+ 65377
140
+ 65379
141
+ 65380
142
+ END
git/usr/share/perl5/core_perl/unicore/lib/Bpt/N.pl ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
2
+ # This file is machine-generated by lib/unicore/mktables from the Unicode
3
+ # database, Version 16.0.0. Any changes made here will be lost!
4
+
5
+ # !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
6
+ # This file is for internal use by core Perl only. The format and even the
7
+ # name or existence of this file are subject to change without notice. Don't
8
+ # use it directly. Use Unicode::UCD to access the Unicode character data
9
+ # base.
10
+
11
+
12
+ return <<'END';
13
+ V61
14
+ 0
15
+ 40
16
+ 42
17
+ 91
18
+ 92
19
+ 93
20
+ 94
21
+ 123
22
+ 124
23
+ 125
24
+ 126
25
+ 3898
26
+ 3902
27
+ 5787
28
+ 5789
29
+ 8261
30
+ 8263
31
+ 8317
32
+ 8319
33
+ 8333
34
+ 8335
35
+ 8968
36
+ 8972
37
+ 9001
38
+ 9003
39
+ 10088
40
+ 10102
41
+ 10181
42
+ 10183
43
+ 10214
44
+ 10224
45
+ 10627
46
+ 10649
47
+ 10712
48
+ 10716
49
+ 10748
50
+ 10750
51
+ 11810
52
+ 11818
53
+ 11861
54
+ 11869
55
+ 12296
56
+ 12306
57
+ 12308
58
+ 12316
59
+ 65113
60
+ 65119
61
+ 65288
62
+ 65290
63
+ 65339
64
+ 65340
65
+ 65341
66
+ 65342
67
+ 65371
68
+ 65372
69
+ 65373
70
+ 65374
71
+ 65375
72
+ 65377
73
+ 65378
74
+ 65380
75
+ END
git/usr/share/perl5/core_perl/unicore/lib/Bpt/O.pl ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
2
+ # This file is machine-generated by lib/unicore/mktables from the Unicode
3
+ # database, Version 16.0.0. Any changes made here will be lost!
4
+
5
+ # !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
6
+ # This file is for internal use by core Perl only. The format and even the
7
+ # name or existence of this file are subject to change without notice. Don't
8
+ # use it directly. Use Unicode::UCD to access the Unicode character data
9
+ # base.
10
+
11
+
12
+ return <<'END';
13
+ V128
14
+ 40
15
+ 41
16
+ 91
17
+ 92
18
+ 123
19
+ 124
20
+ 3898
21
+ 3899
22
+ 3900
23
+ 3901
24
+ 5787
25
+ 5788
26
+ 8261
27
+ 8262
28
+ 8317
29
+ 8318
30
+ 8333
31
+ 8334
32
+ 8968
33
+ 8969
34
+ 8970
35
+ 8971
36
+ 9001
37
+ 9002
38
+ 10088
39
+ 10089
40
+ 10090
41
+ 10091
42
+ 10092
43
+ 10093
44
+ 10094
45
+ 10095
46
+ 10096
47
+ 10097
48
+ 10098
49
+ 10099
50
+ 10100
51
+ 10101
52
+ 10181
53
+ 10182
54
+ 10214
55
+ 10215
56
+ 10216
57
+ 10217
58
+ 10218
59
+ 10219
60
+ 10220
61
+ 10221
62
+ 10222
63
+ 10223
64
+ 10627
65
+ 10628
66
+ 10629
67
+ 10630
68
+ 10631
69
+ 10632
70
+ 10633
71
+ 10634
72
+ 10635
73
+ 10636
74
+ 10637
75
+ 10638
76
+ 10639
77
+ 10640
78
+ 10641
79
+ 10642
80
+ 10643
81
+ 10644
82
+ 10645
83
+ 10646
84
+ 10647
85
+ 10648
86
+ 10712
87
+ 10713
88
+ 10714
89
+ 10715
90
+ 10748
91
+ 10749
92
+ 11810
93
+ 11811
94
+ 11812
95
+ 11813
96
+ 11814
97
+ 11815
98
+ 11816
99
+ 11817
100
+ 11861
101
+ 11862
102
+ 11863
103
+ 11864
104
+ 11865
105
+ 11866
106
+ 11867
107
+ 11868
108
+ 12296
109
+ 12297
110
+ 12298
111
+ 12299
112
+ 12300
113
+ 12301
114
+ 12302
115
+ 12303
116
+ 12304
117
+ 12305
118
+ 12308
119
+ 12309
120
+ 12310
121
+ 12311
122
+ 12312
123
+ 12313
124
+ 12314
125
+ 12315
126
+ 65113
127
+ 65114
128
+ 65115
129
+ 65116
130
+ 65117
131
+ 65118
132
+ 65288
133
+ 65289
134
+ 65339
135
+ 65340
136
+ 65371
137
+ 65372
138
+ 65375
139
+ 65376
140
+ 65378
141
+ 65379
142
+ END
git/usr/share/perl5/core_perl/unicore/lib/CE/Y.pl ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
2
+ # This file is machine-generated by lib/unicore/mktables from the Unicode
3
+ # database, Version 16.0.0. Any changes made here will be lost!
4
+
5
+ # !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
6
+ # This file is for internal use by core Perl only. The format and even the
7
+ # name or existence of this file are subject to change without notice. Don't
8
+ # use it directly. Use Unicode::UCD to access the Unicode character data
9
+ # base.
10
+
11
+
12
+ return <<'END';
13
+ V66
14
+ 2392
15
+ 2400
16
+ 2524
17
+ 2526
18
+ 2527
19
+ 2528
20
+ 2611
21
+ 2612
22
+ 2614
23
+ 2615
24
+ 2649
25
+ 2652
26
+ 2654
27
+ 2655
28
+ 2908
29
+ 2910
30
+ 3907
31
+ 3908
32
+ 3917
33
+ 3918
34
+ 3922
35
+ 3923
36
+ 3927
37
+ 3928
38
+ 3932
39
+ 3933
40
+ 3945
41
+ 3946
42
+ 3958
43
+ 3959
44
+ 3960
45
+ 3961
46
+ 3987
47
+ 3988
48
+ 3997
49
+ 3998
50
+ 4002
51
+ 4003
52
+ 4007
53
+ 4008
54
+ 4012
55
+ 4013
56
+ 4025
57
+ 4026
58
+ 10972
59
+ 10973
60
+ 64285
61
+ 64286
62
+ 64287
63
+ 64288
64
+ 64298
65
+ 64311
66
+ 64312
67
+ 64317
68
+ 64318
69
+ 64319
70
+ 64320
71
+ 64322
72
+ 64323
73
+ 64325
74
+ 64326
75
+ 64335
76
+ 119134
77
+ 119141
78
+ 119227
79
+ 119233
80
+ END
git/usr/share/perl5/core_perl/unicore/lib/CI/Y.pl ADDED
@@ -0,0 +1,918 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
2
+ # This file is machine-generated by lib/unicore/mktables from the Unicode
3
+ # database, Version 16.0.0. Any changes made here will be lost!
4
+
5
+ # !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
6
+ # This file is for internal use by core Perl only. The format and even the
7
+ # name or existence of this file are subject to change without notice. Don't
8
+ # use it directly. Use Unicode::UCD to access the Unicode character data
9
+ # base.
10
+
11
+
12
+ return <<'END';
13
+ V904
14
+ 39
15
+ 40
16
+ 46
17
+ 47
18
+ 58
19
+ 59
20
+ 94
21
+ 95
22
+ 96
23
+ 97
24
+ 168
25
+ 169
26
+ 173
27
+ 174
28
+ 175
29
+ 176
30
+ 180
31
+ 181
32
+ 183
33
+ 185
34
+ 688
35
+ 880
36
+ 884
37
+ 886
38
+ 890
39
+ 891
40
+ 900
41
+ 902
42
+ 903
43
+ 904
44
+ 1155
45
+ 1162
46
+ 1369
47
+ 1370
48
+ 1375
49
+ 1376
50
+ 1425
51
+ 1470
52
+ 1471
53
+ 1472
54
+ 1473
55
+ 1475
56
+ 1476
57
+ 1478
58
+ 1479
59
+ 1480
60
+ 1524
61
+ 1525
62
+ 1536
63
+ 1542
64
+ 1552
65
+ 1563
66
+ 1564
67
+ 1565
68
+ 1600
69
+ 1601
70
+ 1611
71
+ 1632
72
+ 1648
73
+ 1649
74
+ 1750
75
+ 1758
76
+ 1759
77
+ 1769
78
+ 1770
79
+ 1774
80
+ 1807
81
+ 1808
82
+ 1809
83
+ 1810
84
+ 1840
85
+ 1867
86
+ 1958
87
+ 1969
88
+ 2027
89
+ 2038
90
+ 2042
91
+ 2043
92
+ 2045
93
+ 2046
94
+ 2070
95
+ 2094
96
+ 2137
97
+ 2140
98
+ 2184
99
+ 2185
100
+ 2192
101
+ 2194
102
+ 2199
103
+ 2208
104
+ 2249
105
+ 2307
106
+ 2362
107
+ 2363
108
+ 2364
109
+ 2365
110
+ 2369
111
+ 2377
112
+ 2381
113
+ 2382
114
+ 2385
115
+ 2392
116
+ 2402
117
+ 2404
118
+ 2417
119
+ 2418
120
+ 2433
121
+ 2434
122
+ 2492
123
+ 2493
124
+ 2497
125
+ 2501
126
+ 2509
127
+ 2510
128
+ 2530
129
+ 2532
130
+ 2558
131
+ 2559
132
+ 2561
133
+ 2563
134
+ 2620
135
+ 2621
136
+ 2625
137
+ 2627
138
+ 2631
139
+ 2633
140
+ 2635
141
+ 2638
142
+ 2641
143
+ 2642
144
+ 2672
145
+ 2674
146
+ 2677
147
+ 2678
148
+ 2689
149
+ 2691
150
+ 2748
151
+ 2749
152
+ 2753
153
+ 2758
154
+ 2759
155
+ 2761
156
+ 2765
157
+ 2766
158
+ 2786
159
+ 2788
160
+ 2810
161
+ 2816
162
+ 2817
163
+ 2818
164
+ 2876
165
+ 2877
166
+ 2879
167
+ 2880
168
+ 2881
169
+ 2885
170
+ 2893
171
+ 2894
172
+ 2901
173
+ 2903
174
+ 2914
175
+ 2916
176
+ 2946
177
+ 2947
178
+ 3008
179
+ 3009
180
+ 3021
181
+ 3022
182
+ 3072
183
+ 3073
184
+ 3076
185
+ 3077
186
+ 3132
187
+ 3133
188
+ 3134
189
+ 3137
190
+ 3142
191
+ 3145
192
+ 3146
193
+ 3150
194
+ 3157
195
+ 3159
196
+ 3170
197
+ 3172
198
+ 3201
199
+ 3202
200
+ 3260
201
+ 3261
202
+ 3263
203
+ 3264
204
+ 3270
205
+ 3271
206
+ 3276
207
+ 3278
208
+ 3298
209
+ 3300
210
+ 3328
211
+ 3330
212
+ 3387
213
+ 3389
214
+ 3393
215
+ 3397
216
+ 3405
217
+ 3406
218
+ 3426
219
+ 3428
220
+ 3457
221
+ 3458
222
+ 3530
223
+ 3531
224
+ 3538
225
+ 3541
226
+ 3542
227
+ 3543
228
+ 3633
229
+ 3634
230
+ 3636
231
+ 3643
232
+ 3654
233
+ 3663
234
+ 3761
235
+ 3762
236
+ 3764
237
+ 3773
238
+ 3782
239
+ 3783
240
+ 3784
241
+ 3791
242
+ 3864
243
+ 3866
244
+ 3893
245
+ 3894
246
+ 3895
247
+ 3896
248
+ 3897
249
+ 3898
250
+ 3953
251
+ 3967
252
+ 3968
253
+ 3973
254
+ 3974
255
+ 3976
256
+ 3981
257
+ 3992
258
+ 3993
259
+ 4029
260
+ 4038
261
+ 4039
262
+ 4141
263
+ 4145
264
+ 4146
265
+ 4152
266
+ 4153
267
+ 4155
268
+ 4157
269
+ 4159
270
+ 4184
271
+ 4186
272
+ 4190
273
+ 4193
274
+ 4209
275
+ 4213
276
+ 4226
277
+ 4227
278
+ 4229
279
+ 4231
280
+ 4237
281
+ 4238
282
+ 4253
283
+ 4254
284
+ 4348
285
+ 4349
286
+ 4957
287
+ 4960
288
+ 5906
289
+ 5909
290
+ 5938
291
+ 5940
292
+ 5970
293
+ 5972
294
+ 6002
295
+ 6004
296
+ 6068
297
+ 6070
298
+ 6071
299
+ 6078
300
+ 6086
301
+ 6087
302
+ 6089
303
+ 6100
304
+ 6103
305
+ 6104
306
+ 6109
307
+ 6110
308
+ 6155
309
+ 6160
310
+ 6211
311
+ 6212
312
+ 6277
313
+ 6279
314
+ 6313
315
+ 6314
316
+ 6432
317
+ 6435
318
+ 6439
319
+ 6441
320
+ 6450
321
+ 6451
322
+ 6457
323
+ 6460
324
+ 6679
325
+ 6681
326
+ 6683
327
+ 6684
328
+ 6742
329
+ 6743
330
+ 6744
331
+ 6751
332
+ 6752
333
+ 6753
334
+ 6754
335
+ 6755
336
+ 6757
337
+ 6765
338
+ 6771
339
+ 6781
340
+ 6783
341
+ 6784
342
+ 6823
343
+ 6824
344
+ 6832
345
+ 6863
346
+ 6912
347
+ 6916
348
+ 6964
349
+ 6965
350
+ 6966
351
+ 6971
352
+ 6972
353
+ 6973
354
+ 6978
355
+ 6979
356
+ 7019
357
+ 7028
358
+ 7040
359
+ 7042
360
+ 7074
361
+ 7078
362
+ 7080
363
+ 7082
364
+ 7083
365
+ 7086
366
+ 7142
367
+ 7143
368
+ 7144
369
+ 7146
370
+ 7149
371
+ 7150
372
+ 7151
373
+ 7154
374
+ 7212
375
+ 7220
376
+ 7222
377
+ 7224
378
+ 7288
379
+ 7294
380
+ 7376
381
+ 7379
382
+ 7380
383
+ 7393
384
+ 7394
385
+ 7401
386
+ 7405
387
+ 7406
388
+ 7412
389
+ 7413
390
+ 7416
391
+ 7418
392
+ 7468
393
+ 7531
394
+ 7544
395
+ 7545
396
+ 7579
397
+ 7680
398
+ 8125
399
+ 8126
400
+ 8127
401
+ 8130
402
+ 8141
403
+ 8144
404
+ 8157
405
+ 8160
406
+ 8173
407
+ 8176
408
+ 8189
409
+ 8191
410
+ 8203
411
+ 8208
412
+ 8216
413
+ 8218
414
+ 8228
415
+ 8229
416
+ 8231
417
+ 8232
418
+ 8234
419
+ 8239
420
+ 8288
421
+ 8293
422
+ 8294
423
+ 8304
424
+ 8305
425
+ 8306
426
+ 8319
427
+ 8320
428
+ 8336
429
+ 8349
430
+ 8400
431
+ 8433
432
+ 11388
433
+ 11390
434
+ 11503
435
+ 11506
436
+ 11631
437
+ 11632
438
+ 11647
439
+ 11648
440
+ 11744
441
+ 11776
442
+ 11823
443
+ 11824
444
+ 12293
445
+ 12294
446
+ 12330
447
+ 12334
448
+ 12337
449
+ 12342
450
+ 12347
451
+ 12348
452
+ 12441
453
+ 12447
454
+ 12540
455
+ 12543
456
+ 40981
457
+ 40982
458
+ 42232
459
+ 42238
460
+ 42508
461
+ 42509
462
+ 42607
463
+ 42611
464
+ 42612
465
+ 42622
466
+ 42623
467
+ 42624
468
+ 42652
469
+ 42656
470
+ 42736
471
+ 42738
472
+ 42752
473
+ 42786
474
+ 42864
475
+ 42865
476
+ 42888
477
+ 42891
478
+ 42994
479
+ 42997
480
+ 43000
481
+ 43002
482
+ 43010
483
+ 43011
484
+ 43014
485
+ 43015
486
+ 43019
487
+ 43020
488
+ 43045
489
+ 43047
490
+ 43052
491
+ 43053
492
+ 43204
493
+ 43206
494
+ 43232
495
+ 43250
496
+ 43263
497
+ 43264
498
+ 43302
499
+ 43310
500
+ 43335
501
+ 43346
502
+ 43392
503
+ 43395
504
+ 43443
505
+ 43444
506
+ 43446
507
+ 43450
508
+ 43452
509
+ 43454
510
+ 43471
511
+ 43472
512
+ 43493
513
+ 43495
514
+ 43561
515
+ 43567
516
+ 43569
517
+ 43571
518
+ 43573
519
+ 43575
520
+ 43587
521
+ 43588
522
+ 43596
523
+ 43597
524
+ 43632
525
+ 43633
526
+ 43644
527
+ 43645
528
+ 43696
529
+ 43697
530
+ 43698
531
+ 43701
532
+ 43703
533
+ 43705
534
+ 43710
535
+ 43712
536
+ 43713
537
+ 43714
538
+ 43741
539
+ 43742
540
+ 43756
541
+ 43758
542
+ 43763
543
+ 43765
544
+ 43766
545
+ 43767
546
+ 43867
547
+ 43872
548
+ 43881
549
+ 43884
550
+ 44005
551
+ 44006
552
+ 44008
553
+ 44009
554
+ 44013
555
+ 44014
556
+ 64286
557
+ 64287
558
+ 64434
559
+ 64451
560
+ 65024
561
+ 65040
562
+ 65043
563
+ 65044
564
+ 65056
565
+ 65072
566
+ 65106
567
+ 65107
568
+ 65109
569
+ 65110
570
+ 65279
571
+ 65280
572
+ 65287
573
+ 65288
574
+ 65294
575
+ 65295
576
+ 65306
577
+ 65307
578
+ 65342
579
+ 65343
580
+ 65344
581
+ 65345
582
+ 65392
583
+ 65393
584
+ 65438
585
+ 65440
586
+ 65507
587
+ 65508
588
+ 65529
589
+ 65532
590
+ 66045
591
+ 66046
592
+ 66272
593
+ 66273
594
+ 66422
595
+ 66427
596
+ 67456
597
+ 67462
598
+ 67463
599
+ 67505
600
+ 67506
601
+ 67515
602
+ 68097
603
+ 68100
604
+ 68101
605
+ 68103
606
+ 68108
607
+ 68112
608
+ 68152
609
+ 68155
610
+ 68159
611
+ 68160
612
+ 68325
613
+ 68327
614
+ 68900
615
+ 68904
616
+ 68942
617
+ 68943
618
+ 68969
619
+ 68974
620
+ 68975
621
+ 68976
622
+ 69291
623
+ 69293
624
+ 69372
625
+ 69376
626
+ 69446
627
+ 69457
628
+ 69506
629
+ 69510
630
+ 69633
631
+ 69634
632
+ 69688
633
+ 69703
634
+ 69744
635
+ 69745
636
+ 69747
637
+ 69749
638
+ 69759
639
+ 69762
640
+ 69811
641
+ 69815
642
+ 69817
643
+ 69819
644
+ 69821
645
+ 69822
646
+ 69826
647
+ 69827
648
+ 69837
649
+ 69838
650
+ 69888
651
+ 69891
652
+ 69927
653
+ 69932
654
+ 69933
655
+ 69941
656
+ 70003
657
+ 70004
658
+ 70016
659
+ 70018
660
+ 70070
661
+ 70079
662
+ 70089
663
+ 70093
664
+ 70095
665
+ 70096
666
+ 70191
667
+ 70194
668
+ 70196
669
+ 70197
670
+ 70198
671
+ 70200
672
+ 70206
673
+ 70207
674
+ 70209
675
+ 70210
676
+ 70367
677
+ 70368
678
+ 70371
679
+ 70379
680
+ 70400
681
+ 70402
682
+ 70459
683
+ 70461
684
+ 70464
685
+ 70465
686
+ 70502
687
+ 70509
688
+ 70512
689
+ 70517
690
+ 70587
691
+ 70593
692
+ 70606
693
+ 70607
694
+ 70608
695
+ 70609
696
+ 70610
697
+ 70611
698
+ 70625
699
+ 70627
700
+ 70712
701
+ 70720
702
+ 70722
703
+ 70725
704
+ 70726
705
+ 70727
706
+ 70750
707
+ 70751
708
+ 70835
709
+ 70841
710
+ 70842
711
+ 70843
712
+ 70847
713
+ 70849
714
+ 70850
715
+ 70852
716
+ 71090
717
+ 71094
718
+ 71100
719
+ 71102
720
+ 71103
721
+ 71105
722
+ 71132
723
+ 71134
724
+ 71219
725
+ 71227
726
+ 71229
727
+ 71230
728
+ 71231
729
+ 71233
730
+ 71339
731
+ 71340
732
+ 71341
733
+ 71342
734
+ 71344
735
+ 71350
736
+ 71351
737
+ 71352
738
+ 71453
739
+ 71454
740
+ 71455
741
+ 71456
742
+ 71458
743
+ 71462
744
+ 71463
745
+ 71468
746
+ 71727
747
+ 71736
748
+ 71737
749
+ 71739
750
+ 71995
751
+ 71997
752
+ 71998
753
+ 71999
754
+ 72003
755
+ 72004
756
+ 72148
757
+ 72152
758
+ 72154
759
+ 72156
760
+ 72160
761
+ 72161
762
+ 72193
763
+ 72203
764
+ 72243
765
+ 72249
766
+ 72251
767
+ 72255
768
+ 72263
769
+ 72264
770
+ 72273
771
+ 72279
772
+ 72281
773
+ 72284
774
+ 72330
775
+ 72343
776
+ 72344
777
+ 72346
778
+ 72752
779
+ 72759
780
+ 72760
781
+ 72766
782
+ 72767
783
+ 72768
784
+ 72850
785
+ 72872
786
+ 72874
787
+ 72881
788
+ 72882
789
+ 72884
790
+ 72885
791
+ 72887
792
+ 73009
793
+ 73015
794
+ 73018
795
+ 73019
796
+ 73020
797
+ 73022
798
+ 73023
799
+ 73030
800
+ 73031
801
+ 73032
802
+ 73104
803
+ 73106
804
+ 73109
805
+ 73110
806
+ 73111
807
+ 73112
808
+ 73459
809
+ 73461
810
+ 73472
811
+ 73474
812
+ 73526
813
+ 73531
814
+ 73536
815
+ 73537
816
+ 73538
817
+ 73539
818
+ 73562
819
+ 73563
820
+ 78896
821
+ 78913
822
+ 78919
823
+ 78934
824
+ 90398
825
+ 90410
826
+ 90413
827
+ 90416
828
+ 92912
829
+ 92917
830
+ 92976
831
+ 92983
832
+ 92992
833
+ 92996
834
+ 93504
835
+ 93507
836
+ 93547
837
+ 93549
838
+ 94031
839
+ 94032
840
+ 94095
841
+ 94112
842
+ 94176
843
+ 94178
844
+ 94179
845
+ 94181
846
+ 110576
847
+ 110580
848
+ 110581
849
+ 110588
850
+ 110589
851
+ 110591
852
+ 113821
853
+ 113823
854
+ 113824
855
+ 113828
856
+ 118528
857
+ 118574
858
+ 118576
859
+ 118599
860
+ 119143
861
+ 119146
862
+ 119155
863
+ 119171
864
+ 119173
865
+ 119180
866
+ 119210
867
+ 119214
868
+ 119362
869
+ 119365
870
+ 121344
871
+ 121399
872
+ 121403
873
+ 121453
874
+ 121461
875
+ 121462
876
+ 121476
877
+ 121477
878
+ 121499
879
+ 121504
880
+ 121505
881
+ 121520
882
+ 122880
883
+ 122887
884
+ 122888
885
+ 122905
886
+ 122907
887
+ 122914
888
+ 122915
889
+ 122917
890
+ 122918
891
+ 122923
892
+ 122928
893
+ 122990
894
+ 123023
895
+ 123024
896
+ 123184
897
+ 123198
898
+ 123566
899
+ 123567
900
+ 123628
901
+ 123632
902
+ 124139
903
+ 124144
904
+ 124398
905
+ 124400
906
+ 125136
907
+ 125143
908
+ 125252
909
+ 125260
910
+ 127995
911
+ 128000
912
+ 917505
913
+ 917506
914
+ 917536
915
+ 917632
916
+ 917760
917
+ 918000
918
+ END
git/usr/share/perl5/core_perl/unicore/lib/Cased/Y.pl ADDED
@@ -0,0 +1,332 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
2
+ # This file is machine-generated by lib/unicore/mktables from the Unicode
3
+ # database, Version 16.0.0. Any changes made here will be lost!
4
+
5
+ # !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
6
+ # This file is for internal use by core Perl only. The format and even the
7
+ # name or existence of this file are subject to change without notice. Don't
8
+ # use it directly. Use Unicode::UCD to access the Unicode character data
9
+ # base.
10
+
11
+
12
+ return <<'END';
13
+ V318
14
+ 65
15
+ 91
16
+ 97
17
+ 123
18
+ 170
19
+ 171
20
+ 181
21
+ 182
22
+ 186
23
+ 187
24
+ 192
25
+ 215
26
+ 216
27
+ 247
28
+ 248
29
+ 443
30
+ 444
31
+ 448
32
+ 452
33
+ 660
34
+ 661
35
+ 697
36
+ 704
37
+ 706
38
+ 736
39
+ 741
40
+ 837
41
+ 838
42
+ 880
43
+ 884
44
+ 886
45
+ 888
46
+ 890
47
+ 894
48
+ 895
49
+ 896
50
+ 902
51
+ 903
52
+ 904
53
+ 907
54
+ 908
55
+ 909
56
+ 910
57
+ 930
58
+ 931
59
+ 1014
60
+ 1015
61
+ 1154
62
+ 1162
63
+ 1328
64
+ 1329
65
+ 1367
66
+ 1376
67
+ 1417
68
+ 4256
69
+ 4294
70
+ 4295
71
+ 4296
72
+ 4301
73
+ 4302
74
+ 4304
75
+ 4347
76
+ 4348
77
+ 4352
78
+ 5024
79
+ 5110
80
+ 5112
81
+ 5118
82
+ 7296
83
+ 7307
84
+ 7312
85
+ 7355
86
+ 7357
87
+ 7360
88
+ 7424
89
+ 7616
90
+ 7680
91
+ 7958
92
+ 7960
93
+ 7966
94
+ 7968
95
+ 8006
96
+ 8008
97
+ 8014
98
+ 8016
99
+ 8024
100
+ 8025
101
+ 8026
102
+ 8027
103
+ 8028
104
+ 8029
105
+ 8030
106
+ 8031
107
+ 8062
108
+ 8064
109
+ 8117
110
+ 8118
111
+ 8125
112
+ 8126
113
+ 8127
114
+ 8130
115
+ 8133
116
+ 8134
117
+ 8141
118
+ 8144
119
+ 8148
120
+ 8150
121
+ 8156
122
+ 8160
123
+ 8173
124
+ 8178
125
+ 8181
126
+ 8182
127
+ 8189
128
+ 8305
129
+ 8306
130
+ 8319
131
+ 8320
132
+ 8336
133
+ 8349
134
+ 8450
135
+ 8451
136
+ 8455
137
+ 8456
138
+ 8458
139
+ 8468
140
+ 8469
141
+ 8470
142
+ 8473
143
+ 8478
144
+ 8484
145
+ 8485
146
+ 8486
147
+ 8487
148
+ 8488
149
+ 8489
150
+ 8490
151
+ 8494
152
+ 8495
153
+ 8501
154
+ 8505
155
+ 8506
156
+ 8508
157
+ 8512
158
+ 8517
159
+ 8522
160
+ 8526
161
+ 8527
162
+ 8544
163
+ 8576
164
+ 8579
165
+ 8581
166
+ 9398
167
+ 9450
168
+ 11264
169
+ 11493
170
+ 11499
171
+ 11503
172
+ 11506
173
+ 11508
174
+ 11520
175
+ 11558
176
+ 11559
177
+ 11560
178
+ 11565
179
+ 11566
180
+ 42560
181
+ 42606
182
+ 42624
183
+ 42654
184
+ 42786
185
+ 42888
186
+ 42891
187
+ 42895
188
+ 42896
189
+ 42958
190
+ 42960
191
+ 42962
192
+ 42963
193
+ 42964
194
+ 42965
195
+ 42973
196
+ 42994
197
+ 42999
198
+ 43000
199
+ 43003
200
+ 43824
201
+ 43867
202
+ 43868
203
+ 43882
204
+ 43888
205
+ 43968
206
+ 64256
207
+ 64263
208
+ 64275
209
+ 64280
210
+ 65313
211
+ 65339
212
+ 65345
213
+ 65371
214
+ 66560
215
+ 66640
216
+ 66736
217
+ 66772
218
+ 66776
219
+ 66812
220
+ 66928
221
+ 66939
222
+ 66940
223
+ 66955
224
+ 66956
225
+ 66963
226
+ 66964
227
+ 66966
228
+ 66967
229
+ 66978
230
+ 66979
231
+ 66994
232
+ 66995
233
+ 67002
234
+ 67003
235
+ 67005
236
+ 67456
237
+ 67457
238
+ 67459
239
+ 67462
240
+ 67463
241
+ 67505
242
+ 67506
243
+ 67515
244
+ 68736
245
+ 68787
246
+ 68800
247
+ 68851
248
+ 68944
249
+ 68966
250
+ 68976
251
+ 68998
252
+ 71840
253
+ 71904
254
+ 93760
255
+ 93824
256
+ 119808
257
+ 119893
258
+ 119894
259
+ 119965
260
+ 119966
261
+ 119968
262
+ 119970
263
+ 119971
264
+ 119973
265
+ 119975
266
+ 119977
267
+ 119981
268
+ 119982
269
+ 119994
270
+ 119995
271
+ 119996
272
+ 119997
273
+ 120004
274
+ 120005
275
+ 120070
276
+ 120071
277
+ 120075
278
+ 120077
279
+ 120085
280
+ 120086
281
+ 120093
282
+ 120094
283
+ 120122
284
+ 120123
285
+ 120127
286
+ 120128
287
+ 120133
288
+ 120134
289
+ 120135
290
+ 120138
291
+ 120145
292
+ 120146
293
+ 120486
294
+ 120488
295
+ 120513
296
+ 120514
297
+ 120539
298
+ 120540
299
+ 120571
300
+ 120572
301
+ 120597
302
+ 120598
303
+ 120629
304
+ 120630
305
+ 120655
306
+ 120656
307
+ 120687
308
+ 120688
309
+ 120713
310
+ 120714
311
+ 120745
312
+ 120746
313
+ 120771
314
+ 120772
315
+ 120780
316
+ 122624
317
+ 122634
318
+ 122635
319
+ 122655
320
+ 122661
321
+ 122667
322
+ 122928
323
+ 122990
324
+ 125184
325
+ 125252
326
+ 127280
327
+ 127306
328
+ 127312
329
+ 127338
330
+ 127344
331
+ 127370
332
+ END
git/usr/share/perl5/core_perl/unicore/lib/Ccc/A.pl ADDED
@@ -0,0 +1,276 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
2
+ # This file is machine-generated by lib/unicore/mktables from the Unicode
3
+ # database, Version 16.0.0. Any changes made here will be lost!
4
+
5
+ # !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
6
+ # This file is for internal use by core Perl only. The format and even the
7
+ # name or existence of this file are subject to change without notice. Don't
8
+ # use it directly. Use Unicode::UCD to access the Unicode character data
9
+ # base.
10
+
11
+
12
+ return <<'END';
13
+ V262
14
+ 768
15
+ 789
16
+ 829
17
+ 837
18
+ 838
19
+ 839
20
+ 842
21
+ 845
22
+ 848
23
+ 851
24
+ 855
25
+ 856
26
+ 859
27
+ 860
28
+ 867
29
+ 880
30
+ 1155
31
+ 1160
32
+ 1426
33
+ 1430
34
+ 1431
35
+ 1434
36
+ 1436
37
+ 1442
38
+ 1448
39
+ 1450
40
+ 1451
41
+ 1453
42
+ 1455
43
+ 1456
44
+ 1476
45
+ 1477
46
+ 1552
47
+ 1560
48
+ 1619
49
+ 1621
50
+ 1623
51
+ 1628
52
+ 1629
53
+ 1631
54
+ 1750
55
+ 1757
56
+ 1759
57
+ 1763
58
+ 1764
59
+ 1765
60
+ 1767
61
+ 1769
62
+ 1771
63
+ 1773
64
+ 1840
65
+ 1841
66
+ 1842
67
+ 1844
68
+ 1845
69
+ 1847
70
+ 1850
71
+ 1851
72
+ 1853
73
+ 1854
74
+ 1855
75
+ 1858
76
+ 1859
77
+ 1860
78
+ 1861
79
+ 1862
80
+ 1863
81
+ 1864
82
+ 1865
83
+ 1867
84
+ 2027
85
+ 2034
86
+ 2035
87
+ 2036
88
+ 2070
89
+ 2074
90
+ 2075
91
+ 2084
92
+ 2085
93
+ 2088
94
+ 2089
95
+ 2094
96
+ 2199
97
+ 2201
98
+ 2204
99
+ 2208
100
+ 2250
101
+ 2255
102
+ 2260
103
+ 2274
104
+ 2276
105
+ 2278
106
+ 2279
107
+ 2281
108
+ 2282
109
+ 2285
110
+ 2291
111
+ 2294
112
+ 2295
113
+ 2297
114
+ 2299
115
+ 2304
116
+ 2385
117
+ 2386
118
+ 2387
119
+ 2389
120
+ 2558
121
+ 2559
122
+ 3970
123
+ 3972
124
+ 3974
125
+ 3976
126
+ 4957
127
+ 4960
128
+ 6109
129
+ 6110
130
+ 6458
131
+ 6459
132
+ 6679
133
+ 6680
134
+ 6773
135
+ 6781
136
+ 6832
137
+ 6837
138
+ 6843
139
+ 6845
140
+ 6849
141
+ 6851
142
+ 6853
143
+ 6858
144
+ 6859
145
+ 6863
146
+ 7019
147
+ 7020
148
+ 7021
149
+ 7028
150
+ 7376
151
+ 7379
152
+ 7386
153
+ 7388
154
+ 7392
155
+ 7393
156
+ 7412
157
+ 7413
158
+ 7416
159
+ 7418
160
+ 7616
161
+ 7618
162
+ 7619
163
+ 7626
164
+ 7627
165
+ 7629
166
+ 7633
167
+ 7670
168
+ 7675
169
+ 7676
170
+ 7678
171
+ 7679
172
+ 8400
173
+ 8402
174
+ 8404
175
+ 8408
176
+ 8411
177
+ 8413
178
+ 8417
179
+ 8418
180
+ 8423
181
+ 8424
182
+ 8425
183
+ 8426
184
+ 8432
185
+ 8433
186
+ 11503
187
+ 11506
188
+ 11744
189
+ 11776
190
+ 42607
191
+ 42608
192
+ 42612
193
+ 42622
194
+ 42654
195
+ 42656
196
+ 42736
197
+ 42738
198
+ 43232
199
+ 43250
200
+ 43696
201
+ 43697
202
+ 43698
203
+ 43700
204
+ 43703
205
+ 43705
206
+ 43710
207
+ 43712
208
+ 43713
209
+ 43714
210
+ 65056
211
+ 65063
212
+ 65070
213
+ 65072
214
+ 66422
215
+ 66427
216
+ 68111
217
+ 68112
218
+ 68152
219
+ 68153
220
+ 68325
221
+ 68326
222
+ 68900
223
+ 68904
224
+ 68969
225
+ 68974
226
+ 69291
227
+ 69293
228
+ 69448
229
+ 69451
230
+ 69452
231
+ 69453
232
+ 69506
233
+ 69507
234
+ 69508
235
+ 69509
236
+ 69888
237
+ 69891
238
+ 70502
239
+ 70509
240
+ 70512
241
+ 70517
242
+ 70750
243
+ 70751
244
+ 92976
245
+ 92983
246
+ 119173
247
+ 119178
248
+ 119210
249
+ 119214
250
+ 119362
251
+ 119365
252
+ 122880
253
+ 122887
254
+ 122888
255
+ 122905
256
+ 122907
257
+ 122914
258
+ 122915
259
+ 122917
260
+ 122918
261
+ 122923
262
+ 123023
263
+ 123024
264
+ 123184
265
+ 123191
266
+ 123566
267
+ 123567
268
+ 123628
269
+ 123632
270
+ 124143
271
+ 124144
272
+ 124398
273
+ 124399
274
+ 125252
275
+ 125258
276
+ END
git/usr/share/perl5/core_perl/unicore/lib/Ccc/AL.pl ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
2
+ # This file is machine-generated by lib/unicore/mktables from the Unicode
3
+ # database, Version 16.0.0. Any changes made here will be lost!
4
+
5
+ # !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
6
+ # This file is for internal use by core Perl only. The format and even the
7
+ # name or existence of this file are subject to change without notice. Don't
8
+ # use it directly. Use Unicode::UCD to access the Unicode character data
9
+ # base.
10
+
11
+
12
+ return <<'END';
13
+ V8
14
+ 1454
15
+ 1455
16
+ 6313
17
+ 6314
18
+ 7671
19
+ 7673
20
+ 12331
21
+ 12332
22
+ END
git/usr/share/perl5/core_perl/unicore/lib/Ccc/AR.pl ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
2
+ # This file is machine-generated by lib/unicore/mktables from the Unicode
3
+ # database, Version 16.0.0. Any changes made here will be lost!
4
+
5
+ # !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
6
+ # This file is for internal use by core Perl only. The format and even the
7
+ # name or existence of this file are subject to change without notice. Don't
8
+ # use it directly. Use Unicode::UCD to access the Unicode character data
9
+ # base.
10
+
11
+
12
+ return <<'END';
13
+ V12
14
+ 789
15
+ 790
16
+ 794
17
+ 795
18
+ 856
19
+ 857
20
+ 7670
21
+ 7671
22
+ 12332
23
+ 12333
24
+ 124140
25
+ 124142
26
+ END
git/usr/share/perl5/core_perl/unicore/lib/Ccc/ATAR.pl ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
2
+ # This file is machine-generated by lib/unicore/mktables from the Unicode
3
+ # database, Version 16.0.0. Any changes made here will be lost!
4
+
5
+ # !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
6
+ # This file is for internal use by core Perl only. The format and even the
7
+ # name or existence of this file are subject to change without notice. Don't
8
+ # use it directly. Use Unicode::UCD to access the Unicode character data
9
+ # base.
10
+
11
+
12
+ return <<'END';
13
+ V8
14
+ 795
15
+ 796
16
+ 3897
17
+ 3898
18
+ 119141
19
+ 119143
20
+ 119150
21
+ 119155
22
+ END
git/usr/share/perl5/core_perl/unicore/lib/Ccc/B.pl ADDED
@@ -0,0 +1,186 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
2
+ # This file is machine-generated by lib/unicore/mktables from the Unicode
3
+ # database, Version 16.0.0. Any changes made here will be lost!
4
+
5
+ # !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
6
+ # This file is for internal use by core Perl only. The format and even the
7
+ # name or existence of this file are subject to change without notice. Don't
8
+ # use it directly. Use Unicode::UCD to access the Unicode character data
9
+ # base.
10
+
11
+
12
+ return <<'END';
13
+ V172
14
+ 790
15
+ 794
16
+ 796
17
+ 801
18
+ 803
19
+ 807
20
+ 809
21
+ 820
22
+ 825
23
+ 829
24
+ 839
25
+ 842
26
+ 845
27
+ 847
28
+ 851
29
+ 855
30
+ 857
31
+ 859
32
+ 1425
33
+ 1426
34
+ 1430
35
+ 1431
36
+ 1435
37
+ 1436
38
+ 1442
39
+ 1448
40
+ 1450
41
+ 1451
42
+ 1477
43
+ 1478
44
+ 1621
45
+ 1623
46
+ 1628
47
+ 1629
48
+ 1631
49
+ 1632
50
+ 1763
51
+ 1764
52
+ 1770
53
+ 1771
54
+ 1773
55
+ 1774
56
+ 1841
57
+ 1842
58
+ 1844
59
+ 1845
60
+ 1847
61
+ 1850
62
+ 1851
63
+ 1853
64
+ 1854
65
+ 1855
66
+ 1858
67
+ 1859
68
+ 1860
69
+ 1861
70
+ 1862
71
+ 1863
72
+ 1864
73
+ 1865
74
+ 2034
75
+ 2035
76
+ 2045
77
+ 2046
78
+ 2137
79
+ 2140
80
+ 2201
81
+ 2204
82
+ 2255
83
+ 2260
84
+ 2275
85
+ 2276
86
+ 2278
87
+ 2279
88
+ 2281
89
+ 2282
90
+ 2285
91
+ 2288
92
+ 2294
93
+ 2295
94
+ 2297
95
+ 2299
96
+ 2386
97
+ 2387
98
+ 3864
99
+ 3866
100
+ 3893
101
+ 3894
102
+ 3895
103
+ 3896
104
+ 4038
105
+ 4039
106
+ 4237
107
+ 4238
108
+ 6459
109
+ 6460
110
+ 6680
111
+ 6681
112
+ 6783
113
+ 6784
114
+ 6837
115
+ 6843
116
+ 6845
117
+ 6846
118
+ 6847
119
+ 6849
120
+ 6851
121
+ 6853
122
+ 6858
123
+ 6859
124
+ 7020
125
+ 7021
126
+ 7381
127
+ 7386
128
+ 7388
129
+ 7392
130
+ 7405
131
+ 7406
132
+ 7618
133
+ 7619
134
+ 7626
135
+ 7627
136
+ 7631
137
+ 7632
138
+ 7673
139
+ 7674
140
+ 7677
141
+ 7678
142
+ 7679
143
+ 7680
144
+ 8424
145
+ 8425
146
+ 8428
147
+ 8432
148
+ 43307
149
+ 43310
150
+ 43700
151
+ 43701
152
+ 65063
153
+ 65070
154
+ 66045
155
+ 66046
156
+ 66272
157
+ 66273
158
+ 68109
159
+ 68110
160
+ 68154
161
+ 68155
162
+ 68326
163
+ 68327
164
+ 69373
165
+ 69376
166
+ 69446
167
+ 69448
168
+ 69451
169
+ 69452
170
+ 69453
171
+ 69457
172
+ 69507
173
+ 69508
174
+ 69509
175
+ 69510
176
+ 119163
177
+ 119171
178
+ 119178
179
+ 119180
180
+ 124142
181
+ 124143
182
+ 124399
183
+ 124400
184
+ 125136
185
+ 125143
186
+ END
git/usr/share/perl5/core_perl/unicore/lib/Ccc/BR.pl ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
2
+ # This file is machine-generated by lib/unicore/mktables from the Unicode
3
+ # database, Version 16.0.0. Any changes made here will be lost!
4
+
5
+ # !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
6
+ # This file is for internal use by core Perl only. The format and even the
7
+ # name or existence of this file are subject to change without notice. Don't
8
+ # use it directly. Use Unicode::UCD to access the Unicode character data
9
+ # base.
10
+
11
+
12
+ return <<'END';
13
+ V8
14
+ 1434
15
+ 1435
16
+ 1453
17
+ 1454
18
+ 6457
19
+ 6458
20
+ 12333
21
+ 12334
22
+ END
git/usr/share/perl5/core_perl/unicore/lib/Ccc/DB.pl ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
2
+ # This file is machine-generated by lib/unicore/mktables from the Unicode
3
+ # database, Version 16.0.0. Any changes made here will be lost!
4
+
5
+ # !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
6
+ # This file is for internal use by core Perl only. The format and even the
7
+ # name or existence of this file are subject to change without notice. Don't
8
+ # use it directly. Use Unicode::UCD to access the Unicode character data
9
+ # base.
10
+
11
+
12
+ return <<'END';
13
+ V8
14
+ 860
15
+ 861
16
+ 863
17
+ 864
18
+ 866
19
+ 867
20
+ 7676
21
+ 7677
22
+ END
git/usr/share/perl5/core_perl/unicore/lib/Ccc/NK.pl ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
2
+ # This file is machine-generated by lib/unicore/mktables from the Unicode
3
+ # database, Version 16.0.0. Any changes made here will be lost!
4
+
5
+ # !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
6
+ # This file is for internal use by core Perl only. The format and even the
7
+ # name or existence of this file are subject to change without notice. Don't
8
+ # use it directly. Use Unicode::UCD to access the Unicode character data
9
+ # base.
10
+
11
+
12
+ return <<'END';
13
+ V52
14
+ 2364
15
+ 2365
16
+ 2492
17
+ 2493
18
+ 2620
19
+ 2621
20
+ 2748
21
+ 2749
22
+ 2876
23
+ 2877
24
+ 3132
25
+ 3133
26
+ 3260
27
+ 3261
28
+ 4151
29
+ 4152
30
+ 6964
31
+ 6965
32
+ 7142
33
+ 7143
34
+ 7223
35
+ 7224
36
+ 43443
37
+ 43444
38
+ 69818
39
+ 69819
40
+ 70003
41
+ 70004
42
+ 70090
43
+ 70091
44
+ 70198
45
+ 70199
46
+ 70377
47
+ 70378
48
+ 70459
49
+ 70461
50
+ 70726
51
+ 70727
52
+ 70851
53
+ 70852
54
+ 71104
55
+ 71105
56
+ 71351
57
+ 71352
58
+ 71738
59
+ 71739
60
+ 72003
61
+ 72004
62
+ 73026
63
+ 73027
64
+ 125258
65
+ 125259
66
+ END
git/usr/share/perl5/core_perl/unicore/lib/Ccc/NR.pl ADDED
@@ -0,0 +1,407 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
2
+ # This file is machine-generated by lib/unicore/mktables from the Unicode
3
+ # database, Version 16.0.0. Any changes made here will be lost!
4
+
5
+ # !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
6
+ # This file is for internal use by core Perl only. The format and even the
7
+ # name or existence of this file are subject to change without notice. Don't
8
+ # use it directly. Use Unicode::UCD to access the Unicode character data
9
+ # base.
10
+
11
+
12
+ return <<'END';
13
+ V393
14
+ 0
15
+ 768
16
+ 847
17
+ 848
18
+ 880
19
+ 1155
20
+ 1160
21
+ 1425
22
+ 1470
23
+ 1471
24
+ 1472
25
+ 1473
26
+ 1475
27
+ 1476
28
+ 1478
29
+ 1479
30
+ 1480
31
+ 1552
32
+ 1563
33
+ 1611
34
+ 1632
35
+ 1648
36
+ 1649
37
+ 1750
38
+ 1757
39
+ 1759
40
+ 1765
41
+ 1767
42
+ 1769
43
+ 1770
44
+ 1774
45
+ 1809
46
+ 1810
47
+ 1840
48
+ 1867
49
+ 2027
50
+ 2036
51
+ 2045
52
+ 2046
53
+ 2070
54
+ 2074
55
+ 2075
56
+ 2084
57
+ 2085
58
+ 2088
59
+ 2089
60
+ 2094
61
+ 2137
62
+ 2140
63
+ 2199
64
+ 2208
65
+ 2250
66
+ 2274
67
+ 2275
68
+ 2304
69
+ 2364
70
+ 2365
71
+ 2381
72
+ 2382
73
+ 2385
74
+ 2389
75
+ 2492
76
+ 2493
77
+ 2509
78
+ 2510
79
+ 2558
80
+ 2559
81
+ 2620
82
+ 2621
83
+ 2637
84
+ 2638
85
+ 2748
86
+ 2749
87
+ 2765
88
+ 2766
89
+ 2876
90
+ 2877
91
+ 2893
92
+ 2894
93
+ 3021
94
+ 3022
95
+ 3132
96
+ 3133
97
+ 3149
98
+ 3150
99
+ 3157
100
+ 3159
101
+ 3260
102
+ 3261
103
+ 3277
104
+ 3278
105
+ 3387
106
+ 3389
107
+ 3405
108
+ 3406
109
+ 3530
110
+ 3531
111
+ 3640
112
+ 3643
113
+ 3656
114
+ 3660
115
+ 3768
116
+ 3771
117
+ 3784
118
+ 3788
119
+ 3864
120
+ 3866
121
+ 3893
122
+ 3894
123
+ 3895
124
+ 3896
125
+ 3897
126
+ 3898
127
+ 3953
128
+ 3955
129
+ 3956
130
+ 3957
131
+ 3962
132
+ 3966
133
+ 3968
134
+ 3969
135
+ 3970
136
+ 3973
137
+ 3974
138
+ 3976
139
+ 4038
140
+ 4039
141
+ 4151
142
+ 4152
143
+ 4153
144
+ 4155
145
+ 4237
146
+ 4238
147
+ 4957
148
+ 4960
149
+ 5908
150
+ 5910
151
+ 5940
152
+ 5941
153
+ 6098
154
+ 6099
155
+ 6109
156
+ 6110
157
+ 6313
158
+ 6314
159
+ 6457
160
+ 6460
161
+ 6679
162
+ 6681
163
+ 6752
164
+ 6753
165
+ 6773
166
+ 6781
167
+ 6783
168
+ 6784
169
+ 6832
170
+ 6846
171
+ 6847
172
+ 6863
173
+ 6964
174
+ 6965
175
+ 6980
176
+ 6981
177
+ 7019
178
+ 7028
179
+ 7082
180
+ 7084
181
+ 7142
182
+ 7143
183
+ 7154
184
+ 7156
185
+ 7223
186
+ 7224
187
+ 7376
188
+ 7379
189
+ 7380
190
+ 7393
191
+ 7394
192
+ 7401
193
+ 7405
194
+ 7406
195
+ 7412
196
+ 7413
197
+ 7416
198
+ 7418
199
+ 7616
200
+ 7680
201
+ 8400
202
+ 8413
203
+ 8417
204
+ 8418
205
+ 8421
206
+ 8433
207
+ 11503
208
+ 11506
209
+ 11647
210
+ 11648
211
+ 11744
212
+ 11776
213
+ 12330
214
+ 12336
215
+ 12441
216
+ 12443
217
+ 42607
218
+ 42608
219
+ 42612
220
+ 42622
221
+ 42654
222
+ 42656
223
+ 42736
224
+ 42738
225
+ 43014
226
+ 43015
227
+ 43052
228
+ 43053
229
+ 43204
230
+ 43205
231
+ 43232
232
+ 43250
233
+ 43307
234
+ 43310
235
+ 43347
236
+ 43348
237
+ 43443
238
+ 43444
239
+ 43456
240
+ 43457
241
+ 43696
242
+ 43697
243
+ 43698
244
+ 43701
245
+ 43703
246
+ 43705
247
+ 43710
248
+ 43712
249
+ 43713
250
+ 43714
251
+ 43766
252
+ 43767
253
+ 44013
254
+ 44014
255
+ 64286
256
+ 64287
257
+ 65056
258
+ 65072
259
+ 66045
260
+ 66046
261
+ 66272
262
+ 66273
263
+ 66422
264
+ 66427
265
+ 68109
266
+ 68110
267
+ 68111
268
+ 68112
269
+ 68152
270
+ 68155
271
+ 68159
272
+ 68160
273
+ 68325
274
+ 68327
275
+ 68900
276
+ 68904
277
+ 68969
278
+ 68974
279
+ 69291
280
+ 69293
281
+ 69373
282
+ 69376
283
+ 69446
284
+ 69457
285
+ 69506
286
+ 69510
287
+ 69702
288
+ 69703
289
+ 69744
290
+ 69745
291
+ 69759
292
+ 69760
293
+ 69817
294
+ 69819
295
+ 69888
296
+ 69891
297
+ 69939
298
+ 69941
299
+ 70003
300
+ 70004
301
+ 70080
302
+ 70081
303
+ 70090
304
+ 70091
305
+ 70197
306
+ 70199
307
+ 70377
308
+ 70379
309
+ 70459
310
+ 70461
311
+ 70477
312
+ 70478
313
+ 70502
314
+ 70509
315
+ 70512
316
+ 70517
317
+ 70606
318
+ 70609
319
+ 70722
320
+ 70723
321
+ 70726
322
+ 70727
323
+ 70750
324
+ 70751
325
+ 70850
326
+ 70852
327
+ 71103
328
+ 71105
329
+ 71231
330
+ 71232
331
+ 71350
332
+ 71352
333
+ 71467
334
+ 71468
335
+ 71737
336
+ 71739
337
+ 71997
338
+ 71999
339
+ 72003
340
+ 72004
341
+ 72160
342
+ 72161
343
+ 72244
344
+ 72245
345
+ 72263
346
+ 72264
347
+ 72345
348
+ 72346
349
+ 72767
350
+ 72768
351
+ 73026
352
+ 73027
353
+ 73028
354
+ 73030
355
+ 73111
356
+ 73112
357
+ 73537
358
+ 73539
359
+ 90415
360
+ 90416
361
+ 92912
362
+ 92917
363
+ 92976
364
+ 92983
365
+ 94192
366
+ 94194
367
+ 113822
368
+ 113823
369
+ 119141
370
+ 119146
371
+ 119149
372
+ 119155
373
+ 119163
374
+ 119171
375
+ 119173
376
+ 119180
377
+ 119210
378
+ 119214
379
+ 119362
380
+ 119365
381
+ 122880
382
+ 122887
383
+ 122888
384
+ 122905
385
+ 122907
386
+ 122914
387
+ 122915
388
+ 122917
389
+ 122918
390
+ 122923
391
+ 123023
392
+ 123024
393
+ 123184
394
+ 123191
395
+ 123566
396
+ 123567
397
+ 123628
398
+ 123632
399
+ 124140
400
+ 124144
401
+ 124398
402
+ 124400
403
+ 125136
404
+ 125143
405
+ 125252
406
+ 125259
407
+ END
git/usr/share/perl5/core_perl/unicore/lib/Ccc/OV.pl ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
2
+ # This file is machine-generated by lib/unicore/mktables from the Unicode
3
+ # database, Version 16.0.0. Any changes made here will be lost!
4
+
5
+ # !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
6
+ # This file is for internal use by core Perl only. The format and even the
7
+ # name or existence of this file are subject to change without notice. Don't
8
+ # use it directly. Use Unicode::UCD to access the Unicode character data
9
+ # base.
10
+
11
+
12
+ return <<'END';
13
+ V22
14
+ 820
15
+ 825
16
+ 7380
17
+ 7381
18
+ 7394
19
+ 7401
20
+ 8402
21
+ 8404
22
+ 8408
23
+ 8411
24
+ 8421
25
+ 8423
26
+ 8426
27
+ 8428
28
+ 68153
29
+ 68154
30
+ 92912
31
+ 92917
32
+ 113822
33
+ 113823
34
+ 119143
35
+ 119146
36
+ END
git/usr/share/perl5/core_perl/unicore/lib/Ccc/VR.pl ADDED
@@ -0,0 +1,130 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
2
+ # This file is machine-generated by lib/unicore/mktables from the Unicode
3
+ # database, Version 16.0.0. Any changes made here will be lost!
4
+
5
+ # !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
6
+ # This file is for internal use by core Perl only. The format and even the
7
+ # name or existence of this file are subject to change without notice. Don't
8
+ # use it directly. Use Unicode::UCD to access the Unicode character data
9
+ # base.
10
+
11
+
12
+ return <<'END';
13
+ V116
14
+ 2381
15
+ 2382
16
+ 2509
17
+ 2510
18
+ 2637
19
+ 2638
20
+ 2765
21
+ 2766
22
+ 2893
23
+ 2894
24
+ 3021
25
+ 3022
26
+ 3149
27
+ 3150
28
+ 3277
29
+ 3278
30
+ 3387
31
+ 3389
32
+ 3405
33
+ 3406
34
+ 3530
35
+ 3531
36
+ 3642
37
+ 3643
38
+ 3770
39
+ 3771
40
+ 3972
41
+ 3973
42
+ 4153
43
+ 4155
44
+ 5908
45
+ 5910
46
+ 5940
47
+ 5941
48
+ 6098
49
+ 6099
50
+ 6752
51
+ 6753
52
+ 6980
53
+ 6981
54
+ 7082
55
+ 7084
56
+ 7154
57
+ 7156
58
+ 11647
59
+ 11648
60
+ 43014
61
+ 43015
62
+ 43052
63
+ 43053
64
+ 43204
65
+ 43205
66
+ 43347
67
+ 43348
68
+ 43456
69
+ 43457
70
+ 43766
71
+ 43767
72
+ 44013
73
+ 44014
74
+ 68159
75
+ 68160
76
+ 69702
77
+ 69703
78
+ 69744
79
+ 69745
80
+ 69759
81
+ 69760
82
+ 69817
83
+ 69818
84
+ 69939
85
+ 69941
86
+ 70080
87
+ 70081
88
+ 70197
89
+ 70198
90
+ 70378
91
+ 70379
92
+ 70477
93
+ 70478
94
+ 70606
95
+ 70609
96
+ 70722
97
+ 70723
98
+ 70850
99
+ 70851
100
+ 71103
101
+ 71104
102
+ 71231
103
+ 71232
104
+ 71350
105
+ 71351
106
+ 71467
107
+ 71468
108
+ 71737
109
+ 71738
110
+ 71997
111
+ 71999
112
+ 72160
113
+ 72161
114
+ 72244
115
+ 72245
116
+ 72263
117
+ 72264
118
+ 72345
119
+ 72346
120
+ 72767
121
+ 72768
122
+ 73028
123
+ 73030
124
+ 73111
125
+ 73112
126
+ 73537
127
+ 73539
128
+ 90415
129
+ 90416
130
+ END
git/usr/share/perl5/core_perl/unicore/lib/CompEx/Y.pl ADDED
@@ -0,0 +1,160 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
2
+ # This file is machine-generated by lib/unicore/mktables from the Unicode
3
+ # database, Version 16.0.0. Any changes made here will be lost!
4
+
5
+ # !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
6
+ # This file is for internal use by core Perl only. The format and even the
7
+ # name or existence of this file are subject to change without notice. Don't
8
+ # use it directly. Use Unicode::UCD to access the Unicode character data
9
+ # base.
10
+
11
+
12
+ return <<'END';
13
+ V146
14
+ 832
15
+ 834
16
+ 835
17
+ 837
18
+ 884
19
+ 885
20
+ 894
21
+ 895
22
+ 903
23
+ 904
24
+ 2392
25
+ 2400
26
+ 2524
27
+ 2526
28
+ 2527
29
+ 2528
30
+ 2611
31
+ 2612
32
+ 2614
33
+ 2615
34
+ 2649
35
+ 2652
36
+ 2654
37
+ 2655
38
+ 2908
39
+ 2910
40
+ 3907
41
+ 3908
42
+ 3917
43
+ 3918
44
+ 3922
45
+ 3923
46
+ 3927
47
+ 3928
48
+ 3932
49
+ 3933
50
+ 3945
51
+ 3946
52
+ 3955
53
+ 3956
54
+ 3957
55
+ 3959
56
+ 3960
57
+ 3961
58
+ 3969
59
+ 3970
60
+ 3987
61
+ 3988
62
+ 3997
63
+ 3998
64
+ 4002
65
+ 4003
66
+ 4007
67
+ 4008
68
+ 4012
69
+ 4013
70
+ 4025
71
+ 4026
72
+ 8049
73
+ 8050
74
+ 8051
75
+ 8052
76
+ 8053
77
+ 8054
78
+ 8055
79
+ 8056
80
+ 8057
81
+ 8058
82
+ 8059
83
+ 8060
84
+ 8061
85
+ 8062
86
+ 8123
87
+ 8124
88
+ 8126
89
+ 8127
90
+ 8137
91
+ 8138
92
+ 8139
93
+ 8140
94
+ 8147
95
+ 8148
96
+ 8155
97
+ 8156
98
+ 8163
99
+ 8164
100
+ 8171
101
+ 8172
102
+ 8174
103
+ 8176
104
+ 8185
105
+ 8186
106
+ 8187
107
+ 8188
108
+ 8189
109
+ 8190
110
+ 8192
111
+ 8194
112
+ 8486
113
+ 8487
114
+ 8490
115
+ 8492
116
+ 9001
117
+ 9003
118
+ 10972
119
+ 10973
120
+ 63744
121
+ 64014
122
+ 64016
123
+ 64017
124
+ 64018
125
+ 64019
126
+ 64021
127
+ 64031
128
+ 64032
129
+ 64033
130
+ 64034
131
+ 64035
132
+ 64037
133
+ 64039
134
+ 64042
135
+ 64110
136
+ 64112
137
+ 64218
138
+ 64285
139
+ 64286
140
+ 64287
141
+ 64288
142
+ 64298
143
+ 64311
144
+ 64312
145
+ 64317
146
+ 64318
147
+ 64319
148
+ 64320
149
+ 64322
150
+ 64323
151
+ 64325
152
+ 64326
153
+ 64335
154
+ 119134
155
+ 119141
156
+ 119227
157
+ 119233
158
+ 194560
159
+ 195102
160
+ END
rust/.rustup/toolchains/stable-x86_64-pc-windows-msvc/lib/rustlib/src/rust/src/llvm-project/libunwind/src/AddressSpace.hpp ADDED
@@ -0,0 +1,746 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ //===----------------------------------------------------------------------===//
2
+ //
3
+ // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
+ // See https://llvm.org/LICENSE.txt for license information.
5
+ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
+ //
7
+ //
8
+ // Abstracts accessing local vs remote address spaces.
9
+ //
10
+ //===----------------------------------------------------------------------===//
11
+
12
+ #ifndef __ADDRESSSPACE_HPP__
13
+ #define __ADDRESSSPACE_HPP__
14
+
15
+ #include <stdint.h>
16
+ #include <stdio.h>
17
+ #include <stdlib.h>
18
+ #include <string.h>
19
+
20
+ #include "libunwind.h"
21
+ #include "config.h"
22
+ #include "dwarf2.h"
23
+ #include "EHHeaderParser.hpp"
24
+ #include "Registers.hpp"
25
+
26
+ #ifndef _LIBUNWIND_USE_DLADDR
27
+ #if !(defined(_LIBUNWIND_IS_BAREMETAL) || defined(_WIN32) || defined(_AIX))
28
+ #define _LIBUNWIND_USE_DLADDR 1
29
+ #else
30
+ #define _LIBUNWIND_USE_DLADDR 0
31
+ #endif
32
+ #endif
33
+
34
+ #if _LIBUNWIND_USE_DLADDR
35
+ #include <dlfcn.h>
36
+ #if defined(__ELF__) && defined(_LIBUNWIND_LINK_DL_LIB)
37
+ #pragma comment(lib, "dl")
38
+ #endif
39
+ #endif
40
+
41
+ #if defined(_LIBUNWIND_ARM_EHABI)
42
+ struct EHABIIndexEntry {
43
+ uint32_t functionOffset;
44
+ uint32_t data;
45
+ };
46
+ #endif
47
+
48
+ #if defined(_AIX)
49
+ namespace libunwind {
50
+ char *getFuncNameFromTBTable(uintptr_t pc, uint16_t &NameLen,
51
+ unw_word_t *offset);
52
+ }
53
+ #endif
54
+
55
+ #ifdef __APPLE__
56
+
57
+ struct dyld_unwind_sections
58
+ {
59
+ const struct mach_header* mh;
60
+ const void* dwarf_section;
61
+ uintptr_t dwarf_section_length;
62
+ const void* compact_unwind_section;
63
+ uintptr_t compact_unwind_section_length;
64
+ };
65
+
66
+ // In 10.7.0 or later, libSystem.dylib implements this function.
67
+ extern "C" bool _dyld_find_unwind_sections(void *, dyld_unwind_sections *);
68
+
69
+ namespace libunwind {
70
+ bool findDynamicUnwindSections(void *, unw_dynamic_unwind_sections *);
71
+ }
72
+
73
+ #elif defined(_LIBUNWIND_SUPPORT_DWARF_UNWIND) && defined(_LIBUNWIND_IS_BAREMETAL)
74
+
75
+ // When statically linked on bare-metal, the symbols for the EH table are looked
76
+ // up without going through the dynamic loader.
77
+
78
+ // The following linker script may be used to produce the necessary sections and symbols.
79
+ // Unless the --eh-frame-hdr linker option is provided, the section is not generated
80
+ // and does not take space in the output file.
81
+ //
82
+ // .eh_frame :
83
+ // {
84
+ // __eh_frame_start = .;
85
+ // KEEP(*(.eh_frame))
86
+ // __eh_frame_end = .;
87
+ // }
88
+ //
89
+ // .eh_frame_hdr :
90
+ // {
91
+ // KEEP(*(.eh_frame_hdr))
92
+ // }
93
+ //
94
+ // __eh_frame_hdr_start = SIZEOF(.eh_frame_hdr) > 0 ? ADDR(.eh_frame_hdr) : 0;
95
+ // __eh_frame_hdr_end = SIZEOF(.eh_frame_hdr) > 0 ? . : 0;
96
+
97
+ #if !defined(RUST_SGX)
98
+ extern char __eh_frame_start;
99
+ extern char __eh_frame_end;
100
+
101
+ #if defined(_LIBUNWIND_SUPPORT_DWARF_INDEX)
102
+ extern char __eh_frame_hdr_start;
103
+ extern char __eh_frame_hdr_end;
104
+ #endif
105
+
106
+ #elif defined(RUST_SGX)
107
+ extern "C" char IMAGE_BASE;
108
+ extern "C" uint64_t EH_FRM_HDR_OFFSET;
109
+ extern "C" uint64_t EH_FRM_HDR_LEN;
110
+ extern "C" uint64_t EH_FRM_OFFSET;
111
+ extern "C" uint64_t EH_FRM_LEN;
112
+ #endif
113
+
114
+
115
+ #elif defined(_LIBUNWIND_ARM_EHABI) && defined(_LIBUNWIND_IS_BAREMETAL)
116
+
117
+ // When statically linked on bare-metal, the symbols for the EH table are looked
118
+ // up without going through the dynamic loader.
119
+ extern char __exidx_start;
120
+ extern char __exidx_end;
121
+
122
+ #elif defined(_LIBUNWIND_SUPPORT_DWARF_UNWIND) && defined(_WIN32)
123
+
124
+ #include <windows.h>
125
+ #include <psapi.h>
126
+
127
+ #elif defined(_LIBUNWIND_USE_DL_ITERATE_PHDR) || \
128
+ defined(_LIBUNWIND_USE_DL_UNWIND_FIND_EXIDX)
129
+
130
+ #include <link.h>
131
+
132
+ #endif
133
+
134
+ namespace libunwind {
135
+
136
+ /// Used by findUnwindSections() to return info about needed sections.
137
+ struct UnwindInfoSections {
138
+ #if defined(_LIBUNWIND_SUPPORT_DWARF_UNWIND) || \
139
+ defined(_LIBUNWIND_SUPPORT_COMPACT_UNWIND) || \
140
+ defined(_LIBUNWIND_USE_DL_ITERATE_PHDR)
141
+ // No dso_base for SEH.
142
+ uintptr_t __ptrauth_unwind_uis_dso_base
143
+ dso_base = 0;
144
+ #endif
145
+ #if defined(_LIBUNWIND_USE_DL_ITERATE_PHDR)
146
+ size_t text_segment_length;
147
+ #endif
148
+ #if defined(_LIBUNWIND_SUPPORT_DWARF_UNWIND)
149
+ uintptr_t __ptrauth_unwind_uis_dwarf_section
150
+ dwarf_section = 0;
151
+ size_t __ptrauth_unwind_uis_dwarf_section_length
152
+ dwarf_section_length = 0;
153
+ #endif
154
+ #if defined(_LIBUNWIND_SUPPORT_DWARF_INDEX)
155
+ uintptr_t dwarf_index_section;
156
+ size_t dwarf_index_section_length;
157
+ #endif
158
+ #if defined(_LIBUNWIND_SUPPORT_COMPACT_UNWIND)
159
+ uintptr_t __ptrauth_unwind_uis_compact_unwind_section
160
+ compact_unwind_section = 0;
161
+ size_t __ptrauth_unwind_uis_compact_unwind_section_length
162
+ compact_unwind_section_length = 0;
163
+ #endif
164
+ #if defined(_LIBUNWIND_ARM_EHABI)
165
+ uintptr_t arm_section;
166
+ size_t arm_section_length;
167
+ #endif
168
+ };
169
+
170
+
171
+ /// LocalAddressSpace is used as a template parameter to UnwindCursor when
172
+ /// unwinding a thread in the same process. The wrappers compile away,
173
+ /// making local unwinds fast.
174
+ class _LIBUNWIND_HIDDEN LocalAddressSpace {
175
+ public:
176
+ typedef uintptr_t pint_t;
177
+ typedef intptr_t sint_t;
178
+ uint8_t get8(pint_t addr) {
179
+ uint8_t val;
180
+ memcpy(&val, (void *)addr, sizeof(val));
181
+ return val;
182
+ }
183
+ uint16_t get16(pint_t addr) {
184
+ uint16_t val;
185
+ memcpy(&val, (void *)addr, sizeof(val));
186
+ return val;
187
+ }
188
+ uint32_t get32(pint_t addr) {
189
+ uint32_t val;
190
+ memcpy(&val, (void *)addr, sizeof(val));
191
+ return val;
192
+ }
193
+ uint64_t get64(pint_t addr) {
194
+ uint64_t val;
195
+ memcpy(&val, (void *)addr, sizeof(val));
196
+ return val;
197
+ }
198
+ double getDouble(pint_t addr) {
199
+ double val;
200
+ memcpy(&val, (void *)addr, sizeof(val));
201
+ return val;
202
+ }
203
+ v128 getVector(pint_t addr) {
204
+ v128 val;
205
+ memcpy(&val, (void *)addr, sizeof(val));
206
+ return val;
207
+ }
208
+ uintptr_t getP(pint_t addr);
209
+ uint64_t getRegister(pint_t addr);
210
+ static uint64_t getULEB128(pint_t &addr, pint_t end);
211
+ static int64_t getSLEB128(pint_t &addr, pint_t end);
212
+
213
+ pint_t getEncodedP(pint_t &addr, pint_t end, uint8_t encoding,
214
+ pint_t datarelBase = 0, pint_t *resultAddr = nullptr);
215
+ template <typename R>
216
+ bool findFunctionName(typename R::link_hardened_reg_arg_t addr, char *buf,
217
+ size_t bufLen, unw_word_t *offset);
218
+ template <typename R>
219
+ bool findUnwindSections(typename R::link_hardened_reg_arg_t targetAddr,
220
+ UnwindInfoSections &info);
221
+ template <typename R>
222
+ bool findOtherFDE(typename R::link_hardened_reg_arg_t targetAddr,
223
+ pint_t &fde);
224
+
225
+ static LocalAddressSpace sThisAddressSpace;
226
+ };
227
+
228
+ inline uintptr_t LocalAddressSpace::getP(pint_t addr) {
229
+ #if __SIZEOF_POINTER__ == 8
230
+ return get64(addr);
231
+ #else
232
+ return get32(addr);
233
+ #endif
234
+ }
235
+
236
+ inline uint64_t LocalAddressSpace::getRegister(pint_t addr) {
237
+ #if __SIZEOF_POINTER__ == 8 || defined(__mips64)
238
+ return get64(addr);
239
+ #else
240
+ return get32(addr);
241
+ #endif
242
+ }
243
+
244
+ /// Read a ULEB128 into a 64-bit word.
245
+ inline uint64_t LocalAddressSpace::getULEB128(pint_t &addr, pint_t end) {
246
+ const uint8_t *p = (uint8_t *)addr;
247
+ const uint8_t *pend = (uint8_t *)end;
248
+ uint64_t result = 0;
249
+ int bit = 0;
250
+ do {
251
+ uint64_t b;
252
+
253
+ if (p == pend)
254
+ _LIBUNWIND_ABORT("truncated uleb128 expression");
255
+
256
+ b = *p & 0x7f;
257
+
258
+ if (bit >= 64 || b << bit >> bit != b) {
259
+ _LIBUNWIND_ABORT("malformed uleb128 expression");
260
+ } else {
261
+ result |= b << bit;
262
+ bit += 7;
263
+ }
264
+ } while (*p++ >= 0x80);
265
+ addr = (pint_t) p;
266
+ return result;
267
+ }
268
+
269
+ /// Read a SLEB128 into a 64-bit word.
270
+ inline int64_t LocalAddressSpace::getSLEB128(pint_t &addr, pint_t end) {
271
+ const uint8_t *p = (uint8_t *)addr;
272
+ const uint8_t *pend = (uint8_t *)end;
273
+ uint64_t result = 0;
274
+ int bit = 0;
275
+ uint8_t byte;
276
+ do {
277
+ if (p == pend)
278
+ _LIBUNWIND_ABORT("truncated sleb128 expression");
279
+ byte = *p++;
280
+ result |= (uint64_t)(byte & 0x7f) << bit;
281
+ bit += 7;
282
+ } while (byte & 0x80);
283
+ // sign extend negative numbers
284
+ if ((byte & 0x40) != 0 && bit < 64)
285
+ result |= (-1ULL) << bit;
286
+ addr = (pint_t) p;
287
+ return (int64_t)result;
288
+ }
289
+
290
+ inline LocalAddressSpace::pint_t
291
+ LocalAddressSpace::getEncodedP(pint_t &addr, pint_t end, uint8_t encoding,
292
+ pint_t datarelBase, pint_t *resultAddr) {
293
+ pint_t startAddr = addr;
294
+ const uint8_t *p = (uint8_t *)addr;
295
+ pint_t result;
296
+
297
+ // first get value
298
+ switch (encoding & 0x0F) {
299
+ case DW_EH_PE_ptr:
300
+ result = getP(addr);
301
+ p += sizeof(pint_t);
302
+ addr = (pint_t) p;
303
+ break;
304
+ case DW_EH_PE_uleb128:
305
+ result = (pint_t)getULEB128(addr, end);
306
+ break;
307
+ case DW_EH_PE_udata2:
308
+ result = get16(addr);
309
+ p += 2;
310
+ addr = (pint_t) p;
311
+ break;
312
+ case DW_EH_PE_udata4:
313
+ result = get32(addr);
314
+ p += 4;
315
+ addr = (pint_t) p;
316
+ break;
317
+ case DW_EH_PE_udata8:
318
+ result = (pint_t)get64(addr);
319
+ p += 8;
320
+ addr = (pint_t) p;
321
+ break;
322
+ case DW_EH_PE_sleb128:
323
+ result = (pint_t)getSLEB128(addr, end);
324
+ break;
325
+ case DW_EH_PE_sdata2:
326
+ // Sign extend from signed 16-bit value.
327
+ result = (pint_t)(int16_t)get16(addr);
328
+ p += 2;
329
+ addr = (pint_t) p;
330
+ break;
331
+ case DW_EH_PE_sdata4:
332
+ // Sign extend from signed 32-bit value.
333
+ result = (pint_t)(int32_t)get32(addr);
334
+ p += 4;
335
+ addr = (pint_t) p;
336
+ break;
337
+ case DW_EH_PE_sdata8:
338
+ result = (pint_t)get64(addr);
339
+ p += 8;
340
+ addr = (pint_t) p;
341
+ break;
342
+ default:
343
+ _LIBUNWIND_ABORT("unknown pointer encoding");
344
+ }
345
+
346
+ // then add relative offset
347
+ switch (encoding & 0x70) {
348
+ case DW_EH_PE_absptr:
349
+ // do nothing
350
+ break;
351
+ case DW_EH_PE_pcrel:
352
+ result += startAddr;
353
+ break;
354
+ case DW_EH_PE_textrel:
355
+ _LIBUNWIND_ABORT("DW_EH_PE_textrel pointer encoding not supported");
356
+ break;
357
+ case DW_EH_PE_datarel:
358
+ // DW_EH_PE_datarel is only valid in a few places, so the parameter has a
359
+ // default value of 0, and we abort in the event that someone calls this
360
+ // function with a datarelBase of 0 and DW_EH_PE_datarel encoding.
361
+ if (datarelBase == 0)
362
+ _LIBUNWIND_ABORT("DW_EH_PE_datarel is invalid with a datarelBase of 0");
363
+ result += datarelBase;
364
+ break;
365
+ case DW_EH_PE_funcrel:
366
+ _LIBUNWIND_ABORT("DW_EH_PE_funcrel pointer encoding not supported");
367
+ break;
368
+ case DW_EH_PE_aligned:
369
+ _LIBUNWIND_ABORT("DW_EH_PE_aligned pointer encoding not supported");
370
+ break;
371
+ default:
372
+ _LIBUNWIND_ABORT("unknown pointer encoding");
373
+ break;
374
+ }
375
+
376
+ if (encoding & DW_EH_PE_indirect) {
377
+ if (resultAddr)
378
+ *resultAddr = result;
379
+ result = getP(result);
380
+ } else {
381
+ if (resultAddr)
382
+ *resultAddr = startAddr;
383
+ }
384
+
385
+ return result;
386
+ }
387
+
388
+ #if defined(_LIBUNWIND_USE_DL_ITERATE_PHDR)
389
+
390
+ // The ElfW() macro for pointer-size independent ELF header traversal is not
391
+ // provided by <link.h> on some systems (e.g., FreeBSD). On these systems the
392
+ // data structures are just called Elf_XXX. Define ElfW() locally.
393
+ #if !defined(ElfW)
394
+ #define ElfW(type) Elf_##type
395
+ #endif
396
+ #if !defined(Elf_Half)
397
+ typedef ElfW(Half) Elf_Half;
398
+ #endif
399
+ #if !defined(Elf_Phdr)
400
+ typedef ElfW(Phdr) Elf_Phdr;
401
+ #endif
402
+ #if !defined(Elf_Addr)
403
+ typedef ElfW(Addr) Elf_Addr;
404
+ #endif
405
+
406
+ struct _LIBUNWIND_HIDDEN dl_iterate_cb_data {
407
+ LocalAddressSpace *addressSpace;
408
+ UnwindInfoSections *sects;
409
+ uintptr_t targetAddr;
410
+ };
411
+
412
+ #if defined(_LIBUNWIND_USE_FRAME_HEADER_CACHE)
413
+ #include "FrameHeaderCache.hpp"
414
+
415
+ // Typically there is one cache per process, but when libunwind is built as a
416
+ // hermetic static library, then each shared object may have its own cache.
417
+ static FrameHeaderCache TheFrameHeaderCache;
418
+ #endif
419
+
420
+ static bool checkAddrInSegment(const Elf_Phdr *phdr, size_t image_base,
421
+ dl_iterate_cb_data *cbdata) {
422
+ if (phdr->p_type == PT_LOAD) {
423
+ uintptr_t begin = image_base + phdr->p_vaddr;
424
+ uintptr_t end = begin + phdr->p_memsz;
425
+ if (cbdata->targetAddr >= begin && cbdata->targetAddr < end) {
426
+ cbdata->sects->dso_base = begin;
427
+ cbdata->sects->text_segment_length = phdr->p_memsz;
428
+ return true;
429
+ }
430
+ }
431
+ return false;
432
+ }
433
+
434
+ static bool checkForUnwindInfoSegment(const Elf_Phdr *phdr, size_t image_base,
435
+ dl_iterate_cb_data *cbdata) {
436
+ #if defined(_LIBUNWIND_SUPPORT_DWARF_INDEX)
437
+ if (phdr->p_type == PT_GNU_EH_FRAME) {
438
+ EHHeaderParser<LocalAddressSpace>::EHHeaderInfo hdrInfo;
439
+ uintptr_t eh_frame_hdr_start = image_base + phdr->p_vaddr;
440
+ cbdata->sects->dwarf_index_section = eh_frame_hdr_start;
441
+ cbdata->sects->dwarf_index_section_length = phdr->p_memsz;
442
+ if (EHHeaderParser<LocalAddressSpace>::decodeEHHdr(
443
+ *cbdata->addressSpace, eh_frame_hdr_start,
444
+ eh_frame_hdr_start + phdr->p_memsz, hdrInfo)) {
445
+ // .eh_frame_hdr records the start of .eh_frame, but not its size.
446
+ // Rely on a zero terminator to find the end of the section.
447
+ cbdata->sects->dwarf_section = hdrInfo.eh_frame_ptr;
448
+ cbdata->sects->dwarf_section_length = SIZE_MAX;
449
+ return true;
450
+ }
451
+ }
452
+ return false;
453
+ #elif defined(_LIBUNWIND_ARM_EHABI)
454
+ if (phdr->p_type == PT_ARM_EXIDX) {
455
+ uintptr_t exidx_start = image_base + phdr->p_vaddr;
456
+ cbdata->sects->arm_section = exidx_start;
457
+ cbdata->sects->arm_section_length = phdr->p_memsz;
458
+ return true;
459
+ }
460
+ return false;
461
+ #else
462
+ #error Need one of _LIBUNWIND_SUPPORT_DWARF_INDEX or _LIBUNWIND_ARM_EHABI
463
+ #endif
464
+ }
465
+
466
+ static int findUnwindSectionsByPhdr(struct dl_phdr_info *pinfo,
467
+ size_t pinfo_size, void *data) {
468
+ auto cbdata = static_cast<dl_iterate_cb_data *>(data);
469
+ if (pinfo->dlpi_phnum == 0 || cbdata->targetAddr < pinfo->dlpi_addr)
470
+ return 0;
471
+ #if defined(_LIBUNWIND_USE_FRAME_HEADER_CACHE)
472
+ if (TheFrameHeaderCache.find(pinfo, pinfo_size, data))
473
+ return 1;
474
+ #else
475
+ // Avoid warning about unused variable.
476
+ (void)pinfo_size;
477
+ #endif
478
+
479
+ Elf_Addr image_base = pinfo->dlpi_addr;
480
+
481
+ // Most shared objects seen in this callback function likely don't contain the
482
+ // target address, so optimize for that. Scan for a matching PT_LOAD segment
483
+ // first and bail when it isn't found.
484
+ bool found_text = false;
485
+ for (Elf_Half i = 0; i < pinfo->dlpi_phnum; ++i) {
486
+ if (checkAddrInSegment(&pinfo->dlpi_phdr[i], image_base, cbdata)) {
487
+ found_text = true;
488
+ break;
489
+ }
490
+ }
491
+ if (!found_text)
492
+ return 0;
493
+
494
+ // PT_GNU_EH_FRAME and PT_ARM_EXIDX are usually near the end. Iterate
495
+ // backward.
496
+ bool found_unwind = false;
497
+ for (Elf_Half i = pinfo->dlpi_phnum; i > 0; i--) {
498
+ const Elf_Phdr *phdr = &pinfo->dlpi_phdr[i - 1];
499
+ if (checkForUnwindInfoSegment(phdr, image_base, cbdata)) {
500
+ found_unwind = true;
501
+ break;
502
+ }
503
+ }
504
+ if (!found_unwind)
505
+ return 0;
506
+
507
+ #if defined(_LIBUNWIND_USE_FRAME_HEADER_CACHE)
508
+ TheFrameHeaderCache.add(cbdata->sects);
509
+ #endif
510
+ return 1;
511
+ }
512
+
513
+ #endif // defined(_LIBUNWIND_USE_DL_ITERATE_PHDR)
514
+ //
515
+ #if defined(RUST_SGX)
516
+ extern "C" char IMAGE_BASE;
517
+ #endif
518
+
519
+ template <typename R>
520
+ inline bool LocalAddressSpace::findUnwindSections(
521
+ typename R::link_hardened_reg_arg_t targetAddr, UnwindInfoSections &info) {
522
+ #ifdef __APPLE__
523
+ dyld_unwind_sections dyldInfo;
524
+ if (_dyld_find_unwind_sections((void *)targetAddr, &dyldInfo)) {
525
+ info.dso_base = (uintptr_t)dyldInfo.mh;
526
+ #if defined(_LIBUNWIND_SUPPORT_DWARF_UNWIND)
527
+ info.dwarf_section = (uintptr_t)dyldInfo.dwarf_section;
528
+ info.dwarf_section_length = (size_t)dyldInfo.dwarf_section_length;
529
+ #endif
530
+ info.compact_unwind_section = (uintptr_t)dyldInfo.compact_unwind_section;
531
+ info.compact_unwind_section_length = (size_t)dyldInfo.compact_unwind_section_length;
532
+ return true;
533
+ }
534
+
535
+ unw_dynamic_unwind_sections dynamicUnwindSectionInfo;
536
+ if (findDynamicUnwindSections((void *)targetAddr,
537
+ &dynamicUnwindSectionInfo)) {
538
+ info.dso_base = dynamicUnwindSectionInfo.dso_base;
539
+ #if defined(_LIBUNWIND_SUPPORT_DWARF_UNWIND)
540
+ info.dwarf_section = (uintptr_t)dynamicUnwindSectionInfo.dwarf_section;
541
+ info.dwarf_section_length = dynamicUnwindSectionInfo.dwarf_section_length;
542
+ #endif
543
+ info.compact_unwind_section =
544
+ (uintptr_t)dynamicUnwindSectionInfo.compact_unwind_section;
545
+ info.compact_unwind_section_length =
546
+ dynamicUnwindSectionInfo.compact_unwind_section_length;
547
+ return true;
548
+ }
549
+
550
+ #elif defined(_LIBUNWIND_SUPPORT_DWARF_UNWIND) && defined(_LIBUNWIND_IS_BAREMETAL)
551
+ info.dso_base = 0;
552
+ // Bare metal is statically linked, so no need to ask the dynamic loader
553
+
554
+ #if !defined(RUST_SGX)
555
+ info.dwarf_section_length = (size_t)(&__eh_frame_end - &__eh_frame_start);
556
+ info.dwarf_section = (uintptr_t)(&__eh_frame_start);
557
+ _LIBUNWIND_TRACE_UNWINDING("findUnwindSections: section %p length %p",
558
+ (void *)info.dwarf_section, (void *)info.dwarf_section_length);
559
+ #if defined(_LIBUNWIND_SUPPORT_DWARF_INDEX)
560
+ info.dwarf_index_section = (uintptr_t)(&__eh_frame_hdr_start);
561
+ info.dwarf_index_section_length = (size_t)(&__eh_frame_hdr_end - &__eh_frame_hdr_start);
562
+ _LIBUNWIND_TRACE_UNWINDING("findUnwindSections: index section %p length %p",
563
+ (void *)info.dwarf_index_section, (void *)info.dwarf_index_section_length);
564
+ #endif
565
+
566
+ #elif defined(RUST_SGX)
567
+ info.dwarf_section = (uintptr_t)EH_FRM_OFFSET + (uintptr_t)(&IMAGE_BASE);
568
+ info.dwarf_section_length = (uintptr_t)EH_FRM_LEN;
569
+ #if defined(_LIBUNWIND_SUPPORT_DWARF_INDEX)
570
+ info.dwarf_index_section = (uintptr_t)EH_FRM_HDR_OFFSET + (uintptr_t)(&IMAGE_BASE);
571
+ info.dwarf_index_section_length = (uintptr_t)EH_FRM_HDR_LEN;
572
+ #endif
573
+
574
+ #endif
575
+
576
+ if (info.dwarf_section_length)
577
+ return true;
578
+ #elif defined(_LIBUNWIND_ARM_EHABI) && defined(_LIBUNWIND_IS_BAREMETAL)
579
+ // Bare metal is statically linked, so no need to ask the dynamic loader
580
+ info.arm_section = (uintptr_t)(&__exidx_start);
581
+ info.arm_section_length = (size_t)(&__exidx_end - &__exidx_start);
582
+ _LIBUNWIND_TRACE_UNWINDING("findUnwindSections: section %p length %p",
583
+ (void *)info.arm_section, (void *)info.arm_section_length);
584
+ if (info.arm_section && info.arm_section_length)
585
+ return true;
586
+ #elif defined(_LIBUNWIND_SUPPORT_DWARF_UNWIND) && defined(_WIN32)
587
+ HMODULE mods[1024];
588
+ HANDLE process = GetCurrentProcess();
589
+ DWORD needed;
590
+
591
+ if (!EnumProcessModules(process, mods, sizeof(mods), &needed)) {
592
+ DWORD err = GetLastError();
593
+ _LIBUNWIND_TRACE_UNWINDING("findUnwindSections: EnumProcessModules failed, "
594
+ "returned error %d", (int)err);
595
+ (void)err;
596
+ return false;
597
+ }
598
+
599
+ for (unsigned i = 0; i < (needed / sizeof(HMODULE)); i++) {
600
+ PIMAGE_DOS_HEADER pidh = (PIMAGE_DOS_HEADER)mods[i];
601
+ PIMAGE_NT_HEADERS pinh = (PIMAGE_NT_HEADERS)((BYTE *)pidh + pidh->e_lfanew);
602
+ PIMAGE_FILE_HEADER pifh = (PIMAGE_FILE_HEADER)&pinh->FileHeader;
603
+ PIMAGE_SECTION_HEADER pish = IMAGE_FIRST_SECTION(pinh);
604
+ bool found_obj = false;
605
+ bool found_hdr = false;
606
+
607
+ info.dso_base = (uintptr_t)mods[i];
608
+ for (unsigned j = 0; j < pifh->NumberOfSections; j++, pish++) {
609
+ uintptr_t begin = pish->VirtualAddress + (uintptr_t)mods[i];
610
+ uintptr_t end = begin + pish->Misc.VirtualSize;
611
+ if (!strncmp((const char *)pish->Name, ".text",
612
+ IMAGE_SIZEOF_SHORT_NAME)) {
613
+ if (targetAddr >= begin && targetAddr < end)
614
+ found_obj = true;
615
+ } else if (!strncmp((const char *)pish->Name, ".eh_frame",
616
+ IMAGE_SIZEOF_SHORT_NAME)) {
617
+ info.dwarf_section = begin;
618
+ info.dwarf_section_length = pish->Misc.VirtualSize;
619
+ found_hdr = true;
620
+ }
621
+ if (found_obj && found_hdr)
622
+ return true;
623
+ }
624
+ }
625
+ return false;
626
+ #elif defined(_LIBUNWIND_SUPPORT_SEH_UNWIND) && defined(_WIN32)
627
+ // Don't even bother, since Windows has functions that do all this stuff
628
+ // for us.
629
+ (void)targetAddr;
630
+ (void)info;
631
+ return true;
632
+ #elif defined(_LIBUNWIND_SUPPORT_TBTAB_UNWIND)
633
+ // The traceback table is used for unwinding.
634
+ (void)targetAddr;
635
+ (void)info;
636
+ return true;
637
+ #elif defined(_LIBUNWIND_USE_DL_UNWIND_FIND_EXIDX)
638
+ int length = 0;
639
+ info.arm_section =
640
+ (uintptr_t)dl_unwind_find_exidx((_Unwind_Ptr)targetAddr, &length);
641
+ info.arm_section_length = (size_t)length * sizeof(EHABIIndexEntry);
642
+ if (info.arm_section && info.arm_section_length)
643
+ return true;
644
+ #elif defined(_LIBUNWIND_USE_DL_ITERATE_PHDR)
645
+ // Use DLFO_STRUCT_HAS_EH_DBASE to determine the existence of
646
+ // `_dl_find_object`. Use _LIBUNWIND_SUPPORT_DWARF_INDEX, because libunwind
647
+ // support for _dl_find_object on other unwind formats is not implemented,
648
+ // yet.
649
+ #if defined(DLFO_STRUCT_HAS_EH_DBASE) & defined(_LIBUNWIND_SUPPORT_DWARF_INDEX)
650
+ // We expect `_dl_find_object` to return PT_GNU_EH_FRAME.
651
+ #if DLFO_EH_SEGMENT_TYPE != PT_GNU_EH_FRAME
652
+ #error _dl_find_object retrieves an unexpected section type
653
+ #endif
654
+ // We look-up `dl_find_object` dynamically at runtime to ensure backwards
655
+ // compatibility with earlier version of glibc not yet providing it. On older
656
+ // systems, we gracefully fallback to `dl_iterate_phdr`. Cache the pointer
657
+ // so we only look it up once. Do manual lock to avoid _cxa_guard_acquire.
658
+ static decltype(_dl_find_object) *dlFindObject;
659
+ static bool dlFindObjectChecked = false;
660
+ if (!dlFindObjectChecked) {
661
+ dlFindObject = reinterpret_cast<decltype(_dl_find_object) *>(
662
+ dlsym(RTLD_DEFAULT, "_dl_find_object"));
663
+ dlFindObjectChecked = true;
664
+ }
665
+ // Try to find the unwind info using `dl_find_object`
666
+ dl_find_object findResult;
667
+ if (dlFindObject && dlFindObject((void *)targetAddr, &findResult) == 0) {
668
+ if (findResult.dlfo_eh_frame == nullptr) {
669
+ // Found an entry for `targetAddr`, but there is no unwind info.
670
+ return false;
671
+ }
672
+ info.dso_base = reinterpret_cast<uintptr_t>(findResult.dlfo_map_start);
673
+ info.text_segment_length = static_cast<size_t>(
674
+ (char *)findResult.dlfo_map_end - (char *)findResult.dlfo_map_start);
675
+
676
+ // Record the start of PT_GNU_EH_FRAME.
677
+ info.dwarf_index_section =
678
+ reinterpret_cast<uintptr_t>(findResult.dlfo_eh_frame);
679
+ // `_dl_find_object` does not give us the size of PT_GNU_EH_FRAME.
680
+ // Setting length to `SIZE_MAX` effectively disables all range checks.
681
+ info.dwarf_index_section_length = SIZE_MAX;
682
+ EHHeaderParser<LocalAddressSpace>::EHHeaderInfo hdrInfo;
683
+ if (!EHHeaderParser<LocalAddressSpace>::decodeEHHdr(
684
+ *this, info.dwarf_index_section,
685
+ info.dwarf_index_section + info.dwarf_index_section_length,
686
+ hdrInfo)) {
687
+ return false;
688
+ }
689
+ // Record the start of the FDE and use SIZE_MAX to indicate that we do
690
+ // not know the end address.
691
+ info.dwarf_section = hdrInfo.eh_frame_ptr;
692
+ info.dwarf_section_length = SIZE_MAX;
693
+ return true;
694
+ }
695
+ #endif
696
+ dl_iterate_cb_data cb_data = {this, &info, targetAddr};
697
+ int found = dl_iterate_phdr(findUnwindSectionsByPhdr, &cb_data);
698
+ return static_cast<bool>(found);
699
+ #endif
700
+
701
+ return false;
702
+ }
703
+
704
+ template <typename R>
705
+ inline bool
706
+ LocalAddressSpace::findOtherFDE(typename R::link_hardened_reg_arg_t targetAddr,
707
+ pint_t &fde) {
708
+ // TO DO: if OS has way to dynamically register FDEs, check that.
709
+ (void)targetAddr;
710
+ (void)fde;
711
+ return false;
712
+ }
713
+
714
+ template <typename R>
715
+ inline bool
716
+ LocalAddressSpace::findFunctionName(typename R::link_hardened_reg_arg_t addr,
717
+ char *buf, size_t bufLen,
718
+ unw_word_t *offset) {
719
+ #if _LIBUNWIND_USE_DLADDR
720
+ Dl_info dyldInfo;
721
+ if (dladdr((void *)addr, &dyldInfo)) {
722
+ if (dyldInfo.dli_sname != NULL) {
723
+ snprintf(buf, bufLen, "%s", dyldInfo.dli_sname);
724
+ *offset = (addr - (pint_t) dyldInfo.dli_saddr);
725
+ return true;
726
+ }
727
+ }
728
+ #elif defined(_AIX)
729
+ uint16_t nameLen;
730
+ char *funcName = getFuncNameFromTBTable(addr, nameLen, offset);
731
+ if (funcName != NULL) {
732
+ snprintf(buf, bufLen, "%.*s", nameLen, funcName);
733
+ return true;
734
+ }
735
+ #else
736
+ (void)addr;
737
+ (void)buf;
738
+ (void)bufLen;
739
+ (void)offset;
740
+ #endif
741
+ return false;
742
+ }
743
+
744
+ } // namespace libunwind
745
+
746
+ #endif // __ADDRESSSPACE_HPP__
rust/.rustup/toolchains/stable-x86_64-pc-windows-msvc/lib/rustlib/src/rust/src/llvm-project/libunwind/src/CMakeLists.txt ADDED
@@ -0,0 +1,278 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Get sources
2
+
3
+ enable_language(C CXX ASM)
4
+
5
+ set(CMAKE_POSITION_INDEPENDENT_CODE ON)
6
+
7
+ set(LIBUNWIND_CXX_SOURCES
8
+ libunwind.cpp
9
+ Unwind-EHABI.cpp
10
+ Unwind-seh.cpp
11
+ )
12
+
13
+ if("${CMAKE_SYSTEM_NAME}" MATCHES "AIX")
14
+ list(APPEND LIBUNWIND_CXX_SOURCES
15
+ Unwind_AIXExtras.cpp
16
+ )
17
+ endif()
18
+
19
+ set(LIBUNWIND_C_SOURCES
20
+ UnwindLevel1.c
21
+ UnwindLevel1-gcc-ext.c
22
+ Unwind-sjlj.c
23
+ Unwind-wasm.c
24
+ )
25
+
26
+ set(LIBUNWIND_ASM_SOURCES
27
+ UnwindRegistersRestore.S
28
+ UnwindRegistersSave.S
29
+ )
30
+
31
+ set(LIBUNWIND_HEADERS
32
+ AddressSpace.hpp
33
+ assembly.h
34
+ CompactUnwinder.hpp
35
+ config.h
36
+ dwarf2.h
37
+ DwarfInstructions.hpp
38
+ DwarfParser.hpp
39
+ EHHeaderParser.hpp
40
+ FrameHeaderCache.hpp
41
+ libunwind_ext.h
42
+ Registers.hpp
43
+ RWMutex.hpp
44
+ shadow_stack_unwind.h
45
+ Unwind-EHABI.h
46
+ UnwindCursor.hpp
47
+ ../include/libunwind.h
48
+ ../include/unwind.h
49
+ ../include/unwind_itanium.h
50
+ ../include/unwind_arm_ehabi.h
51
+ )
52
+ if(APPLE)
53
+ list(APPEND LIBUNWIND_HEADERS
54
+ ../include/mach-o/compact_unwind_encoding.h
55
+ )
56
+ endif()
57
+
58
+ if (MSVC_IDE)
59
+ # Force them all into the headers dir on MSVC, otherwise they end up at
60
+ # project scope because they don't have extensions.
61
+ source_group("Header Files" FILES ${LIBUNWIND_HEADERS})
62
+ endif()
63
+
64
+ if (RUST_SGX)
65
+ # Compile Flags
66
+ add_definitions(-DRUST_SGX)
67
+ add_definitions(-D__NO_STRING_INLINES)
68
+ add_definitions(-D__NO_MATH_INLINES)
69
+ add_definitions(-D_LIBUNWIND_IS_BAREMETAL)
70
+ # Can't use add_definitions because CMake will reorder these arguments
71
+ list(APPEND LIBUNWIND_COMPILE_FLAGS -U_FORTIFY_SOURCE)
72
+ list(APPEND LIBUNWIND_COMPILE_FLAGS -D_FORTIFY_SOURCE=0)
73
+
74
+ list(APPEND LIBUNWIND_COMPILE_FLAGS -fno-stack-protector)
75
+ list(APPEND LIBUNWIND_COMPILE_FLAGS -ffreestanding)
76
+ list(APPEND LIBUNWIND_COMPILE_FLAGS -fexceptions)
77
+ # Avoid too new relocation types being emitted, which might prevent linking
78
+ # on older platforms.
79
+ #
80
+ # See https://github.com/rust-lang/rust/issues/34978
81
+ if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
82
+ list(APPEND LIBUNWIND_COMPILE_FLAGS -Wa,-mrelax-relocations=no)
83
+ else()
84
+ list(APPEND LIBUNWIND_COMPILE_FLAGS)
85
+ endif()
86
+
87
+ # Sources
88
+ list(APPEND LIBUNWIND_HEADERS UnwindRustSgx.h)
89
+ list(APPEND LIBUNWIND_C_SOURCES UnwindRustSgx.c)
90
+ endif()
91
+
92
+
93
+ set_source_files_properties(${LIBUNWIND_C_SOURCES}
94
+ PROPERTIES
95
+ # We need to set `-fexceptions` here so that key
96
+ # unwinding functions, like
97
+ # _UNWIND_RaiseException, are not marked as
98
+ # `nounwind`, which breaks LTO builds of
99
+ # libunwind. See #56825 and #120657 for context.
100
+ COMPILE_FLAGS "-std=c99 -fexceptions")
101
+
102
+ # See add_asm_sources() in compiler-rt for explanation of this workaround.
103
+ if((APPLE AND CMAKE_VERSION VERSION_LESS 3.19) OR (MINGW AND CMAKE_VERSION VERSION_LESS 3.17))
104
+ set_source_files_properties(${LIBUNWIND_ASM_SOURCES} PROPERTIES LANGUAGE C)
105
+ endif()
106
+
107
+ set(LIBUNWIND_SOURCES
108
+ ${LIBUNWIND_CXX_SOURCES}
109
+ ${LIBUNWIND_C_SOURCES}
110
+ ${LIBUNWIND_ASM_SOURCES})
111
+
112
+ # Generate library list.
113
+ if (NOT APPLE)
114
+ add_library_flags_if(LIBUNWIND_HAS_DL_LIB dl)
115
+ endif()
116
+
117
+ if (LIBUNWIND_ENABLE_THREADS AND NOT APPLE AND (NOT RUST_SGX))
118
+ add_library_flags_if(LIBUNWIND_HAS_PTHREAD_LIB pthread)
119
+ endif()
120
+
121
+ if (LIBUNWIND_ENABLE_THREADS AND (NOT RUST_SGX))
122
+ add_compile_flags_if(LIBUNWIND_WEAK_PTHREAD_LIB -DLIBUNWIND_USE_WEAK_PTHREAD=1)
123
+ endif()
124
+
125
+ # Setup flags.
126
+ add_link_flags_if(CXX_SUPPORTS_UNWINDLIB_EQ_NONE_FLAG --unwindlib=none)
127
+
128
+ # MINGW_LIBRARIES is defined in config-ix.cmake
129
+ add_library_flags_if(MINGW "${MINGW_LIBRARIES}")
130
+
131
+ if (LIBUNWIND_ENABLE_SHARED AND
132
+ NOT (CXX_SUPPORTS_FNO_EXCEPTIONS_FLAG AND
133
+ CXX_SUPPORTS_FUNWIND_TABLES_FLAG))
134
+ message(FATAL_ERROR
135
+ "Compiler doesn't support generation of unwind tables if exception "
136
+ "support is disabled. Building libunwind DSO with runtime dependency "
137
+ "on C++ ABI library is not supported.")
138
+ endif()
139
+
140
+ if (HAIKU)
141
+ add_library_flags_if(LIBUNWIND_HAS_ROOT_LIB root)
142
+
143
+ add_library_flags_if(LIBUNWIND_HAS_BSD_LIB bsd)
144
+ add_compile_flags_if(LIBUNWIND_HAS_BSD_LIB -D_LIBUNWIND_USE_HAIKU_BSD_LIB=1)
145
+
146
+ add_compile_flags("-D_DEFAULT_SOURCE")
147
+ add_compile_flags("-DPT_GNU_EH_FRAME=PT_EH_FRAME")
148
+ endif ()
149
+
150
+ string(REPLACE ";" " " LIBUNWIND_COMPILE_FLAGS "${LIBUNWIND_COMPILE_FLAGS}")
151
+ string(REPLACE ";" " " LIBUNWIND_CXX_FLAGS "${LIBUNWIND_CXX_FLAGS}")
152
+ string(REPLACE ";" " " LIBUNWIND_C_FLAGS "${LIBUNWIND_C_FLAGS}")
153
+ string(REPLACE ";" " " LIBUNWIND_LINK_FLAGS "${LIBUNWIND_LINK_FLAGS}")
154
+
155
+ set_property(SOURCE ${LIBUNWIND_CXX_SOURCES}
156
+ APPEND_STRING PROPERTY COMPILE_FLAGS " ${LIBUNWIND_CXX_FLAGS}")
157
+ set_property(SOURCE ${LIBUNWIND_C_SOURCES}
158
+ APPEND_STRING PROPERTY COMPILE_FLAGS " ${LIBUNWIND_C_FLAGS}")
159
+
160
+ # NOTE: avoid implicit dependencies on C++ runtimes. libunwind uses C++ for
161
+ # ease, but does not rely on C++ at runtime.
162
+ set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "")
163
+
164
+ include(WarningFlags)
165
+
166
+ # Build the shared library.
167
+ add_library(unwind_shared_objects OBJECT EXCLUDE_FROM_ALL ${LIBUNWIND_SOURCES} ${LIBUNWIND_HEADERS})
168
+ cxx_add_warning_flags(unwind_shared_objects ${LIBUNWIND_ENABLE_WERROR} ${LIBUNWIND_ENABLE_PEDANTIC})
169
+ if(CMAKE_C_COMPILER_ID STREQUAL MSVC)
170
+ target_compile_options(unwind_shared_objects PRIVATE /GR-)
171
+ else()
172
+ target_compile_options(unwind_shared_objects PRIVATE -fno-rtti)
173
+ endif()
174
+ target_compile_options(unwind_shared_objects PUBLIC "${LIBUNWIND_ADDITIONAL_COMPILE_FLAGS}")
175
+ target_link_libraries(unwind_shared_objects
176
+ PUBLIC "${LIBUNWIND_ADDITIONAL_LIBRARIES}"
177
+ PRIVATE unwind-headers runtimes-libc-headers ${LIBUNWIND_LIBRARIES})
178
+ set_target_properties(unwind_shared_objects
179
+ PROPERTIES
180
+ CXX_EXTENSIONS OFF
181
+ CXX_STANDARD 17
182
+ CXX_STANDARD_REQUIRED ON
183
+ COMPILE_FLAGS "${LIBUNWIND_COMPILE_FLAGS}"
184
+ )
185
+ if (CMAKE_POSITION_INDEPENDENT_CODE OR NOT DEFINED CMAKE_POSITION_INDEPENDENT_CODE)
186
+ set_target_properties(unwind_shared_objects PROPERTIES POSITION_INDEPENDENT_CODE ON) # must set manually because it's an object library
187
+ endif()
188
+
189
+ add_library(unwind_shared SHARED)
190
+ target_link_libraries(unwind_shared PUBLIC unwind_shared_objects runtimes-libc-shared)
191
+ set_target_properties(unwind_shared
192
+ PROPERTIES
193
+ EXCLUDE_FROM_ALL "$<IF:$<BOOL:${LIBUNWIND_ENABLE_SHARED}>,FALSE,TRUE>"
194
+ LINK_FLAGS "${LIBUNWIND_LINK_FLAGS}"
195
+ LINKER_LANGUAGE C
196
+ OUTPUT_NAME "${LIBUNWIND_SHARED_OUTPUT_NAME}"
197
+ VERSION "${LIBUNWIND_LIBRARY_VERSION}"
198
+ SOVERSION "1"
199
+ )
200
+
201
+ # Build the static library.
202
+ add_library(unwind_static_objects OBJECT EXCLUDE_FROM_ALL ${LIBUNWIND_SOURCES} ${LIBUNWIND_HEADERS})
203
+ cxx_add_warning_flags(unwind_static_objects ${LIBUNWIND_ENABLE_WERROR} ${LIBUNWIND_ENABLE_PEDANTIC})
204
+ if(CMAKE_C_COMPILER_ID STREQUAL MSVC)
205
+ target_compile_options(unwind_static_objects PRIVATE /GR-)
206
+ else()
207
+ target_compile_options(unwind_static_objects PRIVATE -fno-rtti)
208
+ endif()
209
+ target_compile_options(unwind_static_objects PUBLIC "${LIBUNWIND_ADDITIONAL_COMPILE_FLAGS}")
210
+ target_link_libraries(unwind_static_objects
211
+ PUBLIC "${LIBUNWIND_ADDITIONAL_LIBRARIES}"
212
+ PRIVATE unwind-headers runtimes-libc-headers ${LIBUNWIND_LIBRARIES})
213
+ set_target_properties(unwind_static_objects
214
+ PROPERTIES
215
+ CXX_EXTENSIONS OFF
216
+ CXX_STANDARD 17
217
+ CXX_STANDARD_REQUIRED ON
218
+ COMPILE_FLAGS "${LIBUNWIND_COMPILE_FLAGS}"
219
+ )
220
+
221
+ if(LIBUNWIND_HIDE_SYMBOLS)
222
+ target_add_compile_flags_if_supported(unwind_static_objects PRIVATE -fvisibility=hidden)
223
+ target_add_compile_flags_if_supported(unwind_static_objects PRIVATE -fvisibility-global-new-delete=force-hidden)
224
+ if (NOT CXX_SUPPORTS_FVISIBILITY_GLOBAL_NEW_DELETE_EQ_FORCE_HIDDEN_FLAG)
225
+ target_add_compile_flags_if_supported(unwind_static_objects PRIVATE -fvisibility-global-new-delete-hidden)
226
+ endif()
227
+ target_compile_definitions(unwind_static_objects PRIVATE _LIBUNWIND_HIDE_SYMBOLS)
228
+ endif()
229
+
230
+ add_library(unwind_static STATIC)
231
+ target_link_libraries(unwind_static PUBLIC unwind_static_objects runtimes-libc-static)
232
+ set_target_properties(unwind_static
233
+ PROPERTIES
234
+ EXCLUDE_FROM_ALL "$<IF:$<BOOL:${LIBUNWIND_ENABLE_STATIC}>,FALSE,TRUE>"
235
+ LINK_FLAGS "${LIBUNWIND_LINK_FLAGS}"
236
+ LINKER_LANGUAGE C
237
+ OUTPUT_NAME "${LIBUNWIND_STATIC_OUTPUT_NAME}"
238
+ )
239
+
240
+ # Add a meta-target for both libraries.
241
+ add_custom_target(unwind)
242
+ if (LIBUNWIND_ENABLE_SHARED)
243
+ add_dependencies(unwind unwind_shared)
244
+ endif()
245
+ if (LIBUNWIND_ENABLE_STATIC)
246
+ add_dependencies(unwind unwind_static)
247
+ endif()
248
+
249
+ if (LIBUNWIND_INSTALL_SHARED_LIBRARY)
250
+ install(TARGETS unwind_shared
251
+ ARCHIVE DESTINATION ${LIBUNWIND_INSTALL_LIBRARY_DIR} COMPONENT unwind
252
+ LIBRARY DESTINATION ${LIBUNWIND_INSTALL_LIBRARY_DIR} COMPONENT unwind
253
+ RUNTIME DESTINATION ${LIBUNWIND_INSTALL_RUNTIME_DIR} COMPONENT unwind)
254
+ endif()
255
+
256
+ if (LIBUNWIND_INSTALL_STATIC_LIBRARY)
257
+ install(TARGETS unwind_static
258
+ ARCHIVE DESTINATION ${LIBUNWIND_INSTALL_LIBRARY_DIR} COMPONENT unwind
259
+ LIBRARY DESTINATION ${LIBUNWIND_INSTALL_LIBRARY_DIR} COMPONENT unwind
260
+ RUNTIME DESTINATION ${LIBUNWIND_INSTALL_RUNTIME_DIR} COMPONENT unwind)
261
+ endif()
262
+
263
+ if (NOT CMAKE_CONFIGURATION_TYPES)
264
+ add_custom_target(install-unwind
265
+ COMMAND "${CMAKE_COMMAND}" --install "${CMAKE_BINARY_DIR}" --component unwind)
266
+ add_custom_target(install-unwind-stripped
267
+ COMMAND "${CMAKE_COMMAND}" --install "${CMAKE_BINARY_DIR}" --component unwind --strip)
268
+
269
+ if (LIBUNWIND_INSTALL_LIBRARY)
270
+ add_dependencies(install-unwind unwind)
271
+ add_dependencies(install-unwind-stripped unwind)
272
+ endif()
273
+
274
+ if(LIBUNWIND_INSTALL_HEADERS)
275
+ add_dependencies(install-unwind install-unwind-headers)
276
+ add_dependencies(install-unwind-stripped install-unwind-headers-stripped)
277
+ endif()
278
+ endif()
rust/.rustup/toolchains/stable-x86_64-pc-windows-msvc/lib/rustlib/src/rust/src/llvm-project/libunwind/src/CompactUnwinder.hpp ADDED
@@ -0,0 +1,709 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ //===----------------------------------------------------------------------===//
2
+ //
3
+ // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
+ // See https://llvm.org/LICENSE.txt for license information.
5
+ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
+ //
7
+ //
8
+ // Does runtime stack unwinding using compact unwind encodings.
9
+ //
10
+ //===----------------------------------------------------------------------===//
11
+
12
+ #ifndef __COMPACT_UNWINDER_HPP__
13
+ #define __COMPACT_UNWINDER_HPP__
14
+
15
+ #include <stdint.h>
16
+ #include <stdlib.h>
17
+
18
+ #include <libunwind.h>
19
+ #include <mach-o/compact_unwind_encoding.h>
20
+
21
+ #include "Registers.hpp"
22
+ #include "libunwind_ext.h"
23
+
24
+ #define EXTRACT_BITS(value, mask) \
25
+ ((value >> __builtin_ctz(mask)) & (((1 << __builtin_popcount(mask))) - 1))
26
+
27
+ namespace libunwind {
28
+
29
+ #if defined(_LIBUNWIND_TARGET_I386)
30
+ /// CompactUnwinder_x86 uses a compact unwind info to virtually "step" (aka
31
+ /// unwind) by modifying a Registers_x86 register set
32
+ template <typename A>
33
+ class CompactUnwinder_x86 {
34
+ public:
35
+
36
+ static int stepWithCompactEncoding(compact_unwind_encoding_t info,
37
+ uint32_t functionStart, A &addressSpace,
38
+ Registers_x86 &registers);
39
+
40
+ private:
41
+ typename A::pint_t pint_t;
42
+
43
+ static void frameUnwind(A &addressSpace, Registers_x86 &registers);
44
+ static void framelessUnwind(A &addressSpace,
45
+ typename A::pint_t returnAddressLocation,
46
+ Registers_x86 &registers);
47
+ static int
48
+ stepWithCompactEncodingEBPFrame(compact_unwind_encoding_t compactEncoding,
49
+ uint32_t functionStart, A &addressSpace,
50
+ Registers_x86 &registers);
51
+ static int stepWithCompactEncodingFrameless(
52
+ compact_unwind_encoding_t compactEncoding, uint32_t functionStart,
53
+ A &addressSpace, Registers_x86 &registers, bool indirectStackSize);
54
+ };
55
+
56
+ template <typename A>
57
+ int CompactUnwinder_x86<A>::stepWithCompactEncoding(
58
+ compact_unwind_encoding_t compactEncoding, uint32_t functionStart,
59
+ A &addressSpace, Registers_x86 &registers) {
60
+ switch (compactEncoding & UNWIND_X86_MODE_MASK) {
61
+ case UNWIND_X86_MODE_EBP_FRAME:
62
+ return stepWithCompactEncodingEBPFrame(compactEncoding, functionStart,
63
+ addressSpace, registers);
64
+ case UNWIND_X86_MODE_STACK_IMMD:
65
+ return stepWithCompactEncodingFrameless(compactEncoding, functionStart,
66
+ addressSpace, registers, false);
67
+ case UNWIND_X86_MODE_STACK_IND:
68
+ return stepWithCompactEncodingFrameless(compactEncoding, functionStart,
69
+ addressSpace, registers, true);
70
+ }
71
+ _LIBUNWIND_ABORT("invalid compact unwind encoding");
72
+ }
73
+
74
+ template <typename A>
75
+ int CompactUnwinder_x86<A>::stepWithCompactEncodingEBPFrame(
76
+ compact_unwind_encoding_t compactEncoding, uint32_t functionStart,
77
+ A &addressSpace, Registers_x86 &registers) {
78
+ uint32_t savedRegistersOffset =
79
+ EXTRACT_BITS(compactEncoding, UNWIND_X86_EBP_FRAME_OFFSET);
80
+ uint32_t savedRegistersLocations =
81
+ EXTRACT_BITS(compactEncoding, UNWIND_X86_EBP_FRAME_REGISTERS);
82
+
83
+ uint32_t savedRegisters = registers.getEBP() - 4 * savedRegistersOffset;
84
+ for (int i = 0; i < 5; ++i) {
85
+ switch (savedRegistersLocations & 0x7) {
86
+ case UNWIND_X86_REG_NONE:
87
+ // no register saved in this slot
88
+ break;
89
+ case UNWIND_X86_REG_EBX:
90
+ registers.setEBX(addressSpace.get32(savedRegisters));
91
+ break;
92
+ case UNWIND_X86_REG_ECX:
93
+ registers.setECX(addressSpace.get32(savedRegisters));
94
+ break;
95
+ case UNWIND_X86_REG_EDX:
96
+ registers.setEDX(addressSpace.get32(savedRegisters));
97
+ break;
98
+ case UNWIND_X86_REG_EDI:
99
+ registers.setEDI(addressSpace.get32(savedRegisters));
100
+ break;
101
+ case UNWIND_X86_REG_ESI:
102
+ registers.setESI(addressSpace.get32(savedRegisters));
103
+ break;
104
+ default:
105
+ (void)functionStart;
106
+ _LIBUNWIND_DEBUG_LOG("bad register for EBP frame, encoding=%08X for "
107
+ "function starting at 0x%X",
108
+ compactEncoding, functionStart);
109
+ _LIBUNWIND_ABORT("invalid compact unwind encoding");
110
+ }
111
+ savedRegisters += 4;
112
+ savedRegistersLocations = (savedRegistersLocations >> 3);
113
+ }
114
+ frameUnwind(addressSpace, registers);
115
+ return UNW_STEP_SUCCESS;
116
+ }
117
+
118
+ template <typename A>
119
+ int CompactUnwinder_x86<A>::stepWithCompactEncodingFrameless(
120
+ compact_unwind_encoding_t encoding, uint32_t functionStart,
121
+ A &addressSpace, Registers_x86 &registers, bool indirectStackSize) {
122
+ uint32_t stackSizeEncoded =
123
+ EXTRACT_BITS(encoding, UNWIND_X86_FRAMELESS_STACK_SIZE);
124
+ uint32_t stackAdjust =
125
+ EXTRACT_BITS(encoding, UNWIND_X86_FRAMELESS_STACK_ADJUST);
126
+ uint32_t regCount =
127
+ EXTRACT_BITS(encoding, UNWIND_X86_FRAMELESS_STACK_REG_COUNT);
128
+ uint32_t permutation =
129
+ EXTRACT_BITS(encoding, UNWIND_X86_FRAMELESS_STACK_REG_PERMUTATION);
130
+ uint32_t stackSize = stackSizeEncoded * 4;
131
+ if (indirectStackSize) {
132
+ // stack size is encoded in subl $xxx,%esp instruction
133
+ uint32_t subl = addressSpace.get32(functionStart + stackSizeEncoded);
134
+ stackSize = subl + 4 * stackAdjust;
135
+ }
136
+ // decompress permutation
137
+ uint32_t permunreg[6];
138
+ switch (regCount) {
139
+ case 6:
140
+ permunreg[0] = permutation / 120;
141
+ permutation -= (permunreg[0] * 120);
142
+ permunreg[1] = permutation / 24;
143
+ permutation -= (permunreg[1] * 24);
144
+ permunreg[2] = permutation / 6;
145
+ permutation -= (permunreg[2] * 6);
146
+ permunreg[3] = permutation / 2;
147
+ permutation -= (permunreg[3] * 2);
148
+ permunreg[4] = permutation;
149
+ permunreg[5] = 0;
150
+ break;
151
+ case 5:
152
+ permunreg[0] = permutation / 120;
153
+ permutation -= (permunreg[0] * 120);
154
+ permunreg[1] = permutation / 24;
155
+ permutation -= (permunreg[1] * 24);
156
+ permunreg[2] = permutation / 6;
157
+ permutation -= (permunreg[2] * 6);
158
+ permunreg[3] = permutation / 2;
159
+ permutation -= (permunreg[3] * 2);
160
+ permunreg[4] = permutation;
161
+ break;
162
+ case 4:
163
+ permunreg[0] = permutation / 60;
164
+ permutation -= (permunreg[0] * 60);
165
+ permunreg[1] = permutation / 12;
166
+ permutation -= (permunreg[1] * 12);
167
+ permunreg[2] = permutation / 3;
168
+ permutation -= (permunreg[2] * 3);
169
+ permunreg[3] = permutation;
170
+ break;
171
+ case 3:
172
+ permunreg[0] = permutation / 20;
173
+ permutation -= (permunreg[0] * 20);
174
+ permunreg[1] = permutation / 4;
175
+ permutation -= (permunreg[1] * 4);
176
+ permunreg[2] = permutation;
177
+ break;
178
+ case 2:
179
+ permunreg[0] = permutation / 5;
180
+ permutation -= (permunreg[0] * 5);
181
+ permunreg[1] = permutation;
182
+ break;
183
+ case 1:
184
+ permunreg[0] = permutation;
185
+ break;
186
+ }
187
+ // re-number registers back to standard numbers
188
+ int registersSaved[6];
189
+ bool used[7] = { false, false, false, false, false, false, false };
190
+ for (uint32_t i = 0; i < regCount; ++i) {
191
+ uint32_t renum = 0;
192
+ for (int u = 1; u < 7; ++u) {
193
+ if (!used[u]) {
194
+ if (renum == permunreg[i]) {
195
+ registersSaved[i] = u;
196
+ used[u] = true;
197
+ break;
198
+ }
199
+ ++renum;
200
+ }
201
+ }
202
+ }
203
+ uint32_t savedRegisters = registers.getSP() + stackSize - 4 - 4 * regCount;
204
+ for (uint32_t i = 0; i < regCount; ++i) {
205
+ switch (registersSaved[i]) {
206
+ case UNWIND_X86_REG_EBX:
207
+ registers.setEBX(addressSpace.get32(savedRegisters));
208
+ break;
209
+ case UNWIND_X86_REG_ECX:
210
+ registers.setECX(addressSpace.get32(savedRegisters));
211
+ break;
212
+ case UNWIND_X86_REG_EDX:
213
+ registers.setEDX(addressSpace.get32(savedRegisters));
214
+ break;
215
+ case UNWIND_X86_REG_EDI:
216
+ registers.setEDI(addressSpace.get32(savedRegisters));
217
+ break;
218
+ case UNWIND_X86_REG_ESI:
219
+ registers.setESI(addressSpace.get32(savedRegisters));
220
+ break;
221
+ case UNWIND_X86_REG_EBP:
222
+ registers.setEBP(addressSpace.get32(savedRegisters));
223
+ break;
224
+ default:
225
+ _LIBUNWIND_DEBUG_LOG("bad register for frameless, encoding=%08X for "
226
+ "function starting at 0x%X",
227
+ encoding, functionStart);
228
+ _LIBUNWIND_ABORT("invalid compact unwind encoding");
229
+ }
230
+ savedRegisters += 4;
231
+ }
232
+ framelessUnwind(addressSpace, savedRegisters, registers);
233
+ return UNW_STEP_SUCCESS;
234
+ }
235
+
236
+
237
+ template <typename A>
238
+ void CompactUnwinder_x86<A>::frameUnwind(A &addressSpace,
239
+ Registers_x86 &registers) {
240
+ typename A::pint_t bp = registers.getEBP();
241
+ // ebp points to old ebp
242
+ registers.setEBP(addressSpace.get32(bp));
243
+ // old esp is ebp less saved ebp and return address
244
+ registers.setSP((uint32_t)bp + 8);
245
+ // pop return address into eip
246
+ registers.setIP(addressSpace.get32(bp + 4));
247
+ }
248
+
249
+ template <typename A>
250
+ void CompactUnwinder_x86<A>::framelessUnwind(
251
+ A &addressSpace, typename A::pint_t returnAddressLocation,
252
+ Registers_x86 &registers) {
253
+ // return address is on stack after last saved register
254
+ registers.setIP(addressSpace.get32(returnAddressLocation));
255
+ // old esp is before return address
256
+ registers.setSP((uint32_t)returnAddressLocation + 4);
257
+ }
258
+ #endif // _LIBUNWIND_TARGET_I386
259
+
260
+
261
+ #if defined(_LIBUNWIND_TARGET_X86_64)
262
+ /// CompactUnwinder_x86_64 uses a compact unwind info to virtually "step" (aka
263
+ /// unwind) by modifying a Registers_x86_64 register set
264
+ template <typename A>
265
+ class CompactUnwinder_x86_64 {
266
+ public:
267
+
268
+ static int stepWithCompactEncoding(compact_unwind_encoding_t compactEncoding,
269
+ uint64_t functionStart, A &addressSpace,
270
+ Registers_x86_64 &registers);
271
+
272
+ private:
273
+ typename A::pint_t pint_t;
274
+
275
+ static void frameUnwind(A &addressSpace, Registers_x86_64 &registers);
276
+ static void framelessUnwind(A &addressSpace, uint64_t returnAddressLocation,
277
+ Registers_x86_64 &registers);
278
+ static int
279
+ stepWithCompactEncodingRBPFrame(compact_unwind_encoding_t compactEncoding,
280
+ uint64_t functionStart, A &addressSpace,
281
+ Registers_x86_64 &registers);
282
+ static int stepWithCompactEncodingFrameless(
283
+ compact_unwind_encoding_t compactEncoding, uint64_t functionStart,
284
+ A &addressSpace, Registers_x86_64 &registers, bool indirectStackSize);
285
+ };
286
+
287
+ template <typename A>
288
+ int CompactUnwinder_x86_64<A>::stepWithCompactEncoding(
289
+ compact_unwind_encoding_t compactEncoding, uint64_t functionStart,
290
+ A &addressSpace, Registers_x86_64 &registers) {
291
+ switch (compactEncoding & UNWIND_X86_64_MODE_MASK) {
292
+ case UNWIND_X86_64_MODE_RBP_FRAME:
293
+ return stepWithCompactEncodingRBPFrame(compactEncoding, functionStart,
294
+ addressSpace, registers);
295
+ case UNWIND_X86_64_MODE_STACK_IMMD:
296
+ return stepWithCompactEncodingFrameless(compactEncoding, functionStart,
297
+ addressSpace, registers, false);
298
+ case UNWIND_X86_64_MODE_STACK_IND:
299
+ return stepWithCompactEncodingFrameless(compactEncoding, functionStart,
300
+ addressSpace, registers, true);
301
+ }
302
+ _LIBUNWIND_ABORT("invalid compact unwind encoding");
303
+ }
304
+
305
+ template <typename A>
306
+ int CompactUnwinder_x86_64<A>::stepWithCompactEncodingRBPFrame(
307
+ compact_unwind_encoding_t compactEncoding, uint64_t functionStart,
308
+ A &addressSpace, Registers_x86_64 &registers) {
309
+ uint32_t savedRegistersOffset =
310
+ EXTRACT_BITS(compactEncoding, UNWIND_X86_64_RBP_FRAME_OFFSET);
311
+ uint32_t savedRegistersLocations =
312
+ EXTRACT_BITS(compactEncoding, UNWIND_X86_64_RBP_FRAME_REGISTERS);
313
+
314
+ uint64_t savedRegisters = registers.getRBP() - 8 * savedRegistersOffset;
315
+ for (int i = 0; i < 5; ++i) {
316
+ switch (savedRegistersLocations & 0x7) {
317
+ case UNWIND_X86_64_REG_NONE:
318
+ // no register saved in this slot
319
+ break;
320
+ case UNWIND_X86_64_REG_RBX:
321
+ registers.setRBX(addressSpace.get64(savedRegisters));
322
+ break;
323
+ case UNWIND_X86_64_REG_R12:
324
+ registers.setR12(addressSpace.get64(savedRegisters));
325
+ break;
326
+ case UNWIND_X86_64_REG_R13:
327
+ registers.setR13(addressSpace.get64(savedRegisters));
328
+ break;
329
+ case UNWIND_X86_64_REG_R14:
330
+ registers.setR14(addressSpace.get64(savedRegisters));
331
+ break;
332
+ case UNWIND_X86_64_REG_R15:
333
+ registers.setR15(addressSpace.get64(savedRegisters));
334
+ break;
335
+ default:
336
+ (void)functionStart;
337
+ _LIBUNWIND_DEBUG_LOG("bad register for RBP frame, encoding=%08X for "
338
+ "function starting at 0x%llX",
339
+ compactEncoding, functionStart);
340
+ _LIBUNWIND_ABORT("invalid compact unwind encoding");
341
+ }
342
+ savedRegisters += 8;
343
+ savedRegistersLocations = (savedRegistersLocations >> 3);
344
+ }
345
+ frameUnwind(addressSpace, registers);
346
+ return UNW_STEP_SUCCESS;
347
+ }
348
+
349
+ template <typename A>
350
+ int CompactUnwinder_x86_64<A>::stepWithCompactEncodingFrameless(
351
+ compact_unwind_encoding_t encoding, uint64_t functionStart, A &addressSpace,
352
+ Registers_x86_64 &registers, bool indirectStackSize) {
353
+ uint32_t stackSizeEncoded =
354
+ EXTRACT_BITS(encoding, UNWIND_X86_64_FRAMELESS_STACK_SIZE);
355
+ uint32_t stackAdjust =
356
+ EXTRACT_BITS(encoding, UNWIND_X86_64_FRAMELESS_STACK_ADJUST);
357
+ uint32_t regCount =
358
+ EXTRACT_BITS(encoding, UNWIND_X86_64_FRAMELESS_STACK_REG_COUNT);
359
+ uint32_t permutation =
360
+ EXTRACT_BITS(encoding, UNWIND_X86_64_FRAMELESS_STACK_REG_PERMUTATION);
361
+ uint32_t stackSize = stackSizeEncoded * 8;
362
+ if (indirectStackSize) {
363
+ // stack size is encoded in subl $xxx,%esp instruction
364
+ uint32_t subl = addressSpace.get32(functionStart + stackSizeEncoded);
365
+ stackSize = subl + 8 * stackAdjust;
366
+ }
367
+ // decompress permutation
368
+ uint32_t permunreg[6];
369
+ switch (regCount) {
370
+ case 6:
371
+ permunreg[0] = permutation / 120;
372
+ permutation -= (permunreg[0] * 120);
373
+ permunreg[1] = permutation / 24;
374
+ permutation -= (permunreg[1] * 24);
375
+ permunreg[2] = permutation / 6;
376
+ permutation -= (permunreg[2] * 6);
377
+ permunreg[3] = permutation / 2;
378
+ permutation -= (permunreg[3] * 2);
379
+ permunreg[4] = permutation;
380
+ permunreg[5] = 0;
381
+ break;
382
+ case 5:
383
+ permunreg[0] = permutation / 120;
384
+ permutation -= (permunreg[0] * 120);
385
+ permunreg[1] = permutation / 24;
386
+ permutation -= (permunreg[1] * 24);
387
+ permunreg[2] = permutation / 6;
388
+ permutation -= (permunreg[2] * 6);
389
+ permunreg[3] = permutation / 2;
390
+ permutation -= (permunreg[3] * 2);
391
+ permunreg[4] = permutation;
392
+ break;
393
+ case 4:
394
+ permunreg[0] = permutation / 60;
395
+ permutation -= (permunreg[0] * 60);
396
+ permunreg[1] = permutation / 12;
397
+ permutation -= (permunreg[1] * 12);
398
+ permunreg[2] = permutation / 3;
399
+ permutation -= (permunreg[2] * 3);
400
+ permunreg[3] = permutation;
401
+ break;
402
+ case 3:
403
+ permunreg[0] = permutation / 20;
404
+ permutation -= (permunreg[0] * 20);
405
+ permunreg[1] = permutation / 4;
406
+ permutation -= (permunreg[1] * 4);
407
+ permunreg[2] = permutation;
408
+ break;
409
+ case 2:
410
+ permunreg[0] = permutation / 5;
411
+ permutation -= (permunreg[0] * 5);
412
+ permunreg[1] = permutation;
413
+ break;
414
+ case 1:
415
+ permunreg[0] = permutation;
416
+ break;
417
+ }
418
+ // re-number registers back to standard numbers
419
+ int registersSaved[6];
420
+ bool used[7] = { false, false, false, false, false, false, false };
421
+ for (uint32_t i = 0; i < regCount; ++i) {
422
+ uint32_t renum = 0;
423
+ for (int u = 1; u < 7; ++u) {
424
+ if (!used[u]) {
425
+ if (renum == permunreg[i]) {
426
+ registersSaved[i] = u;
427
+ used[u] = true;
428
+ break;
429
+ }
430
+ ++renum;
431
+ }
432
+ }
433
+ }
434
+ uint64_t savedRegisters = registers.getSP() + stackSize - 8 - 8 * regCount;
435
+ for (uint32_t i = 0; i < regCount; ++i) {
436
+ switch (registersSaved[i]) {
437
+ case UNWIND_X86_64_REG_RBX:
438
+ registers.setRBX(addressSpace.get64(savedRegisters));
439
+ break;
440
+ case UNWIND_X86_64_REG_R12:
441
+ registers.setR12(addressSpace.get64(savedRegisters));
442
+ break;
443
+ case UNWIND_X86_64_REG_R13:
444
+ registers.setR13(addressSpace.get64(savedRegisters));
445
+ break;
446
+ case UNWIND_X86_64_REG_R14:
447
+ registers.setR14(addressSpace.get64(savedRegisters));
448
+ break;
449
+ case UNWIND_X86_64_REG_R15:
450
+ registers.setR15(addressSpace.get64(savedRegisters));
451
+ break;
452
+ case UNWIND_X86_64_REG_RBP:
453
+ registers.setRBP(addressSpace.get64(savedRegisters));
454
+ break;
455
+ default:
456
+ _LIBUNWIND_DEBUG_LOG("bad register for frameless, encoding=%08X for "
457
+ "function starting at 0x%llX",
458
+ encoding, functionStart);
459
+ _LIBUNWIND_ABORT("invalid compact unwind encoding");
460
+ }
461
+ savedRegisters += 8;
462
+ }
463
+ framelessUnwind(addressSpace, savedRegisters, registers);
464
+ return UNW_STEP_SUCCESS;
465
+ }
466
+
467
+
468
+ template <typename A>
469
+ void CompactUnwinder_x86_64<A>::frameUnwind(A &addressSpace,
470
+ Registers_x86_64 &registers) {
471
+ uint64_t rbp = registers.getRBP();
472
+ // ebp points to old ebp
473
+ registers.setRBP(addressSpace.get64(rbp));
474
+ // old esp is ebp less saved ebp and return address
475
+ registers.setSP(rbp + 16);
476
+ // pop return address into eip
477
+ registers.setIP(addressSpace.get64(rbp + 8));
478
+ }
479
+
480
+ template <typename A>
481
+ void CompactUnwinder_x86_64<A>::framelessUnwind(A &addressSpace,
482
+ uint64_t returnAddressLocation,
483
+ Registers_x86_64 &registers) {
484
+ // return address is on stack after last saved register
485
+ registers.setIP(addressSpace.get64(returnAddressLocation));
486
+ // old esp is before return address
487
+ registers.setSP(returnAddressLocation + 8);
488
+ }
489
+ #endif // _LIBUNWIND_TARGET_X86_64
490
+
491
+
492
+
493
+ #if defined(_LIBUNWIND_TARGET_AARCH64)
494
+ /// CompactUnwinder_arm64 uses a compact unwind info to virtually "step" (aka
495
+ /// unwind) by modifying a Registers_arm64 register set
496
+ template <typename A>
497
+ class CompactUnwinder_arm64 {
498
+ public:
499
+
500
+ static int stepWithCompactEncoding(compact_unwind_encoding_t compactEncoding,
501
+ uint64_t functionStart, A &addressSpace,
502
+ Registers_arm64 &registers);
503
+
504
+ private:
505
+ typename A::pint_t pint_t;
506
+
507
+ static int
508
+ stepWithCompactEncodingFrame(compact_unwind_encoding_t compactEncoding,
509
+ uint64_t functionStart, A &addressSpace,
510
+ Registers_arm64 &registers);
511
+ static int stepWithCompactEncodingFrameless(
512
+ compact_unwind_encoding_t compactEncoding, uint64_t functionStart,
513
+ A &addressSpace, Registers_arm64 &registers);
514
+ };
515
+
516
+ template <typename A>
517
+ int CompactUnwinder_arm64<A>::stepWithCompactEncoding(
518
+ compact_unwind_encoding_t compactEncoding, uint64_t functionStart,
519
+ A &addressSpace, Registers_arm64 &registers) {
520
+ switch (compactEncoding & UNWIND_ARM64_MODE_MASK) {
521
+ case UNWIND_ARM64_MODE_FRAME:
522
+ return stepWithCompactEncodingFrame(compactEncoding, functionStart,
523
+ addressSpace, registers);
524
+ case UNWIND_ARM64_MODE_FRAMELESS:
525
+ return stepWithCompactEncodingFrameless(compactEncoding, functionStart,
526
+ addressSpace, registers);
527
+ }
528
+ _LIBUNWIND_ABORT("invalid compact unwind encoding");
529
+ }
530
+
531
+ template <typename A>
532
+ int CompactUnwinder_arm64<A>::stepWithCompactEncodingFrameless(
533
+ compact_unwind_encoding_t encoding, uint64_t, A &addressSpace,
534
+ Registers_arm64 &registers) {
535
+ uint32_t stackSize =
536
+ 16 * EXTRACT_BITS(encoding, UNWIND_ARM64_FRAMELESS_STACK_SIZE_MASK);
537
+
538
+ uint64_t savedRegisterLoc = registers.getSP() + stackSize;
539
+
540
+ if (encoding & UNWIND_ARM64_FRAME_X19_X20_PAIR) {
541
+ registers.setRegister(UNW_AARCH64_X19, addressSpace.get64(savedRegisterLoc));
542
+ savedRegisterLoc -= 8;
543
+ registers.setRegister(UNW_AARCH64_X20, addressSpace.get64(savedRegisterLoc));
544
+ savedRegisterLoc -= 8;
545
+ }
546
+ if (encoding & UNWIND_ARM64_FRAME_X21_X22_PAIR) {
547
+ registers.setRegister(UNW_AARCH64_X21, addressSpace.get64(savedRegisterLoc));
548
+ savedRegisterLoc -= 8;
549
+ registers.setRegister(UNW_AARCH64_X22, addressSpace.get64(savedRegisterLoc));
550
+ savedRegisterLoc -= 8;
551
+ }
552
+ if (encoding & UNWIND_ARM64_FRAME_X23_X24_PAIR) {
553
+ registers.setRegister(UNW_AARCH64_X23, addressSpace.get64(savedRegisterLoc));
554
+ savedRegisterLoc -= 8;
555
+ registers.setRegister(UNW_AARCH64_X24, addressSpace.get64(savedRegisterLoc));
556
+ savedRegisterLoc -= 8;
557
+ }
558
+ if (encoding & UNWIND_ARM64_FRAME_X25_X26_PAIR) {
559
+ registers.setRegister(UNW_AARCH64_X25, addressSpace.get64(savedRegisterLoc));
560
+ savedRegisterLoc -= 8;
561
+ registers.setRegister(UNW_AARCH64_X26, addressSpace.get64(savedRegisterLoc));
562
+ savedRegisterLoc -= 8;
563
+ }
564
+ if (encoding & UNWIND_ARM64_FRAME_X27_X28_PAIR) {
565
+ registers.setRegister(UNW_AARCH64_X27, addressSpace.get64(savedRegisterLoc));
566
+ savedRegisterLoc -= 8;
567
+ registers.setRegister(UNW_AARCH64_X28, addressSpace.get64(savedRegisterLoc));
568
+ savedRegisterLoc -= 8;
569
+ }
570
+
571
+ if (encoding & UNWIND_ARM64_FRAME_D8_D9_PAIR) {
572
+ registers.setFloatRegister(UNW_AARCH64_V8,
573
+ addressSpace.getDouble(savedRegisterLoc));
574
+ savedRegisterLoc -= 8;
575
+ registers.setFloatRegister(UNW_AARCH64_V9,
576
+ addressSpace.getDouble(savedRegisterLoc));
577
+ savedRegisterLoc -= 8;
578
+ }
579
+ if (encoding & UNWIND_ARM64_FRAME_D10_D11_PAIR) {
580
+ registers.setFloatRegister(UNW_AARCH64_V10,
581
+ addressSpace.getDouble(savedRegisterLoc));
582
+ savedRegisterLoc -= 8;
583
+ registers.setFloatRegister(UNW_AARCH64_V11,
584
+ addressSpace.getDouble(savedRegisterLoc));
585
+ savedRegisterLoc -= 8;
586
+ }
587
+ if (encoding & UNWIND_ARM64_FRAME_D12_D13_PAIR) {
588
+ registers.setFloatRegister(UNW_AARCH64_V12,
589
+ addressSpace.getDouble(savedRegisterLoc));
590
+ savedRegisterLoc -= 8;
591
+ registers.setFloatRegister(UNW_AARCH64_V13,
592
+ addressSpace.getDouble(savedRegisterLoc));
593
+ savedRegisterLoc -= 8;
594
+ }
595
+ if (encoding & UNWIND_ARM64_FRAME_D14_D15_PAIR) {
596
+ registers.setFloatRegister(UNW_AARCH64_V14,
597
+ addressSpace.getDouble(savedRegisterLoc));
598
+ savedRegisterLoc -= 8;
599
+ registers.setFloatRegister(UNW_AARCH64_V15,
600
+ addressSpace.getDouble(savedRegisterLoc));
601
+ savedRegisterLoc -= 8;
602
+ }
603
+
604
+ // We load the link register prior to setting the new SP as the authentication
605
+ // schema for LR entangles the SP of the old frame into the diversifier.
606
+ Registers_arm64::reg_t linkRegister = registers.getRegister(UNW_AARCH64_LR);
607
+
608
+ // subtract stack size off of sp
609
+ registers.setSP(savedRegisterLoc);
610
+
611
+ // Set pc to be value in lr. This needs to be performed after the new SP has
612
+ // been set, as the PC authentication schema entangles the SP of the new
613
+ // frame.
614
+ registers.setIP(linkRegister);
615
+
616
+ return UNW_STEP_SUCCESS;
617
+ }
618
+
619
+ template <typename A>
620
+ int CompactUnwinder_arm64<A>::stepWithCompactEncodingFrame(
621
+ compact_unwind_encoding_t encoding, uint64_t, A &addressSpace,
622
+ Registers_arm64 &registers) {
623
+ Registers_arm64::reg_t savedRegisterLoc = registers.getFP() - 8;
624
+
625
+ if (encoding & UNWIND_ARM64_FRAME_X19_X20_PAIR) {
626
+ registers.setRegister(UNW_AARCH64_X19, addressSpace.get64(savedRegisterLoc));
627
+ savedRegisterLoc -= 8;
628
+ registers.setRegister(UNW_AARCH64_X20, addressSpace.get64(savedRegisterLoc));
629
+ savedRegisterLoc -= 8;
630
+ }
631
+ if (encoding & UNWIND_ARM64_FRAME_X21_X22_PAIR) {
632
+ registers.setRegister(UNW_AARCH64_X21, addressSpace.get64(savedRegisterLoc));
633
+ savedRegisterLoc -= 8;
634
+ registers.setRegister(UNW_AARCH64_X22, addressSpace.get64(savedRegisterLoc));
635
+ savedRegisterLoc -= 8;
636
+ }
637
+ if (encoding & UNWIND_ARM64_FRAME_X23_X24_PAIR) {
638
+ registers.setRegister(UNW_AARCH64_X23, addressSpace.get64(savedRegisterLoc));
639
+ savedRegisterLoc -= 8;
640
+ registers.setRegister(UNW_AARCH64_X24, addressSpace.get64(savedRegisterLoc));
641
+ savedRegisterLoc -= 8;
642
+ }
643
+ if (encoding & UNWIND_ARM64_FRAME_X25_X26_PAIR) {
644
+ registers.setRegister(UNW_AARCH64_X25, addressSpace.get64(savedRegisterLoc));
645
+ savedRegisterLoc -= 8;
646
+ registers.setRegister(UNW_AARCH64_X26, addressSpace.get64(savedRegisterLoc));
647
+ savedRegisterLoc -= 8;
648
+ }
649
+ if (encoding & UNWIND_ARM64_FRAME_X27_X28_PAIR) {
650
+ registers.setRegister(UNW_AARCH64_X27, addressSpace.get64(savedRegisterLoc));
651
+ savedRegisterLoc -= 8;
652
+ registers.setRegister(UNW_AARCH64_X28, addressSpace.get64(savedRegisterLoc));
653
+ savedRegisterLoc -= 8;
654
+ }
655
+
656
+ if (encoding & UNWIND_ARM64_FRAME_D8_D9_PAIR) {
657
+ registers.setFloatRegister(UNW_AARCH64_V8,
658
+ addressSpace.getDouble(savedRegisterLoc));
659
+ savedRegisterLoc -= 8;
660
+ registers.setFloatRegister(UNW_AARCH64_V9,
661
+ addressSpace.getDouble(savedRegisterLoc));
662
+ savedRegisterLoc -= 8;
663
+ }
664
+ if (encoding & UNWIND_ARM64_FRAME_D10_D11_PAIR) {
665
+ registers.setFloatRegister(UNW_AARCH64_V10,
666
+ addressSpace.getDouble(savedRegisterLoc));
667
+ savedRegisterLoc -= 8;
668
+ registers.setFloatRegister(UNW_AARCH64_V11,
669
+ addressSpace.getDouble(savedRegisterLoc));
670
+ savedRegisterLoc -= 8;
671
+ }
672
+ if (encoding & UNWIND_ARM64_FRAME_D12_D13_PAIR) {
673
+ registers.setFloatRegister(UNW_AARCH64_V12,
674
+ addressSpace.getDouble(savedRegisterLoc));
675
+ savedRegisterLoc -= 8;
676
+ registers.setFloatRegister(UNW_AARCH64_V13,
677
+ addressSpace.getDouble(savedRegisterLoc));
678
+ savedRegisterLoc -= 8;
679
+ }
680
+ if (encoding & UNWIND_ARM64_FRAME_D14_D15_PAIR) {
681
+ registers.setFloatRegister(UNW_AARCH64_V14,
682
+ addressSpace.getDouble(savedRegisterLoc));
683
+ savedRegisterLoc -= 8;
684
+ registers.setFloatRegister(UNW_AARCH64_V15,
685
+ addressSpace.getDouble(savedRegisterLoc));
686
+ savedRegisterLoc -= 8;
687
+ }
688
+
689
+ Registers_arm64::reg_t fp = registers.getFP();
690
+
691
+ // fp points to old fp
692
+ registers.setFP(addressSpace.get64(fp));
693
+
694
+ // Old sp is fp less saved fp and lr. We need to set this prior to setting
695
+ // the lr as the pointer authentication schema for the lr incorporates the
696
+ // sp as part of the diversifier.
697
+ registers.setSP(fp + 16);
698
+
699
+ // pop return address into pc
700
+ registers.setIP(addressSpace.get64(fp + 8));
701
+
702
+ return UNW_STEP_SUCCESS;
703
+ }
704
+ #endif // _LIBUNWIND_TARGET_AARCH64
705
+
706
+
707
+ } // namespace libunwind
708
+
709
+ #endif // __COMPACT_UNWINDER_HPP__
rust/.rustup/toolchains/stable-x86_64-pc-windows-msvc/lib/rustlib/src/rust/src/llvm-project/libunwind/src/assembly.h ADDED
@@ -0,0 +1,307 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* ===-- assembly.h - libUnwind assembler support macros -------------------===
2
+ *
3
+ * Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
+ * See https://llvm.org/LICENSE.txt for license information.
5
+ * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
+ *
7
+ * ===----------------------------------------------------------------------===
8
+ *
9
+ * This file defines macros for use in libUnwind assembler source.
10
+ * This file is not part of the interface of this library.
11
+ *
12
+ * ===----------------------------------------------------------------------===
13
+ */
14
+
15
+ #ifndef UNWIND_ASSEMBLY_H
16
+ #define UNWIND_ASSEMBLY_H
17
+
18
+ #if defined(__CET__)
19
+ #include <cet.h>
20
+ #define _LIBUNWIND_CET_ENDBR _CET_ENDBR
21
+ #else
22
+ #define _LIBUNWIND_CET_ENDBR
23
+ #endif
24
+
25
+ #if defined(__powerpc64__)
26
+ #define SEPARATOR ;
27
+ #define PPC64_OFFS_SRR0 0
28
+ #define PPC64_OFFS_CR 272
29
+ #define PPC64_OFFS_XER 280
30
+ #define PPC64_OFFS_LR 288
31
+ #define PPC64_OFFS_CTR 296
32
+ #define PPC64_OFFS_VRSAVE 304
33
+ #define PPC64_OFFS_FP 312
34
+ #define PPC64_OFFS_V 824
35
+ #elif defined(__APPLE__) && defined(__aarch64__)
36
+ #define SEPARATOR %%
37
+ #elif defined(__riscv)
38
+ # define RISCV_ISIZE (__riscv_xlen / 8)
39
+ # define RISCV_FOFFSET (RISCV_ISIZE * 32)
40
+ # if defined(__riscv_flen)
41
+ # define RISCV_FSIZE (__riscv_flen / 8)
42
+ # endif
43
+
44
+ # if __riscv_xlen == 64
45
+ # define ILOAD ld
46
+ # define ISTORE sd
47
+ # elif __riscv_xlen == 32
48
+ # define ILOAD lw
49
+ # define ISTORE sw
50
+ # else
51
+ # error "Unsupported __riscv_xlen"
52
+ # endif
53
+
54
+ # if defined(__riscv_flen)
55
+ # if __riscv_flen == 64
56
+ # define FLOAD fld
57
+ # define FSTORE fsd
58
+ # elif __riscv_flen == 32
59
+ # define FLOAD flw
60
+ # define FSTORE fsw
61
+ # else
62
+ # error "Unsupported __riscv_flen"
63
+ # endif
64
+ # endif
65
+ # define SEPARATOR ;
66
+ #else
67
+ #define SEPARATOR ;
68
+ #endif
69
+
70
+ #if defined(__powerpc64__) && (!defined(_CALL_ELF) || _CALL_ELF == 1) && \
71
+ !defined(_AIX)
72
+ #define PPC64_OPD1 .section .opd,"aw",@progbits SEPARATOR
73
+ #define PPC64_OPD2 SEPARATOR \
74
+ .p2align 3 SEPARATOR \
75
+ .quad .Lfunc_begin0 SEPARATOR \
76
+ .quad .TOC.@tocbase SEPARATOR \
77
+ .quad 0 SEPARATOR \
78
+ .text SEPARATOR \
79
+ .Lfunc_begin0:
80
+ #else
81
+ #define PPC64_OPD1
82
+ #define PPC64_OPD2
83
+ #endif
84
+
85
+ #if defined(__aarch64__)
86
+ #if defined(__ARM_FEATURE_GCS_DEFAULT) && defined(__ARM_FEATURE_BTI_DEFAULT)
87
+ // Set BTI, PAC, and GCS gnu property bits
88
+ #define GNU_PROPERTY 7
89
+ // We indirectly branch to __libunwind_Registers_arm64_jumpto from
90
+ // __unw_phase2_resume, so we need to use bti jc.
91
+ #define AARCH64_BTI bti jc
92
+ #elif defined(__ARM_FEATURE_GCS_DEFAULT)
93
+ // Set GCS gnu property bit
94
+ #define GNU_PROPERTY 4
95
+ #elif defined(__ARM_FEATURE_BTI_DEFAULT)
96
+ // Set BTI and PAC gnu property bits
97
+ #define GNU_PROPERTY 3
98
+ #define AARCH64_BTI bti c
99
+ #endif
100
+ #ifdef GNU_PROPERTY
101
+ .pushsection ".note.gnu.property", "a" SEPARATOR \
102
+ .balign 8 SEPARATOR \
103
+ .long 4 SEPARATOR \
104
+ .long 0x10 SEPARATOR \
105
+ .long 0x5 SEPARATOR \
106
+ .asciz "GNU" SEPARATOR \
107
+ .long 0xc0000000 SEPARATOR /* GNU_PROPERTY_AARCH64_FEATURE_1_AND */ \
108
+ .long 4 SEPARATOR \
109
+ .long GNU_PROPERTY SEPARATOR \
110
+ .long 0 SEPARATOR \
111
+ .popsection SEPARATOR
112
+ #endif
113
+ #endif
114
+ #if !defined(AARCH64_BTI)
115
+ #define AARCH64_BTI
116
+ #endif
117
+
118
+ #if !defined(__aarch64__)
119
+ #ifdef __ARM_FEATURE_PAC_DEFAULT
120
+ .eabi_attribute Tag_PAC_extension, 2
121
+ .eabi_attribute Tag_PACRET_use, 1
122
+ #endif
123
+ #ifdef __ARM_FEATURE_BTI_DEFAULT
124
+ .eabi_attribute Tag_BTI_extension, 1
125
+ .eabi_attribute Tag_BTI_use, 1
126
+ #endif
127
+ #endif
128
+
129
+ #define GLUE2(a, b) a ## b
130
+ #define GLUE(a, b) GLUE2(a, b)
131
+ #define SYMBOL_NAME(name) GLUE(__USER_LABEL_PREFIX__, name)
132
+
133
+ #if defined(__APPLE__)
134
+
135
+ #if defined(__aarch64__) || defined(__arm64__) || defined(__arm64e__)
136
+ #define _LIBUNWIND_TRACE_RET_INJECT 1
137
+ #endif
138
+
139
+ #define SYMBOL_IS_FUNC(name)
140
+ #define HIDDEN_SYMBOL(name) .private_extern name
141
+ #if defined(_LIBUNWIND_HIDE_SYMBOLS)
142
+ #define EXPORT_SYMBOL(name) HIDDEN_SYMBOL(name)
143
+ #else
144
+ #define EXPORT_SYMBOL(name)
145
+ #endif
146
+ #define WEAK_ALIAS(name, aliasname) \
147
+ .globl SYMBOL_NAME(aliasname) SEPARATOR \
148
+ EXPORT_SYMBOL(SYMBOL_NAME(aliasname)) SEPARATOR \
149
+ SYMBOL_NAME(aliasname) = SYMBOL_NAME(name)
150
+
151
+ #define NO_EXEC_STACK_DIRECTIVE
152
+
153
+ #elif defined(__ELF__)
154
+
155
+ #if defined(__arm__)
156
+ #define SYMBOL_IS_FUNC(name) .type name,%function
157
+ #else
158
+ #define SYMBOL_IS_FUNC(name) .type name,@function
159
+ #endif
160
+ #define HIDDEN_SYMBOL(name) .hidden name
161
+ #if defined(_LIBUNWIND_HIDE_SYMBOLS)
162
+ #define EXPORT_SYMBOL(name) HIDDEN_SYMBOL(name)
163
+ #else
164
+ #define EXPORT_SYMBOL(name)
165
+ #endif
166
+ #define WEAK_SYMBOL(name) .weak name
167
+
168
+ #if defined(__hexagon__)
169
+ #define WEAK_ALIAS(name, aliasname) \
170
+ EXPORT_SYMBOL(SYMBOL_NAME(aliasname)) SEPARATOR \
171
+ WEAK_SYMBOL(SYMBOL_NAME(aliasname)) SEPARATOR \
172
+ .equiv SYMBOL_NAME(aliasname), SYMBOL_NAME(name)
173
+ #else
174
+ #define WEAK_ALIAS(name, aliasname) \
175
+ EXPORT_SYMBOL(SYMBOL_NAME(aliasname)) SEPARATOR \
176
+ WEAK_SYMBOL(SYMBOL_NAME(aliasname)) SEPARATOR \
177
+ SYMBOL_NAME(aliasname) = SYMBOL_NAME(name)
178
+ #endif
179
+
180
+ #if defined(__GNU__) || defined(__FreeBSD__) || defined(__Fuchsia__) || \
181
+ defined(__linux__)
182
+ #define NO_EXEC_STACK_DIRECTIVE .section .note.GNU-stack,"",%progbits
183
+ #else
184
+ #define NO_EXEC_STACK_DIRECTIVE
185
+ #endif
186
+
187
+ #elif defined(_WIN32)
188
+
189
+ #define SYMBOL_IS_FUNC(name) \
190
+ .def name SEPARATOR \
191
+ .scl 2 SEPARATOR \
192
+ .type 32 SEPARATOR \
193
+ .endef
194
+ #define EXPORT_SYMBOL2(name) \
195
+ .section .drectve,"yn" SEPARATOR \
196
+ .ascii "-export:", #name, "\0" SEPARATOR \
197
+ .text
198
+ #if defined(_LIBUNWIND_HIDE_SYMBOLS)
199
+ #define EXPORT_SYMBOL(name)
200
+ #else
201
+ #define EXPORT_SYMBOL(name) EXPORT_SYMBOL2(name)
202
+ #endif
203
+ #define HIDDEN_SYMBOL(name)
204
+
205
+ #if defined(__MINGW32__)
206
+ #define WEAK_ALIAS(name, aliasname) \
207
+ .globl SYMBOL_NAME(aliasname) SEPARATOR \
208
+ EXPORT_SYMBOL(aliasname) SEPARATOR \
209
+ SYMBOL_NAME(aliasname) = SYMBOL_NAME(name)
210
+ #else
211
+ #define WEAK_ALIAS3(name, aliasname) \
212
+ .section .drectve,"yn" SEPARATOR \
213
+ .ascii "-alternatename:", #aliasname, "=", #name, "\0" SEPARATOR \
214
+ .text
215
+ #define WEAK_ALIAS2(name, aliasname) \
216
+ WEAK_ALIAS3(name, aliasname)
217
+ #define WEAK_ALIAS(name, aliasname) \
218
+ EXPORT_SYMBOL(SYMBOL_NAME(aliasname)) SEPARATOR \
219
+ WEAK_ALIAS2(SYMBOL_NAME(name), SYMBOL_NAME(aliasname))
220
+ #endif
221
+
222
+ #define NO_EXEC_STACK_DIRECTIVE
223
+
224
+ #elif defined(__sparc__)
225
+
226
+ #elif defined(_AIX)
227
+
228
+ #if defined(__powerpc64__)
229
+ #define VBYTE_LEN 8
230
+ #define CSECT_ALIGN 3
231
+ #else
232
+ #define VBYTE_LEN 4
233
+ #define CSECT_ALIGN 2
234
+ #endif
235
+
236
+ // clang-format off
237
+ #define DEFINE_LIBUNWIND_FUNCTION_AND_WEAK_ALIAS(name, aliasname) \
238
+ .csect .text[PR], 2 SEPARATOR \
239
+ .csect .name[PR], 2 SEPARATOR \
240
+ .globl name[DS] SEPARATOR \
241
+ .globl .name[PR] SEPARATOR \
242
+ .align 4 SEPARATOR \
243
+ .csect name[DS], CSECT_ALIGN SEPARATOR \
244
+ aliasname: \
245
+ .vbyte VBYTE_LEN, .name[PR] SEPARATOR \
246
+ .vbyte VBYTE_LEN, TOC[TC0] SEPARATOR \
247
+ .vbyte VBYTE_LEN, 0 SEPARATOR \
248
+ .weak aliasname SEPARATOR \
249
+ .weak .aliasname SEPARATOR \
250
+ .csect .name[PR], 2 SEPARATOR \
251
+ .aliasname: \
252
+
253
+ #define WEAK_ALIAS(name, aliasname)
254
+ #define NO_EXEC_STACK_DIRECTIVE
255
+
256
+ // clang-format on
257
+ #else
258
+
259
+ #error Unsupported target
260
+
261
+ #endif
262
+
263
+ #if defined(_AIX)
264
+ // clang-format off
265
+ #define DEFINE_LIBUNWIND_FUNCTION(name) \
266
+ .globl name[DS] SEPARATOR \
267
+ .globl .name SEPARATOR \
268
+ .align 4 SEPARATOR \
269
+ .csect name[DS], CSECT_ALIGN SEPARATOR \
270
+ .vbyte VBYTE_LEN, .name SEPARATOR \
271
+ .vbyte VBYTE_LEN, TOC[TC0] SEPARATOR \
272
+ .vbyte VBYTE_LEN, 0 SEPARATOR \
273
+ .csect .text[PR], 2 SEPARATOR \
274
+ .name:
275
+ // clang-format on
276
+ #else
277
+ #define DEFINE_LIBUNWIND_FUNCTION(name) \
278
+ .globl SYMBOL_NAME(name) SEPARATOR \
279
+ HIDDEN_SYMBOL(SYMBOL_NAME(name)) SEPARATOR \
280
+ SYMBOL_IS_FUNC(SYMBOL_NAME(name)) SEPARATOR \
281
+ PPC64_OPD1 \
282
+ SYMBOL_NAME(name): \
283
+ PPC64_OPD2 \
284
+ AARCH64_BTI
285
+ #endif
286
+
287
+ #if defined(__arm__)
288
+ #if !defined(__ARM_ARCH)
289
+ #define __ARM_ARCH 4
290
+ #endif
291
+
292
+ #if defined(__ARM_ARCH_4T__) || __ARM_ARCH >= 5
293
+ #define ARM_HAS_BX
294
+ #endif
295
+
296
+ #ifdef ARM_HAS_BX
297
+ #define JMP(r) bx r
298
+ #else
299
+ #define JMP(r) mov pc, r
300
+ #endif
301
+ #endif /* __arm__ */
302
+
303
+ #if defined(__powerpc__)
304
+ #define PPC_LEFT_SHIFT(index) << (index)
305
+ #endif
306
+
307
+ #endif /* UNWIND_ASSEMBLY_H */
rust/.rustup/toolchains/stable-x86_64-pc-windows-msvc/lib/rustlib/src/rust/src/llvm-project/libunwind/src/config.h ADDED
@@ -0,0 +1,260 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ //===----------------------------------------------------------------------===//
2
+ //
3
+ // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
+ // See https://llvm.org/LICENSE.txt for license information.
5
+ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
+ //
7
+ //
8
+ // Defines macros used within libunwind project.
9
+ //
10
+ //===----------------------------------------------------------------------===//
11
+
12
+
13
+ #ifndef LIBUNWIND_CONFIG_H
14
+ #define LIBUNWIND_CONFIG_H
15
+
16
+ #include <assert.h>
17
+ #include <stdio.h>
18
+ #include <stdint.h>
19
+ #include <stdlib.h>
20
+
21
+ #include <__libunwind_config.h>
22
+
23
+ #ifdef RUST_SGX
24
+ #include "UnwindRustSgx.h"
25
+ #endif
26
+
27
+ // Platform specific configuration defines.
28
+ #ifdef __APPLE__
29
+ #if defined(FOR_DYLD)
30
+ #define _LIBUNWIND_SUPPORT_COMPACT_UNWIND 1
31
+ #else
32
+ #define _LIBUNWIND_SUPPORT_COMPACT_UNWIND 1
33
+ #define _LIBUNWIND_SUPPORT_DWARF_UNWIND 1
34
+ #endif
35
+ #if defined(__aarch64__) || defined(__arm64__) || defined(__arm64e__)
36
+ #define _LIBUNWIND_TRACE_RET_INJECT 1
37
+ #endif
38
+ #elif defined(_WIN32)
39
+ #ifdef __SEH__
40
+ #define _LIBUNWIND_SUPPORT_SEH_UNWIND 1
41
+ #else
42
+ #define _LIBUNWIND_SUPPORT_DWARF_UNWIND 1
43
+ #endif
44
+ #elif defined(_LIBUNWIND_IS_BAREMETAL)
45
+ #if !defined(_LIBUNWIND_ARM_EHABI)
46
+ #define _LIBUNWIND_SUPPORT_DWARF_UNWIND 1
47
+ #define _LIBUNWIND_SUPPORT_DWARF_INDEX 1
48
+ #endif
49
+ #elif defined(__BIONIC__) && defined(_LIBUNWIND_ARM_EHABI)
50
+ // For ARM EHABI, Bionic didn't implement dl_iterate_phdr until API 21. After
51
+ // API 21, dl_iterate_phdr exists, but dl_unwind_find_exidx is much faster.
52
+ #define _LIBUNWIND_USE_DL_UNWIND_FIND_EXIDX 1
53
+ #elif defined(_AIX)
54
+ // The traceback table at the end of each function is used for unwinding.
55
+ #define _LIBUNWIND_SUPPORT_TBTAB_UNWIND 1
56
+ #elif defined(__HAIKU__)
57
+ #if defined(_LIBUNWIND_USE_HAIKU_BSD_LIB)
58
+ #define _LIBUNWIND_USE_DL_ITERATE_PHDR 1
59
+ #endif
60
+ #define _LIBUNWIND_SUPPORT_DWARF_UNWIND 1
61
+ #define _LIBUNWIND_SUPPORT_DWARF_INDEX 1
62
+ #else
63
+ // Assume an ELF system with a dl_iterate_phdr function.
64
+ #define _LIBUNWIND_USE_DL_ITERATE_PHDR 1
65
+ #if !defined(_LIBUNWIND_ARM_EHABI)
66
+ #define _LIBUNWIND_SUPPORT_DWARF_UNWIND 1
67
+ #define _LIBUNWIND_SUPPORT_DWARF_INDEX 1
68
+ #endif
69
+ #endif
70
+
71
+ #ifdef _LIBUNWIND_TRACE_RET_INJECT
72
+ #define _LIBUNWIND_TRACE_NO_INLINE __attribute__((noinline, disable_tail_calls))
73
+ #else
74
+ #define _LIBUNWIND_TRACE_NO_INLINE
75
+ #endif
76
+
77
+ #if defined(_LIBUNWIND_HIDE_SYMBOLS)
78
+ // The CMake file passes -fvisibility=hidden to control ELF/Mach-O visibility.
79
+ #define _LIBUNWIND_EXPORT
80
+ #define _LIBUNWIND_HIDDEN
81
+ #else
82
+ #if !defined(__ELF__) && !defined(__MACH__) && !defined(_AIX)
83
+ #define _LIBUNWIND_EXPORT __declspec(dllexport)
84
+ #define _LIBUNWIND_HIDDEN
85
+ #else
86
+ #define _LIBUNWIND_EXPORT __attribute__((visibility("default")))
87
+ #define _LIBUNWIND_HIDDEN __attribute__((visibility("hidden")))
88
+ #endif
89
+ #endif
90
+
91
+ #define STR(a) #a
92
+ #define XSTR(a) STR(a)
93
+ #define SYMBOL_NAME(name) XSTR(__USER_LABEL_PREFIX__) #name
94
+
95
+ #if defined(__APPLE__)
96
+ #if defined(_LIBUNWIND_HIDE_SYMBOLS)
97
+ #define _LIBUNWIND_ALIAS_VISIBILITY(name) __asm__(".private_extern " name);
98
+ #else
99
+ #define _LIBUNWIND_ALIAS_VISIBILITY(name)
100
+ #endif
101
+ #define _LIBUNWIND_WEAK_ALIAS(name, aliasname) \
102
+ __asm__(".globl " SYMBOL_NAME(aliasname)); \
103
+ __asm__(SYMBOL_NAME(aliasname) " = " SYMBOL_NAME(name)); \
104
+ _LIBUNWIND_ALIAS_VISIBILITY(SYMBOL_NAME(aliasname))
105
+ #elif defined(__ELF__) || defined(_AIX) || defined(__wasm__)
106
+ #define _LIBUNWIND_WEAK_ALIAS(name, aliasname) \
107
+ extern "C" _LIBUNWIND_EXPORT __typeof(name) aliasname \
108
+ __attribute__((weak, alias(#name)));
109
+ #elif defined(_WIN32)
110
+ #if defined(__MINGW32__)
111
+ #define _LIBUNWIND_WEAK_ALIAS(name, aliasname) \
112
+ extern "C" _LIBUNWIND_EXPORT __typeof(name) aliasname \
113
+ __attribute__((alias(#name)));
114
+ #else
115
+ #define _LIBUNWIND_WEAK_ALIAS(name, aliasname) \
116
+ __pragma(comment(linker, "/alternatename:" SYMBOL_NAME(aliasname) "=" \
117
+ SYMBOL_NAME(name))) \
118
+ extern "C" _LIBUNWIND_EXPORT __typeof(name) aliasname;
119
+ #endif
120
+ #else
121
+ #error Unsupported target
122
+ #endif
123
+
124
+ // Apple/armv7k defaults to DWARF/Compact unwinding, but its libunwind also
125
+ // needs to include the SJLJ APIs.
126
+ #if (defined(__APPLE__) && defined(__arm__)) || defined(__USING_SJLJ_EXCEPTIONS__)
127
+ #define _LIBUNWIND_BUILD_SJLJ_APIS
128
+ #endif
129
+
130
+ #if defined(__i386__) || defined(__x86_64__) || defined(__powerpc__) || \
131
+ (!defined(__APPLE__) && defined(__arm__)) || defined(__aarch64__) || \
132
+ defined(__mips__) || defined(__riscv) || defined(__hexagon__) || \
133
+ defined(__sparc__) || defined(__s390x__) || defined(__loongarch__)
134
+ #if !defined(_LIBUNWIND_BUILD_SJLJ_APIS)
135
+ #define _LIBUNWIND_BUILD_ZERO_COST_APIS
136
+ #endif
137
+ #endif
138
+
139
+ #ifndef _LIBUNWIND_REMEMBER_HEAP_ALLOC
140
+ #if defined(_LIBUNWIND_REMEMBER_STACK_ALLOC) || defined(__APPLE__) || \
141
+ defined(__linux__) || defined(__ANDROID__) || defined(__MINGW32__) || \
142
+ defined(_LIBUNWIND_IS_BAREMETAL)
143
+ #define _LIBUNWIND_REMEMBER_ALLOC(_size) __builtin_alloca(_size)
144
+ #define _LIBUNWIND_REMEMBER_FREE(_ptr) \
145
+ do { \
146
+ } while (0)
147
+ #elif defined(_WIN32)
148
+ #define _LIBUNWIND_REMEMBER_ALLOC(_size) _malloca(_size)
149
+ #define _LIBUNWIND_REMEMBER_FREE(_ptr) _freea(_ptr)
150
+ #define _LIBUNWIND_REMEMBER_CLEANUP_NEEDED
151
+ #else
152
+ #define _LIBUNWIND_REMEMBER_ALLOC(_size) malloc(_size)
153
+ #define _LIBUNWIND_REMEMBER_FREE(_ptr) free(_ptr)
154
+ #define _LIBUNWIND_REMEMBER_CLEANUP_NEEDED
155
+ #endif
156
+ #else /* _LIBUNWIND_REMEMBER_HEAP_ALLOC */
157
+ #define _LIBUNWIND_REMEMBER_ALLOC(_size) malloc(_size)
158
+ #define _LIBUNWIND_REMEMBER_FREE(_ptr) free(_ptr)
159
+ #define _LIBUNWIND_REMEMBER_CLEANUP_NEEDED
160
+ #endif
161
+
162
+ #if defined(NDEBUG) && defined(_LIBUNWIND_IS_BAREMETAL)
163
+ #define _LIBUNWIND_ABORT(msg) \
164
+ do { \
165
+ abort(); \
166
+ } while (0)
167
+ #else
168
+ #define _LIBUNWIND_ABORT(msg) \
169
+ do { \
170
+ fprintf(stderr, "libunwind: %s - %s\n", __func__, msg); \
171
+ fflush(stderr); \
172
+ abort(); \
173
+ } while (0)
174
+ #endif
175
+
176
+ #if defined(NDEBUG) && defined(_LIBUNWIND_IS_BAREMETAL)
177
+ #define _LIBUNWIND_LOG0(msg)
178
+ #define _LIBUNWIND_LOG(msg, ...)
179
+ #else
180
+ #define _LIBUNWIND_LOG0(msg) do { \
181
+ fprintf(stderr, "libunwind: " msg "\n"); \
182
+ fflush(stderr); \
183
+ } while (0)
184
+ #define _LIBUNWIND_LOG(msg, ...) do { \
185
+ fprintf(stderr, "libunwind: " msg "\n", __VA_ARGS__); \
186
+ fflush(stderr); \
187
+ } while (0)
188
+ #endif
189
+
190
+ #if defined(NDEBUG)
191
+ #define _LIBUNWIND_LOG_IF_FALSE(x) x
192
+ #else
193
+ #define _LIBUNWIND_LOG_IF_FALSE(x) \
194
+ do { \
195
+ bool _ret = x; \
196
+ if (!_ret) \
197
+ _LIBUNWIND_LOG("" #x " failed in %s", __FUNCTION__); \
198
+ } while (0)
199
+ #endif
200
+
201
+ // Macros that define away in non-Debug builds
202
+ #ifdef NDEBUG
203
+ #define _LIBUNWIND_DEBUG_LOG(msg, ...)
204
+ #define _LIBUNWIND_TRACE_API(msg, ...)
205
+ #define _LIBUNWIND_TRACING_UNWINDING (0)
206
+ #define _LIBUNWIND_TRACING_DWARF (0)
207
+ #define _LIBUNWIND_TRACE_UNWINDING(msg, ...)
208
+ #define _LIBUNWIND_TRACE_DWARF(...)
209
+ #else
210
+ #ifdef __cplusplus
211
+ extern "C" {
212
+ #endif
213
+ extern bool logAPIs(void);
214
+ extern bool logUnwinding(void);
215
+ extern bool logDWARF(void);
216
+ #ifdef __cplusplus
217
+ }
218
+ #endif
219
+ #define _LIBUNWIND_DEBUG_LOG(msg, ...) _LIBUNWIND_LOG(msg, __VA_ARGS__)
220
+ #define _LIBUNWIND_TRACE_API(msg, ...) \
221
+ do { \
222
+ if (logAPIs()) \
223
+ _LIBUNWIND_LOG(msg, __VA_ARGS__); \
224
+ } while (0)
225
+ #define _LIBUNWIND_TRACING_UNWINDING logUnwinding()
226
+ #define _LIBUNWIND_TRACING_DWARF logDWARF()
227
+ #define _LIBUNWIND_TRACE_UNWINDING(msg, ...) \
228
+ do { \
229
+ if (logUnwinding()) \
230
+ _LIBUNWIND_LOG(msg, __VA_ARGS__); \
231
+ } while (0)
232
+ #define _LIBUNWIND_TRACE_DWARF(...) \
233
+ do { \
234
+ if (logDWARF()) \
235
+ fprintf(stderr, __VA_ARGS__); \
236
+ } while (0)
237
+ #endif
238
+
239
+ #ifdef __cplusplus
240
+ // Used to fit UnwindCursor and Registers_xxx types against unw_context_t /
241
+ // unw_cursor_t sized memory blocks.
242
+ #if defined(_LIBUNWIND_IS_NATIVE_ONLY)
243
+ # define COMP_OP ==
244
+ #else
245
+ # define COMP_OP <=
246
+ #endif
247
+ template <typename _Type, typename _Mem>
248
+ struct check_fit {
249
+ template <typename T>
250
+ struct blk_count {
251
+ static const size_t count =
252
+ (sizeof(T) + sizeof(uint64_t) - 1) / sizeof(uint64_t);
253
+ };
254
+ static const bool does_fit =
255
+ (blk_count<_Type>::count COMP_OP blk_count<_Mem>::count);
256
+ };
257
+ #undef COMP_OP
258
+ #endif // __cplusplus
259
+
260
+ #endif // LIBUNWIND_CONFIG_H