Missed typo fixed.

This commit is contained in:
Philip.Hazel 2016-10-06 17:48:24 +00:00
parent 710fac1fe3
commit 9d99ac54a4
1 changed files with 4 additions and 4 deletions

View File

@ -365,10 +365,10 @@ When PCRE2 is compiled in EBCDIC mode, \ea, \ee, \ef, \en, \er, and \et
generate the appropriate EBCDIC code values. The \ec escape is processed generate the appropriate EBCDIC code values. The \ec escape is processed
as specified for Perl in the \fBperlebcdic\fP document. The only characters as specified for Perl in the \fBperlebcdic\fP document. The only characters
that are allowed after \ec are A-Z, a-z, or one of @, [, \e, ], ^, _, or ?. Any that are allowed after \ec are A-Z, a-z, or one of @, [, \e, ], ^, _, or ?. Any
other character provokes a compile-time error. The sequence \e@ encodes other character provokes a compile-time error. The sequence \ec@ encodes
character code 0; the letters (in either case) encode characters 1-26 (hex 01 character code 0; after \ec the letters (in either case) encode characters 1-26
to hex 1A); [, \e, ], ^, and _ encode characters 27-31 (hex 1B to hex 1F), and (hex 01 to hex 1A); [, \e, ], ^, and _ encode characters 27-31 (hex 1B to hex
\ec? becomes either 255 (hex FF) or 95 (hex 5F). 1F), and \ec? becomes either 255 (hex FF) or 95 (hex 5F).
.P .P
Thus, apart from \ec?, these escapes generate the same character code values as Thus, apart from \ec?, these escapes generate the same character code values as
they do in an ASCII environment, though the meanings of the values mostly they do in an ASCII environment, though the meanings of the values mostly