summaryrefslogtreecommitdiff
path: root/doc/html/pcre2_jit_compile.html
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-03-06 17:38:20 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-03-06 17:38:20 +0000
commit39dbe12dc29bda4cc1b9790c4bda6f81cb038927 (patch)
treef703e9d5ccca678f538e750cc3ca4655ae54cc95 /doc/html/pcre2_jit_compile.html
parentac88fdeee3bdeec86cdd097c1c66ae0bcbcecd48 (diff)
downloadpcre2-39dbe12dc29bda4cc1b9790c4bda6f81cb038927.tar.gz
Documentation update re PCRE2_JIT_INVALID_UTF
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1080 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'doc/html/pcre2_jit_compile.html')
-rw-r--r--doc/html/pcre2_jit_compile.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/html/pcre2_jit_compile.html b/doc/html/pcre2_jit_compile.html
index 15b0138..2e13867 100644
--- a/doc/html/pcre2_jit_compile.html
+++ b/doc/html/pcre2_jit_compile.html
@@ -40,6 +40,7 @@ bits:
PCRE2_JIT_COMPLETE compile code for full matching
PCRE2_JIT_PARTIAL_SOFT compile code for soft partial matching
PCRE2_JIT_PARTIAL_HARD compile code for hard partial matching
+ PCRE2_JIT_INVALID_UTF compile code to handle invalid UTF
</pre>
The yield of the function is 0 for success, or a negative error code otherwise.
In particular, PCRE2_ERROR_JIT_BADOPTION is returned if JIT is not supported or