As using -C to turn on utf8 IO is equivalent to the open pragma,
authorNicholas Clark <nick@ccl4.org>
Wed, 9 Nov 2005 20:53:29 +0000 (20:53 +0000)
committerNicholas Clark <nick@ccl4.org>
Wed, 9 Nov 2005 20:53:29 +0000 (20:53 +0000)
commitceb1aeda7d2a3a96426ccfbd724ec7c64f052923
tree6fc1d5dfb76ca38172f32b288520acdbeb10c167
parent0fb301d74c9343e92304f46af06b6eeb8be34864
As using -C to turn on utf8 IO is equivalent to the open pragma,
change 25925 had the side effect of breaking t/io/utf8.t
Fixed by adding the missing binmode()s.

p4raw-id: //depot/perl@26065
t/io/utf8.t