This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix for the :utf8 read() bug noticed by Matt Sergeant:
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 13 Nov 2001 22:50:27 +0000 (22:50 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 13 Nov 2001 22:50:27 +0000 (22:50 +0000)
commitd09651054f608b613dc2d41d0267898bf3d676f8
tree3c6ed3dc81fbd5d917307d6a2889f92d6811c6d0
parent72d9590d7f2276007a1ce30193936901e22250e1
Fix for the :utf8 read() bug noticed by Matt Sergeant:
"large enough" Unicode characters returned more than one
as their "Unicode size".

p4raw-id: //depot/perl@12981
pp_sys.c
t/io/utf8.t