summaryrefslogtreecommitdiff
path: root/doc/pcre2api.3
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2018-09-02 16:03:27 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2018-09-02 16:03:27 +0000
commit11ad23b7e6f2b3b81bc7e1e605e34416b5b900ff (patch)
treea4edf298cc45e5e337300a33e699a4496b4b9451 /doc/pcre2api.3
parent594579992709c1e97670f354ea5b4b87fe2a2bdb (diff)
downloadpcre2-11ad23b7e6f2b3b81bc7e1e605e34416b5b900ff.tar.gz
Lock out \N{U+hhhh} in non-UTF (non-Unicode) modes.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@994 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'doc/pcre2api.3')
-rw-r--r--doc/pcre2api.35
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/pcre2api.3 b/doc/pcre2api.3
index 5a97739..fff4fcc 100644
--- a/doc/pcre2api.3
+++ b/doc/pcre2api.3
@@ -1,4 +1,4 @@
-.TH PCRE2API 3 "03 August 2018" "PCRE2 10.32"
+.TH PCRE2API 3 "02 September 2018" "PCRE2 10.32"
.SH NAME
PCRE2 - Perl-compatible regular expressions (revised API)
.sp
@@ -1756,7 +1756,8 @@ behaviour of PCRE2 are given in the
.\" HREF
\fBpcre2unicode\fP
.\"
-page.
+page. In particular, note that it changes the way PCRE2_CASELESS handles
+characters with code points greater than 127.
.
.
.\" HTML <a name="extracompileoptions"></a>