summaryrefslogtreecommitdiff
path: root/src/pcre2_error.c
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 /src/pcre2_error.c
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 'src/pcre2_error.c')
-rw-r--r--src/pcre2_error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcre2_error.c b/src/pcre2_error.c
index 64ab5d9..4b3b3f1 100644
--- a/src/pcre2_error.c
+++ b/src/pcre2_error.c
@@ -179,7 +179,7 @@ static const unsigned char compile_error_texts[] =
"internal error: bad code value in parsed_skip()\0"
"PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES is not allowed in UTF-16 mode\0"
"invalid option bits with PCRE2_LITERAL\0"
- "\\N{U+dddd} is not supported in EBCDIC mode\0"
+ "\\N{U+dddd} is supported only in Unicode (UTF) mode\0"
"invalid hyphen in option setting\0"
;