53 |
data tables that are used by more than one of the exported external |
data tables that are used by more than one of the exported external |
54 |
functions, but which are not intended for use by external callers. |
functions, but which are not intended for use by external callers. |
55 |
Their names all begin with "_pcre_", which hopefully will not provoke |
Their names all begin with "_pcre_", which hopefully will not provoke |
56 |
any name clashes. |
any name clashes. In some environments, it is possible to control which |
57 |
|
external symbols are exported when a shared library is built, and in |
58 |
|
these cases the undocumented symbols are not exported. |
59 |
|
|
60 |
|
|
61 |
USER DOCUMENTATION |
USER DOCUMENTATION |
236 |
not described. |
not described. |
237 |
|
|
238 |
|
|
239 |
|
C++ SUPPORT |
240 |
|
|
241 |
|
By default, the configure script will search for a C++ compiler and C++ |
242 |
|
header files. If it finds them, it automatically builds the C++ wrapper |
243 |
|
library for PCRE. You can disable this by adding |
244 |
|
|
245 |
|
--disable-cpp |
246 |
|
|
247 |
|
to the configure command. |
248 |
|
|
249 |
|
|
250 |
UTF-8 SUPPORT |
UTF-8 SUPPORT |
251 |
|
|
252 |
To build PCRE with support for UTF-8 character strings, add |
To build PCRE with support for UTF-8 character strings, add |
394 |
|
|
395 |
to the configure command. |
to the configure command. |
396 |
|
|
397 |
Last updated: 28 February 2005 |
Last updated: 15 August 2005 |
398 |
Copyright (c) 1997-2005 University of Cambridge. |
Copyright (c) 1997-2005 University of Cambridge. |
399 |
------------------------------------------------------------------------------ |
------------------------------------------------------------------------------ |
400 |
|
|