projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f63a78
)
A small perluniintro clarification by Jarkko.
author
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Fri, 5 Mar 2004 21:19:06 +0000
(21:19 +0000)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Fri, 5 Mar 2004 21:19:06 +0000
(21:19 +0000)
p4raw-id: //depot/perl@22444
pod/perluniintro.pod
patch
|
blob
|
history
diff --git
a/pod/perluniintro.pod
b/pod/perluniintro.pod
index
6a9d4b0
..
803df80
100644
(file)
--- 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";