| 287 |
expression has been compiled, and the results used when the expression is |
expression has been compiled, and the results used when the expression is |
| 288 |
matched. |
matched. |
| 289 |
.P |
.P |
| 290 |
The \fB/T\fP modifier must be followed by a single digit. It causes a specific |
The \fB/T\fP modifier must be followed by a single digit. It causes a specific |
| 291 |
set of built-in character tables to be passed to \fBpcre_compile()\fP. It is |
set of built-in character tables to be passed to \fBpcre_compile()\fP. It is |
| 292 |
used in the standard PCRE tests to check behaviour with different character |
used in the standard PCRE tests to check behaviour with different character |
| 293 |
tables. The digit specifies the tables as follows: |
tables. The digit specifies the tables as follows: |
| 294 |
.sp |
.sp |
| 295 |
0 the default ASCII tables, as distributed in |
0 the default ASCII tables, as distributed in |
| 296 |
pcre_chartables.c.dist |
pcre_chartables.c.dist |
| 297 |
1 a set of tables defining ISO 8859 characters |
1 a set of tables defining ISO 8859 characters |
| 298 |
.sp |
.sp |
| 299 |
In table 1, some characters whose codes are greater than 128 are identified as |
In table 1, some characters whose codes are greater than 128 are identified as |
| 300 |
letters, digits, spaces, etc. |
letters, digits, spaces, etc. |
| 301 |
. |
. |
| 302 |
. |
. |