--- code/trunk/doc/pcrecompat.3 2011/07/23 14:34:27 633 +++ code/trunk/doc/pcrecompat.3 2011/07/23 15:37:07 634 @@ -37,9 +37,11 @@ represent a binary zero. .P 5. The following Perl escape sequences are not supported: \el, \eu, \eL, -and \eU. In fact these are implemented by Perl's general string-handling and -are not part of its pattern matching engine. If any of these are encountered by -PCRE, an error is generated. +\eU, and \eN when followed by a character name or Unicode value. (\eN on its +own, matching a non-newline character, is supported.) In fact these are +implemented by Perl's general string-handling and are not part of its pattern +matching engine. If any of these are encountered by PCRE, an error is +generated. .P 6. The Perl escape sequences \ep, \eP, and \eX are supported only if PCRE is built with Unicode character property support. The properties that can be