--- embedaddon/pcre/doc/html/pcre_maketables.html 2012/02/21 23:50:25 1.1.1.2 +++ embedaddon/pcre/doc/html/pcre_maketables.html 2013/07/22 08:25:57 1.1.1.3 @@ -24,13 +24,16 @@ SYNOPSIS

const unsigned char *pcre16_maketables(void);

+

+const unsigned char *pcre32_maketables(void); +


DESCRIPTION

This function builds a set of character tables for character values less than -256. These can be passed to pcre[16]_compile() to override PCRE's -internal, built-in tables (which were made by pcre[16]_maketables() when +256. These can be passed to pcre[16|32]_compile() to override PCRE's +internal, built-in tables (which were made by pcre[16|32]_maketables() when PCRE was compiled). You might want to do this if you are using a non-standard locale. The function yields a pointer to the tables.