From 22244bdbbe5e55ece3797eb1c4fed22e93953c4c Mon Sep 17 00:00:00 2001 From: Gisle Aas Date: Wed, 5 Aug 1998 02:41:04 +0200 Subject: utf8 doc tweak Message-ID: Subject: Matching clumps p4raw-id: //depot/perl@1766 --- lib/utf8.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/utf8.pm b/lib/utf8.pm index be46d17230..35a478d10d 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 * -- cgit v1.2.1