In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/b57dd509f79945100ac318635982f75a676b5560?hp=27c74dfd9a73dc0baa42c9e37899f741b08b7c4b>
- Log ----------------------------------------------------------------- commit b57dd509f79945100ac318635982f75a676b5560 Author: Karl Williamson <[email protected]> Date: Sat Apr 8 12:52:05 2017 -0600 perlunicode: Add link ----------------------------------------------------------------------- Summary of changes: pod/perlunicode.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod index dc79a13849..bd70c251f6 100644 --- a/pod/perlunicode.pod +++ b/pod/perlunicode.pod @@ -208,7 +208,8 @@ Semantics". Before Unicode, when a character was a byte was a character, Perl knew only about the 128 characters defined by ASCII, code points 0 -through 127 (except for under S<C<use locale>>). That left the code +through 127 (except for under L<S<C<use locale>>|perllocale>). That +left the code points 128 to 255 as unassigned, and available for whatever use a program might want. The only semantics they have is their ordinal numbers, and that they are members of none of the non-negative character -- Perl5 Master Repository
