Diff for /embedaddon/pcre/doc/html/pcre_maketables.html between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:05:52 version 1.1.1.2, 2012/02/21 23:50:25
Line 21  SYNOPSIS Line 21  SYNOPSIS
 <P>  <P>
 <b>const unsigned char *pcre_maketables(void);</b>  <b>const unsigned char *pcre_maketables(void);</b>
 </P>  </P>
   <P>
   <b>const unsigned char *pcre16_maketables(void);</b>
   </P>
 <br><b>  <br><b>
 DESCRIPTION  DESCRIPTION
 </b><br>  </b><br>
 <P>  <P>
 This function builds a set of character tables for character values less than  This function builds a set of character tables for character values less than
256. These can be passed to <b>pcre_compile()</b> to override PCRE's internal,256. These can be passed to <b>pcre[16]_compile()</b> to override PCRE's
built-in tables (which were made by <b>pcre_maketables()</b> when PCRE wasinternal, built-in tables (which were made by <b>pcre[16]_maketables()</b> when
compiled). You might want to do this if you are using a non-standard locale.PCRE was compiled). You might want to do this if you are using a non-standard
The function yields a pointer to the tables.locale. The function yields a pointer to the tables.
 </P>  </P>
 <P>  <P>
 There is a complete description of the PCRE native API in the  There is a complete description of the PCRE native API in the

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>