From: Jarkko Hietaniemi Date: Sat, 2 Sep 2000 15:45:41 +0000 (+0000) Subject: Unicode notes. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bc72357792382ccc80c3ded9fcfc8ec2c74af111;p=p5sagit%2Fp5-mst-13.2.git Unicode notes. p4raw-id: //depot/perl@7006 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index c1ab71d..b1b44ee 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -477,7 +477,7 @@ UTF16 encoded Perl files should now be read correctly. =item * -The character tables have been updated to new Unicode 3.0 features. +The character tables have been updated to Unicode 3.0.1. =item * @@ -508,6 +508,10 @@ see pack('U0', ...)). =item * +vec() now refuses to deal with characters >255. + +=item * + Zero entries were missing from the Unicode classes like C. =back