From 79086a00fceeae7aba98dc19e4dcdc07692dddbf Mon Sep 17 00:00:00 2001 From: Nick Ing-Simmons Date: Thu, 21 Dec 2000 21:54:04 +0000 Subject: [PATCH] CRLF platform issue with io/utf8 fix. p4raw-id: //depot/perlio@8225 --- t/io/utf8.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/io/utf8.t b/t/io/utf8.t index ea19a05..04554e7 100755 --- a/t/io/utf8.t +++ b/t/io/utf8.t @@ -76,7 +76,7 @@ print "ok 15\n"; close F; open F, ">:utf8", 'a' or die $!; - +binmode(F); # we write a "\n" and then tell() - avoid CRLF issues. print F $a; my $y; { my $x = tell(F); -- 2.7.4