This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlunicode: Fix small misstatement
authorKarl Williamson <khw@cpan.org>
Sat, 9 May 2015 04:14:21 +0000 (22:14 -0600)
committerKarl Williamson <khw@cpan.org>
Sat, 9 May 2015 04:18:35 +0000 (22:18 -0600)
pod/perlunicode.pod

index 8edbaac..edeb37d 100644 (file)
@@ -291,9 +291,10 @@ Unicode.
 
 =item * There are additional methods for regular expression patterns
 
 
 =item * There are additional methods for regular expression patterns
 
-A pattern that is compiled with the L<C<E<sol>u>|perlre/E<sol>u> modifier is
-treated as Unicode.  Under the C</d> modifier, there are several other
-indications of Unicode; see L<perlre/E<sol>d>.
+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<perlre/Character set modifiers>.
 
 =back
 
 
 =back