diff options
author | Mike Guy <mjtg@cam.ac.uk> | 2000-09-01 18:43:33 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-09-01 19:37:40 +0000 |
commit | 246fae53ea6ae12991e7653f136a0f797ce002d4 (patch) | |
tree | 217a07ca92ca48618ff14c8cead58f88b284fbb3 /pod/perldiag.pod | |
parent | 93d73c42a7dc0b497a6a2eb40edcb6429896653c (diff) | |
download | perl-246fae53ea6ae12991e7653f136a0f797ce002d4.tar.gz |
Fix vec() / utf8 (was Re: bitvec ops still broken with utf8 -- or not?)
Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
p4raw-id: //depot/perl@6988
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r-- | pod/perldiag.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 27711f5416..960170d81f 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -1043,6 +1043,11 @@ 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 |