X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Futf8.pm;h=35a478d10dcfde1a85c5253bf4e0e370e6d4603e;hb=3937c24e3f4ed26beafd7a2fbe3a20466bfc2b2d;hp=be46d172308dccc48dffe6cb7be0eace5f915d9a;hpb=a0ed51b321531af4b47cce24205ab9656f043f0f;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/utf8.pm b/lib/utf8.pm index be46d17..35a478d 100644 --- a/lib/utf8.pm +++ b/lib/utf8.pm @@ -98,7 +98,7 @@ The special pattern C<\X> match matches any extended Unicode sequence (a "combining character sequence" in Standardese), where the first character is a base character and subsequent characters are mark characters that apply to the base character. It is equivalent to -C<(?:\pM\PM*)>. +C<(?:\PM\pM*)>. =item *