X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlunicode.pod;h=4e62fed0b51dbd865eae251ecb3b76917ddd1f1f;hb=dc164757d6434bcc04e6bf2256aab2dea31afaa0;hp=61d62d219f965ffa87f1f1281de0d4bc45d6184a;hpb=740d4bb23b722729f87a23733be98429529fd900;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod index 61d62d2..4e62fed 100644 --- a/pod/perlunicode.pod +++ b/pod/perlunicode.pod @@ -11,8 +11,8 @@ implement the Unicode standard or the accompanying technical reports from cover to cover, Perl does support many Unicode features. People who want to learn to use Unicode in Perl, should probably read -L before reading this reference -document. +L, before reading +this reference document. =over 4 @@ -184,7 +184,7 @@ The special pattern C<\X> 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. C<\X> is equivalent to -C<(?:\PM\pM*)>. +C<< (?>\PM\pM*) >>. =item *