From b57dd509f79945100ac318635982f75a676b5560 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sat, 8 Apr 2017 12:52:05 -0600 Subject: [PATCH] perlunicode: Add link --- pod/perlunicode.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod index dc79a13..bd70c25 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>). That left the code +through 127 (except for under L>|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 -- 1.8.3.1