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 | 221e20899fabd0af8f8fae9b8c89101305898139 (patch) | |
tree | a00c1b9ec7de78de022e6b5e017061f68414efe8 /pod/perluniintro.pod | |
parent | e3217465db9ae0942f4e5060f16093da3b7a67b8 (diff) | |
download | perl-221e20899fabd0af8f8fae9b8c89101305898139.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"; |