Fix typo again - hopefully correctly this time.
This commit is contained in:
parent
55f982ac0a
commit
7aedda0fff
|
@ -1,4 +1,4 @@
|
||||||
.TH PCRE2UNICODE 3 "02 July 2016" "PCRE2 10.22"
|
.TH PCRE2UNICODE 3 "03 July 2016" "PCRE2 10.22"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
PCRE - Perl-compatible regular expressions (revised API)
|
PCRE - Perl-compatible regular expressions (revised API)
|
||||||
.SH "UNICODE AND UTF SUPPORT"
|
.SH "UNICODE AND UTF SUPPORT"
|
||||||
|
@ -235,9 +235,9 @@ never occur in a valid UTF-8 string.
|
||||||
.sp
|
.sp
|
||||||
The following negative error codes are given for invalid UTF-16 strings:
|
The following negative error codes are given for invalid UTF-16 strings:
|
||||||
.sp
|
.sp
|
||||||
PCRE2_UTF16_ERR1 Missing low surrogate at end of string
|
PCRE2_ERROR_UTF16_ERR1 Missing low surrogate at end of string
|
||||||
PCRE2_UTF16_ERR2 Invalid low surrogate follows high surrogate
|
PCRE2_ERROR_UTF16_ERR2 Invalid low surrogate follows high surrogate
|
||||||
PCRE2_UTF16_ERR3 Isolated low surrogate
|
PCRE2_ERROR_UTF16_ERR3 Isolated low surrogate
|
||||||
.sp
|
.sp
|
||||||
.
|
.
|
||||||
.
|
.
|
||||||
|
@ -247,8 +247,8 @@ The following negative error codes are given for invalid UTF-16 strings:
|
||||||
.sp
|
.sp
|
||||||
The following negative error codes are given for invalid UTF-32 strings:
|
The following negative error codes are given for invalid UTF-32 strings:
|
||||||
.sp
|
.sp
|
||||||
PCRE2_UTF32_ERR1 Surrogate character (range from 0xd800 to 0xdfff)
|
PCRE2_ERROR_UTF32_ERR1 Surrogate character (0xd800 to 0xdfff)
|
||||||
PCRE2_UTF32_ERR2 Code point is greater than 0x10ffff
|
PCRE2_ERROR_UTF32_ERR2 Code point is greater than 0x10ffff
|
||||||
.sp
|
.sp
|
||||||
.
|
.
|
||||||
.
|
.
|
||||||
|
@ -266,6 +266,6 @@ Cambridge, England.
|
||||||
.rs
|
.rs
|
||||||
.sp
|
.sp
|
||||||
.nf
|
.nf
|
||||||
Last updated: 02 July 2016
|
Last updated: 03 July 2016
|
||||||
Copyright (c) 1997-2016 University of Cambridge.
|
Copyright (c) 1997-2016 University of Cambridge.
|
||||||
.fi
|
.fi
|
||||||
|
|
Loading…
Reference in New Issue