|
2 | 2 | * Perl-Compatible Regular Expressions *
|
3 | 3 | *************************************************/
|
4 | 4 |
|
5 |
| -/* This file was automatically written by the pcre2_dftables auxiliary |
| 5 | +/* This file was automatically written by the dftables auxiliary |
6 | 6 | program. It contains character tables that are used when no external
|
7 | 7 | tables are passed to PCRE2 by the application that calls it. The tables
|
8 | 8 | are used only for characters whose code values are less than 256. */
|
9 | 9 |
|
10 |
| -/* This set of tables was written in the C locale. */ |
11 |
| - |
12 |
| -/* The pcre2_ftables program (which is distributed with PCRE2) can be used |
13 |
| -to build alternative versions of this file. This is necessary if you are |
| 10 | +/*The dftables program (which is distributed with PCRE2) can be used to |
| 11 | +build alternative versions of this file. This is necessary if you are |
14 | 12 | running in an EBCDIC environment, or if you want to default to a different
|
15 |
| -encoding, for example ISO-8859-1. When pcre2_dftables is run, it creates |
16 |
| -these tables in the "C" locale by default. This happens automatically if |
17 |
| -PCRE2 is configured with --enable-rebuild-chartables. However, you can run |
18 |
| -pcre2_dftables manually with the -L option to build tables using the LC_ALL |
19 |
| -locale. */ |
| 13 | +encoding, for example ISO-8859-1. When dftables is run, it creates these |
| 14 | +tables in the current locale. This happens automatically if PCRE2 is |
| 15 | +configured with --enable-rebuild-chartables. */ |
20 | 16 |
|
21 | 17 | /* The following #include is present because without it gcc 4.x may remove
|
22 | 18 | the array definition from the final binary if PCRE2 is built into a static
|
@@ -106,54 +102,54 @@ const uint8_t PRIV(default_tables)[] = {
|
106 | 102 | /* This table contains bit maps for various character classes. Each map is 32
|
107 | 103 | bytes long and the bits run from the least significant end of each byte. The
|
108 | 104 | classes that have their own maps are: space, xdigit, digit, upper, lower, word,
|
109 |
| -graph, print, punct, and cntrl. Other classes are built from combinations. */ |
| 105 | +graph print, punct, and cntrl. Other classes are built from combinations. */ |
110 | 106 |
|
111 |
| - 0x00,0x3e,0x00,0x00,0x01,0x00,0x00,0x00, /* space */ |
| 107 | + 0x00,0x3e,0x00,0x00,0x01,0x00,0x00,0x00, |
112 | 108 | 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
113 | 109 | 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
114 | 110 | 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
115 | 111 |
|
116 |
| - 0x00,0x00,0x00,0x00,0x00,0x00,0xff,0x03, /* xdigit */ |
| 112 | + 0x00,0x00,0x00,0x00,0x00,0x00,0xff,0x03, |
117 | 113 | 0x7e,0x00,0x00,0x00,0x7e,0x00,0x00,0x00,
|
118 | 114 | 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
119 | 115 | 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
120 | 116 |
|
121 |
| - 0x00,0x00,0x00,0x00,0x00,0x00,0xff,0x03, /* digit */ |
| 117 | + 0x00,0x00,0x00,0x00,0x00,0x00,0xff,0x03, |
122 | 118 | 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
123 | 119 | 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
124 | 120 | 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
125 | 121 |
|
126 |
| - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, /* upper */ |
| 122 | + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, |
127 | 123 | 0xfe,0xff,0xff,0x07,0x00,0x00,0x00,0x00,
|
128 | 124 | 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
129 | 125 | 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
130 | 126 |
|
131 |
| - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, /* lower */ |
| 127 | + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, |
132 | 128 | 0x00,0x00,0x00,0x00,0xfe,0xff,0xff,0x07,
|
133 | 129 | 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
134 | 130 | 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
135 | 131 |
|
136 |
| - 0x00,0x00,0x00,0x00,0x00,0x00,0xff,0x03, /* word */ |
| 132 | + 0x00,0x00,0x00,0x00,0x00,0x00,0xff,0x03, |
137 | 133 | 0xfe,0xff,0xff,0x87,0xfe,0xff,0xff,0x07,
|
138 | 134 | 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
139 | 135 | 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
140 | 136 |
|
141 |
| - 0x00,0x00,0x00,0x00,0xfe,0xff,0xff,0xff, /* graph */ |
| 137 | + 0x00,0x00,0x00,0x00,0xfe,0xff,0xff,0xff, |
142 | 138 | 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x7f,
|
143 | 139 | 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
144 | 140 | 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
145 | 141 |
|
146 |
| - 0x00,0x00,0x00,0x00,0xff,0xff,0xff,0xff, /* print */ |
| 142 | + 0x00,0x00,0x00,0x00,0xff,0xff,0xff,0xff, |
147 | 143 | 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x7f,
|
148 | 144 | 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
149 | 145 | 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
150 | 146 |
|
151 |
| - 0x00,0x00,0x00,0x00,0xfe,0xff,0x00,0xfc, /* punct */ |
| 147 | + 0x00,0x00,0x00,0x00,0xfe,0xff,0x00,0xfc, |
152 | 148 | 0x01,0x00,0x00,0xf8,0x01,0x00,0x00,0x78,
|
153 | 149 | 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
154 | 150 | 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
155 | 151 |
|
156 |
| - 0xff,0xff,0xff,0xff,0x00,0x00,0x00,0x00, /* cntrl */ |
| 152 | + 0xff,0xff,0xff,0xff,0x00,0x00,0x00,0x00, |
157 | 153 | 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,
|
158 | 154 | 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
159 | 155 | 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0 commit comments