diff options
author | Josh ben Jore <jjore@cpan.org> | 2010-01-10 09:32:08 -0800 |
---|---|---|
committer | Josh ben Jore <jjore@cpan.org> | 2010-01-10 16:45:25 -0800 |
commit | f7d1603dbb882894bc7a423058e0334fa88e4614 (patch) | |
tree | 45abd472f91ecc4ee3c85e3ab037eed5ee1d9e52 /pod/perluniintro.pod | |
parent | f3b9bb7d1f91ecfed13b90d5e1e22678c754e87b (diff) | |
download | perl-f7d1603dbb882894bc7a423058e0334fa88e4614.tar.gz |
Remove an extraneous space
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 01915c21c5..6d11bb7a2e 100644 --- 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. |