summaryrefslogtreecommitdiff
path: root/src/pcre2.h.in
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.h.in
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.h.in')
-rw-r--r--src/pcre2.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcre2.h.in b/src/pcre2.h.in
index 4c7c674..a9396e0 100644
--- a/src/pcre2.h.in
+++ b/src/pcre2.h.in
@@ -316,7 +316,7 @@ pcre2_pattern_convert(). */
#define PCRE2_ERROR_INTERNAL_BAD_CODE_IN_SKIP 190
#define PCRE2_ERROR_NO_SURROGATES_IN_UTF16 191
#define PCRE2_ERROR_BAD_LITERAL_OPTIONS 192
-#define PCRE2_ERROR_NOT_SUPPORTED_IN_EBCDIC 193
+#define PCRE2_ERROR_SUPPORTED_ONLY_IN_UNICODE 193
#define PCRE2_ERROR_INVALID_HYPHEN_IN_OPTIONS 194