This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
read (and presuambly sysread) would expose the UTF8 internals when
authorNicholas Clark <nick@ccl4.org>
Wed, 29 Dec 2004 19:00:12 +0000 (19:00 +0000)
committerNicholas Clark <nick@ccl4.org>
Wed, 29 Dec 2004 19:00:12 +0000 (19:00 +0000)
commit1dd30107ebac37cf465e5225a00d367454a7cb84
tree53804068371bd6087eacc4e0b78f1c9a46d82be6
parent69938bbac29d5bcb76b80f6eccb27c5ff84cee37
read (and presuambly sysread) would expose the UTF8 internals when
reading from a byte orientated file handle into a UTF8 scalar.

p4raw-id: //depot/perl@23703
pp_sys.c
t/op/read.t