From: Karl Williamson Date: Sat, 9 May 2015 04:14:21 +0000 (-0600) Subject: perlunicode: Fix small misstatement X-Git-Tag: v5.22.0-RC1~53 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/f6cf462769452c3cb33bad43544b1e536d797585?ds=sidebyside perlunicode: Fix small misstatement --- diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod index 8edbaac..edeb37d 100644 --- a/pod/perlunicode.pod +++ b/pod/perlunicode.pod @@ -291,9 +291,10 @@ Unicode. =item * There are additional methods for regular expression patterns -A pattern that is compiled with the Lu>|perlre/Eu> modifier is -treated as Unicode. Under the C modifier, there are several other -indications of Unicode; see Ld>. +A pattern that is compiled with the C<< /u >> or C<< /a >> modifiers is +treated as Unicode (though there are some restrictions with C<< /a >>). +Under the C<< /d >> and C<< /l >> modifiers, there are several other +indications for Unicode; see L. =back