From f6cf462769452c3cb33bad43544b1e536d797585 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Fri, 8 May 2015 22:14:21 -0600 Subject: [PATCH] perlunicode: Fix small misstatement --- pod/perlunicode.pod | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 -- 1.8.3.1