summaryrefslogtreecommitdiff
path: root/doc/pcre2syntax.3
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-06-13 16:10:14 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-06-13 16:10:14 +0000
commit3e9c94e714aef472e0650bf49028bf6fffb9e5e1 (patch)
tree59e5a41acb44c4127bbe53e5d42e9fca0725ffc7 /doc/pcre2syntax.3
parent80cacc7c366941eb206046126dd87939d1469d1e (diff)
downloadpcre2-3e9c94e714aef472e0650bf49028bf6fffb9e5e1.tar.gz
Make \c operate like Perl in EBCDIC environments.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@285 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'doc/pcre2syntax.3')
-rw-r--r--doc/pcre2syntax.311
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/pcre2syntax.3 b/doc/pcre2syntax.3
index 398be1e..0e2aae8 100644
--- a/doc/pcre2syntax.3
+++ b/doc/pcre2syntax.3
@@ -1,4 +1,4 @@
-.TH PCRE2SYNTAX 3 "23 April 2015" "PCRE2 10.20"
+.TH PCRE2SYNTAX 3 "13 June 2015" "PCRE2 10.20"
.SH NAME
PCRE2 - Perl-compatible regular expressions (revised API)
.SH "PCRE2 REGULAR EXPRESSION SYNTAX SUMMARY"
@@ -22,8 +22,10 @@ documentation. This document contains a quick-reference summary of the syntax.
.SH "ESCAPED CHARACTERS"
.rs
.sp
+This table applies to ASCII and Unicode environments.
+.sp
\ea alarm, that is, the BEL character (hex 07)
- \ecx "control-x", where x is any ASCII character
+ \ecx "control-x", where x is any ASCII printing character
\ee escape (hex 1B)
\ef form feed (hex 0C)
\en newline (hex 0A)
@@ -47,7 +49,8 @@ in the
.\" HREF
\fBpcre2pattern\fP
.\"
-documentation.
+documentation, where details of escape processing in EBCDIC environments are
+also given.
.P
When \ex is not followed by {, from zero to two hexadecimal digits are read,
but if PCRE2_ALT_BSUX is set, \ex must be followed by two hexadecimal digits to
@@ -567,6 +570,6 @@ Cambridge, England.
.rs
.sp
.nf
-Last updated: 23 April 2015
+Last updated: 13 June 2015
Copyright (c) 1997-2015 University of Cambridge.
.fi