This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: Smoke [5.9.2] 22818 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
authorSteve Hay <SteveHay@planit.com>
Fri, 14 May 2004 17:33:17 +0000 (18:33 +0100)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 18 May 2004 12:16:42 +0000 (12:16 +0000)
Message-ID: <40A4F4CD.2000003@uk.radan.com>

p4raw-id: //depot/perl@22827

t/comp/utf.t

index a7b8566..d2037a2 100644 (file)
@@ -17,7 +17,7 @@ my $BOM = chr(0xFEFF);
 
 sub test {
     my ($enc, $tag, $bom) = @_;
-    open(UTF_PL, ">:encoding($enc)", "utf.pl")
+    open(UTF_PL, ">:raw:encoding($enc)", "utf.pl")
        or die "utf.pl($enc,$tag,$bom): $!";
     print UTF_PL $BOM if $bom;
     print UTF_PL "$tag\n";