diff options
author | Oleksandr Byelkin <sanja@mariadb.com> | 2020-05-02 08:44:17 +0200 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2020-05-02 08:44:17 +0200 |
commit | ca091e6372c4d1b05d2338e878042c2914519a4e (patch) | |
tree | 406c71091eb4fdf4409147d22e6749309f677e8e /pcre/doc/pcre.3 | |
parent | 28325b08633372cc343dfcbc41fe252020cf6e6e (diff) | |
parent | d233fd14a39f9c583b85ffb03e42b5ea52e2f4c2 (diff) | |
download | mariadb-git-ca091e6372c4d1b05d2338e878042c2914519a4e.tar.gz |
Merge branch '10.1' into 10.2
Diffstat (limited to 'pcre/doc/pcre.3')
-rw-r--r-- | pcre/doc/pcre.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcre/doc/pcre.3 b/pcre/doc/pcre.3 index 0f2837e7c06..716d58044c7 100644 --- a/pcre/doc/pcre.3 +++ b/pcre/doc/pcre.3 @@ -146,7 +146,7 @@ performance. One way of guarding against this possibility is to use the \fBpcre_fullinfo()\fP function to check the compiled pattern's options for UTF. Alternatively, from release 8.33, you can set the PCRE_NEVER_UTF option at -compile time. This causes an compile time error if a pattern contains a +compile time. This causes a compile time error if a pattern contains a UTF-setting sequence. .P If your application is one that supports UTF, be aware that validity checking |