1 |
<html>
|
2 |
<head>
|
3 |
<title>pcre_maketables specification</title>
|
4 |
</head>
|
5 |
<body bgcolor="#FFFFFF" text="#00005A" link="#0066FF" alink="#3399FF" vlink="#2222BB">
|
6 |
This HTML document has been generated automatically from the original man page.
|
7 |
If there is any nonsense in it, please consult the man page, in case the
|
8 |
conversion went wrong.<br>
|
9 |
<br><b>
|
10 |
SYNOPSIS
|
11 |
</b><br>
|
12 |
<P>
|
13 |
<b>#include <pcre.h></b>
|
14 |
</P>
|
15 |
<P>
|
16 |
<b>const unsigned char *pcre_maketables(void);</b>
|
17 |
</P>
|
18 |
<br><b>
|
19 |
DESCRIPTION
|
20 |
</b><br>
|
21 |
<P>
|
22 |
This function builds a set of character tables which can be passed to
|
23 |
<b>pcre_compile()</b> to override PCRE's internal, built-in tables (which were
|
24 |
made by <b>pcre_maketables()</b> when PCRE was compiled). You might want to do
|
25 |
this if you are using a non-standard locale. The function yields a pointer to
|
26 |
the tables.
|
27 |
</P>
|
28 |
<P>
|
29 |
There is a complete description of the PCRE API in the
|
30 |
<a href="pcreapi.html"><b>pcreapi</b></a>
|
31 |
page.
|