summaryrefslogtreecommitdiff
path: root/doc/pcre2syntax.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/pcre2syntax.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/pcre2syntax.3')
-rw-r--r--doc/pcre2syntax.36
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/pcre2syntax.3 b/doc/pcre2syntax.3
index e5ace25..c392bfb 100644
--- a/doc/pcre2syntax.3
+++ b/doc/pcre2syntax.3
@@ -1,4 +1,4 @@
-.TH PCRE2SYNTAX 3 "01 August 2018" "PCRE2 10.32"
+.TH PCRE2SYNTAX 3 "02 September 2018" "PCRE2 10.32"
.SH NAME
PCRE2 - Perl-compatible regular expressions (revised API)
.SH "PCRE2 REGULAR EXPRESSION SYNTAX SUMMARY"
@@ -35,7 +35,7 @@ This table applies to ASCII and Unicode environments.
\eddd character with octal code ddd, or backreference
\eo{ddd..} character with octal code ddd..
\eU "U" if PCRE2_ALT_BSUX is set (otherwise is an error)
- \eN{U+hh..} character with Unicode code point hh..
+ \eN{U+hh..} character with Unicode code point hh.. (Unicode mode only)
\euhhhh character with hex code hhhh (if PCRE2_ALT_BSUX is set)
\exhh character with hex code hh
\ex{hh..} character with hex code hh..
@@ -621,6 +621,6 @@ Cambridge, England.
.rs
.sp
.nf
-Last updated: 01 August 2018
+Last updated: 02 September 2018
Copyright (c) 1997-2018 University of Cambridge.
.fi