Various EBCDIC fixes:
[p5sagit/p5-mst-13.2.git] / pod / perlre.pod
index 02dd2cd..ce2b9bd 100644 (file)
@@ -179,7 +179,6 @@ In addition, Perl defines the following:
     \X Match eXtended Unicode "combining character sequence",
         equivalent to C<(?:\PM\pM*)>
     \C Match a single C char (octet) even under utf8.
-       (Currently this does not work correctly.)
 
 A C<\w> matches a single alphanumeric character or C<_>, not a whole word.
 Use C<\w+> to match a string of Perl-identifier characters (which isn't