diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-03-05 21:19:06 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-03-05 21:19:06 +0000 |
commit | c0c50798904ed219d069da8d28f789f4cc6e4fb2 (patch) | |
tree | a00c1b9ec7de78de022e6b5e017061f68414efe8 /pod/perluniintro.pod | |
parent | 3f63a7829490e7c2b14422ea9863ba16725d1ead (diff) | |
download | perl-c0c50798904ed219d069da8d28f789f4cc6e4fb2.tar.gz |
A small perluniintro clarification by Jarkko.
p4raw-id: //depot/perl@22444
Diffstat (limited to 'pod/perluniintro.pod')
-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"; |