27 |
Tech.Notes notes on the encoding |
Tech.Notes notes on the encoding |
28 |
pcre.3 man page for the functions |
pcre.3 man page for the functions |
29 |
pcreposix.3 man page for the POSIX wrapper API |
pcreposix.3 man page for the POSIX wrapper API |
30 |
deftables.c auxiliary program for building chartables.c |
dftables.c auxiliary program for building chartables.c |
31 |
maketables.c ) |
maketables.c ) |
32 |
study.c ) source of |
study.c ) source of |
33 |
pcre.c ) the functions |
pcre.c ) the functions |
115 |
used. |
used. |
116 |
|
|
117 |
The source file called chartables.c contains the default set of tables. This is |
The source file called chartables.c contains the default set of tables. This is |
118 |
not supplied in the distribution, but is built by the program deftables |
not supplied in the distribution, but is built by the program dftables |
119 |
(compiled from deftables.c), which uses the ANSI C character handling functions |
(compiled from dftables.c), which uses the ANSI C character handling functions |
120 |
such as isalnum(), isalpha(), isupper(), islower(), etc. to build the table |
such as isalnum(), isalpha(), isupper(), islower(), etc. to build the table |
121 |
sources. This means that the default C locale set your system will control the |
sources. This means that the default C locale set your system will control the |
122 |
contents of the tables. You can change the default tables by editing |
contents of the tables. You can change the default tables by editing |
291 |
them correctly. |
them correctly. |
292 |
|
|
293 |
Philip Hazel <ph10@cam.ac.uk> |
Philip Hazel <ph10@cam.ac.uk> |
294 |
October 1998 |
January 1999 |