summaryrefslogtreecommitdiff
path: root/doc/html/pcrepattern.html
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-04-14 16:16:58 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-04-14 16:16:58 +0000
commit0f3d6a0cb51bff6c1c8ba82df3d5e8f7bb87465e (patch)
tree28d3eab33bd3d0dd5e3ebab9a1a63a92817cfde8 /doc/html/pcrepattern.html
parente79a1e9603fedaee65b929b31b3b038e9ab628cb (diff)
downloadpcre-0f3d6a0cb51bff6c1c8ba82df3d5e8f7bb87465e.tar.gz
Update documentation to clarify that UTF-8/16 checking is done on complete
strings before any other processing. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@959 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'doc/html/pcrepattern.html')
-rw-r--r--doc/html/pcrepattern.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/html/pcrepattern.html b/doc/html/pcrepattern.html
index 22cc8cf..702d7e4 100644
--- a/doc/html/pcrepattern.html
+++ b/doc/html/pcrepattern.html
@@ -1018,7 +1018,8 @@ used. Because \C breaks up characters into individual data units, matching one
unit with \C in a UTF mode means that the rest of the string may start with a
malformed UTF character. This has undefined results, because PCRE assumes that
it is dealing with valid UTF strings (and by default it checks this at the
-start of processing unless the PCRE_NO_UTF8_CHECK option is used).
+start of processing unless the PCRE_NO_UTF8_CHECK or PCRE_NO_UTF16_CHECK option
+is used).
</P>
<P>
PCRE does not allow \C to appear in lookbehind assertions
@@ -2867,7 +2868,7 @@ Cambridge CB2 3QH, England.
</P>
<br><a name="SEC28" href="#TOC1">REVISION</a><br>
<P>
-Last updated: 24 February 2012
+Last updated: 14 April 2012
<br>
Copyright &copy; 1997-2012 University of Cambridge.
<br>