/[pcre]/code/trunk/doc/html/pcre_compile2.html
ViewVC logotype

Diff of /code/trunk/doc/html/pcre_compile2.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 534 by ph10, Mon Oct 5 10:59:35 2009 UTC revision 535 by ph10, Thu Jun 3 19:18:24 2010 UTC
# Line 70  The option bits are: Line 70  The option bits are:
70    PCRE_NO_UTF8_CHECK      Do not check the pattern for UTF-8    PCRE_NO_UTF8_CHECK      Do not check the pattern for UTF-8
71                              validity (only relevant if                              validity (only relevant if
72                              PCRE_UTF8 is set)                              PCRE_UTF8 is set)
73      PCRE_UCP                Use Unicode properties for \d, \w, etc.
74    PCRE_UNGREEDY           Invert greediness of quantifiers    PCRE_UNGREEDY           Invert greediness of quantifiers
75    PCRE_UTF8               Run in UTF-8 mode    PCRE_UTF8               Run in UTF-8 mode
76  </pre>  </pre>
77  PCRE must be built with UTF-8 support in order to use PCRE_UTF8 and  PCRE must be built with UTF-8 support in order to use PCRE_UTF8 and
78  PCRE_NO_UTF8_CHECK.  PCRE_NO_UTF8_CHECK, and with UCP support if PCRE_UCP is used.
79  </P>  </P>
80  <P>  <P>
81  The yield of the function is a pointer to a private data structure that  The yield of the function is a pointer to a private data structure that

Legend:
Removed from v.534  
changed lines
  Added in v.535

webmaster@exim.org
ViewVC Help
Powered by ViewVC 1.1.12