1 | | | | | # !!!!!!! DO NOT EDIT THIS FILE !!!!!!! |
2 | | | | | # This file is built by mktables from e.g. UnicodeData.txt. |
3 | | | | | # Any changes made here will be lost! |
4 | | | | | |
5 | | | | | # This file is for internal use by the Perl program only. The format and even |
6 | | | | | # name or existence of this file are subject to change without notice. Don't |
7 | | | | | # use it directly. |
8 | | | | | |
9 | | | | | # |
10 | | | | | # This file supports: |
11 | | | | | # \p{Digit} |
12 | | | | | # |
13 | | | | | # Meaning: [[:Digit:]] |
14 | | | | | # |
15 | 1 | 5µs | | | return <<'END'; |
16 | | | | | 0030 0039 |
17 | | | | | 0660 0669 |
18 | | | | | 06F0 06F9 |
19 | | | | | 07C0 07C9 |
20 | | | | | 0966 096F |
21 | | | | | 09E6 09EF |
22 | | | | | 0A66 0A6F |
23 | | | | | 0AE6 0AEF |
24 | | | | | 0B66 0B6F |
25 | | | | | 0BE6 0BEF |
26 | | | | | 0C66 0C6F |
27 | | | | | 0CE6 0CEF |
28 | | | | | 0D66 0D6F |
29 | | | | | 0E50 0E59 |
30 | | | | | 0ED0 0ED9 |
31 | | | | | 0F20 0F29 |
32 | | | | | 1040 1049 |
33 | | | | | 1090 1099 |
34 | | | | | 17E0 17E9 |
35 | | | | | 1810 1819 |
36 | | | | | 1946 194F |
37 | | | | | 19D0 19D9 |
38 | | | | | 1B50 1B59 |
39 | | | | | 1BB0 1BB9 |
40 | | | | | 1C40 1C49 |
41 | | | | | 1C50 1C59 |
42 | | | | | A620 A629 |
43 | | | | | A8D0 A8D9 |
44 | | | | | A900 A909 |
45 | | | | | AA50 AA59 |
46 | | | | | FF10 FF19 |
47 | | | | | 104A0 104A9 |
48 | | | | | 1D7CE 1D7FF |
49 | | | | | END |