diff options
author | nigel <nigel@2f5784b3-3f2a-0410-8824-cb99058d5e15> | 2007-02-24 21:40:24 +0000 |
---|---|---|
committer | nigel <nigel@2f5784b3-3f2a-0410-8824-cb99058d5e15> | 2007-02-24 21:40:24 +0000 |
commit | 4af6fcff808e079ca1aa09104d6146baa932af47 (patch) | |
tree | dc14f3624835dd1275c31159a4c365ed439f3df7 /doc/html/pcre_compile.html | |
parent | f08d5b6354f668c0047281d81eda8d0fd2a9e82d (diff) | |
download | pcre-4af6fcff808e079ca1aa09104d6146baa932af47.tar.gz |
Load pcre-4.4 into code/trunk.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@71 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'doc/html/pcre_compile.html')
-rw-r--r-- | doc/html/pcre_compile.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/html/pcre_compile.html b/doc/html/pcre_compile.html index 0b21683..e1a4379 100644 --- a/doc/html/pcre_compile.html +++ b/doc/html/pcre_compile.html @@ -52,10 +52,14 @@ The option bits are: theses (named ones available) PCRE_UNGREEDY Invert greediness of quantifiers PCRE_UTF8 Run in UTF-8 mode + PCRE_NO_UTF8_CHECK Do not check the pattern for UTF-8 + validity (only relevant if + PCRE_UTF8 is set) </PRE> </P> <P> -PCRE must have been compiled with UTF-8 support when PCRE_UTF8 is used. +PCRE must be compiled with UTF-8 support in order to use PCRE_UTF8 +(or PCRE_NO_UTF8_CHECK). </P> <P> The yield of the function is a pointer to a private data structure that |