Commit | Line | Data |
---|---|---|
9d9177be KW |
1 | /* -*- buffer-read-only: t -*- |
2 | * !!!!!!! DO NOT EDIT THIS FILE !!!!!!! | |
3 | * This file is built by regen/mk_invlists.pl from Unicode::UCD. | |
4 | * Any changes made here will be lost! | |
5 | */ | |
6 | ||
7 | /* See the generating file for comments */ | |
8 | ||
9 | ||
10 | UV Latin1_invlist[] = { | |
11 | 2, /* Number of elements */ | |
12 | 0, /* Current iteration position */ | |
13 | 1064334010, /* Version and data structure type */ | |
14 | 0, /* 0 if this is the first element of the list proper; | |
15 | 1 if the next element is the first */ | |
16 | 256, | |
17 | 0 | |
18 | }; | |
19 | ||
20 | UV AboveLatin1_invlist[] = { | |
21 | 1, /* Number of elements */ | |
22 | 0, /* Current iteration position */ | |
23 | 1064334010, /* Version and data structure type */ | |
24 | 1, /* 0 if this is the first element of the list proper; | |
25 | 1 if the next element is the first */ | |
26 | 256 | |
27 | }; | |
28 | ||
29 | UV ASCII_invlist[] = { | |
30 | 2, /* Number of elements */ | |
31 | 0, /* Current iteration position */ | |
32 | 1064334010, /* Version and data structure type */ | |
33 | 0, /* 0 if this is the first element of the list proper; | |
34 | 1 if the next element is the first */ | |
35 | 128, | |
36 | 0 | |
37 | }; | |
38 | ||
39 | /* ex: set ro: */ |