This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3b9bb7
)
Remove an extraneous space
author
Josh ben Jore
<jjore@cpan.org>
Sun, 10 Jan 2010 17:32:08 +0000
(09:32 -0800)
committer
Josh ben Jore
<jjore@cpan.org>
Mon, 11 Jan 2010 00:45:25 +0000
(16:45 -0800)
pod/perluniintro.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perluniintro.pod
b/pod/perluniintro.pod
index
01915c2
..
6d11bb7
100644
(file)
--- a/
pod/perluniintro.pod
+++ b/
pod/perluniintro.pod
@@
-66,7
+66,7
@@
that's probably what it looks like in the context of the user's language.
With this "whole sequence" view of characters, the total number of
characters is open-ended. But in the programmer's "one unit is one
character" point of view, the concept of "characters" is more
-deterministic. In this document, we take that second
point of view:
+deterministic. In this document, we take that second point of view:
one "character" is one Unicode code point.
For some combinations, there are I<precomposed> characters.