Annotation of embedaddon/pcre/doc/pcre_maketables.3, revision 1.1.1.3
1.1.1.3 ! misho 1: .TH PCRE_MAKETABLES 3 "13 January 2012" "PCRE 8.30"
1.1 misho 2: .SH NAME
3: PCRE - Perl-compatible regular expressions
4: .SH SYNOPSIS
5: .rs
6: .sp
7: .B #include <pcre.h>
8: .PP
9: .SM
10: .B const unsigned char *pcre_maketables(void);
1.1.1.2 misho 11: .PP
12: .B const unsigned char *pcre16_maketables(void);
1.1 misho 13: .
14: .SH DESCRIPTION
15: .rs
16: .sp
17: This function builds a set of character tables for character values less than
1.1.1.2 misho 18: 256. These can be passed to \fBpcre[16]_compile()\fP to override PCRE's
19: internal, built-in tables (which were made by \fBpcre[16]_maketables()\fP when
20: PCRE was compiled). You might want to do this if you are using a non-standard
21: locale. The function yields a pointer to the tables.
1.1 misho 22: .P
23: There is a complete description of the PCRE native API in the
24: .\" HREF
25: \fBpcreapi\fP
26: .\"
27: page and a description of the POSIX API in the
28: .\" HREF
29: \fBpcreposix\fP
30: .\"
31: page.
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>