summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-09-02 15:45:41 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-09-02 15:45:41 +0000
commitbc72357792382ccc80c3ded9fcfc8ec2c74af111 (patch)
tree0ffb45378eaf670ef16a084401be91eb2f0a6a8b
parent3d5d58b1847916ffa5a4b0e91bc4bc8893cc7a7b (diff)
downloadperl-bc72357792382ccc80c3ded9fcfc8ec2c74af111.tar.gz
Unicode notes.
p4raw-id: //depot/perl@7006
-rw-r--r--pod/perldelta.pod6
1 files changed, 5 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index c1ab71d2ba..b1b44eefde 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<IsDigit>.
=back