summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 2 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index d1821c3..b1c2853 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -81,9 +81,8 @@ Version 8.10 03-Jun-2010
used to create a list of bytes that can start a match. For \s, it was
including 0x85 and 0xa0, which of course cannot start UTF-8 characters. I
have changed the code so that only real ASCII characters (less than 128)
- are set in this case because the \s etc escapes are documented as
- recognizing only ASCII characters. (When PCRE_UCP is set - see 9 above -
- the code is different altogether.)
+ and the correct starting bytes for UTF-8 encodings are set in this case.
+ (When PCRE_UCP is set - see 9 above - the code is different altogether.)
Version 8.02 19-Mar-2010