| 9 |
.SM |
.SM |
| 10 |
.br |
.br |
| 11 |
.B const unsigned char *pcre_maketables(void); |
.B const unsigned char *pcre_maketables(void); |
| 12 |
|
. |
| 13 |
.SH DESCRIPTION |
.SH DESCRIPTION |
| 14 |
.rs |
.rs |
| 15 |
.sp |
.sp |
| 16 |
This function builds a set of character tables which can be passed to |
This function builds a set of character tables for character values less than |
| 17 |
\fBpcre_compile()\fR to override PCRE's internal, built-in tables (which were |
256. These can be passed to \fBpcre_compile()\fP to override PCRE's internal, |
| 18 |
made by \fBpcre_maketables()\fR when PCRE was compiled). You might want to do |
built-in tables (which were made by \fBpcre_maketables()\fP when PCRE was |
| 19 |
this if you are using a non-standard locale. The function yields a pointer to |
compiled). You might want to do this if you are using a non-standard locale. |
| 20 |
the tables. |
The function yields a pointer to the tables. |
| 21 |
|
.P |
| 22 |
There is a complete description of the PCRE API in the |
There is a complete description of the PCRE native API in the |
| 23 |
.\" HREF |
.\" HREF |
| 24 |
\fBpcreapi\fR |
\fBpcreapi\fP |
| 25 |
|
.\" |
| 26 |
|
page and a description of the POSIX API in the |
| 27 |
|
.\" HREF |
| 28 |
|
\fBpcreposix\fP |
| 29 |
.\" |
.\" |
| 30 |
page. |
page. |