diff options
author | Spider Boardman <spider@orb.nashua.nh.us> | 2000-09-07 22:21:02 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-09-08 14:19:49 +0000 |
commit | 33b454808819084359e76a3f223a41b842c180b7 (patch) | |
tree | 7637e666df742859e20f1b79353fca4d01eb68d5 /pod/perldiag.pod | |
parent | c5d572932fd269096c2a3545999d11f5ab9563b7 (diff) | |
download | perl-33b454808819084359e76a3f223a41b842c180b7.tar.gz |
Re-allow vec() for characters > 255.
Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
p4raw-id: //depot/perl@7039
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r-- | pod/perldiag.pod | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 3e9f6331f9..63d7f999d1 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -1043,11 +1043,6 @@ references can be weakened. with an assignment operator, which implies modifying the value itself. Perhaps you need to copy the value to a temporary, and repeat that. -=item Character > 255 in vec() - -(F) You applied the vec() function to a UTF8 string which contained -a character > 255. vec() currently only operates on characters < 256. - =item chmod() mode argument is missing initial 0 (W chmod) A novice will sometimes say |