--- code/trunk/ChangeLog 2007/06/19 13:26:46 184 +++ code/trunk/ChangeLog 2007/06/19 13:39:46 185 @@ -68,9 +68,9 @@ pcrecpp::RE("a*").FullMatch("aaa") matches, while pcrecpp::RE("a*?").FullMatch("aaa") does not, and pcrecpp::RE("a*?\\z").FullMatch("aaa") does again. - + 12. If \p or \P was used in non-UTF-8 mode on a character greater than 127 - it matched the wrong number of bytes. + it matched the wrong number of bytes. Version 7.1 24-Apr-07