summaryrefslogtreecommitdiff
path: root/libs/Pcre16/docs/doc/pcretest.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libs/Pcre16/docs/doc/pcretest.txt')
-rw-r--r--libs/Pcre16/docs/doc/pcretest.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/libs/Pcre16/docs/doc/pcretest.txt b/libs/Pcre16/docs/doc/pcretest.txt
index 55de502443..6d7305cfe8 100644
--- a/libs/Pcre16/docs/doc/pcretest.txt
+++ b/libs/Pcre16/docs/doc/pcretest.txt
@@ -39,6 +39,10 @@ INPUT DATA FORMAT
For maximum portability, therefore, it is safest to use only ASCII
characters in pcretest input files.
+ The input is processed using using C's string functions, so must not
+ contain binary zeroes, even though in Unix-like environments, fgets()
+ treats any bytes other than newline as data characters.
+
PCRE's 8-BIT, 16-BIT AND 32-BIT LIBRARIES
@@ -1083,5 +1087,5 @@ AUTHOR
REVISION
- Last updated: 09 February 2014
- Copyright (c) 1997-2014 University of Cambridge.
+ Last updated: 23 February 2017
+ Copyright (c) 1997-2017 University of Cambridge.