diff options
-rw-r--r-- | pod/perluniintro.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perluniintro.pod b/pod/perluniintro.pod index 6a9d4b098d..803df80759 100644 --- a/pod/perluniintro.pod +++ b/pod/perluniintro.pod @@ -265,7 +265,7 @@ C<substr()> will work on the Unicode characters; regular expressions will work on the Unicode characters (see L<perlunicode> and L<perlretut>). Note that Perl considers combining character sequences to be -characters, so for example +separate characters, so for example use charnames ':full'; print length("\N{LATIN CAPITAL LETTER A}\N{COMBINING ACUTE ACCENT}"), "\n"; |