[perl #23770] Reading a latin1 file with open(... "<:utf8") will freeze
authorJarkko Hietaniemi <jhi@iki.fi>
Wed, 10 Sep 2003 06:57:16 +0000 (06:57 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 10 Sep 2003 06:57:16 +0000 (06:57 +0000)
commitd3b4e16f4348ab55ddb8e9e8a4e27b46567d2855
tree3a9d2dc19b5101a9ef5b5fa5ed2972ba62d9f83e
parent81cd54e3d8dc0f62b7c4bf5206036c9493ef5300
[perl #23770] Reading a latin1 file with open(... "<:utf8") will freeze
is no more valid, the script doesn't freeze, but I noticed
that neither does the <FILE> complain about bad UTF-8 as it
should and as it does with :encoding(utf8).

p4raw-id: //depot/perl@21153
pp_hot.c
t/io/utf8.t