This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
447218f
)
Re: Smoke [5.9.2] 22818 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
author
Steve Hay
<SteveHay@planit.com>
Fri, 14 May 2004 17:33:17 +0000
(18:33 +0100)
committer
Rafael 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
patch
|
blob
|
blame
|
history
diff --git
a/t/comp/utf.t
b/t/comp/utf.t
index
a7b8566
..
d2037a2
100644
(file)
--- a/
t/comp/utf.t
+++ b/
t/comp/utf.t
@@
-17,7
+17,7
@@
my $BOM = chr(0xFEFF);
sub test {
my ($enc, $tag, $bom) = @_;
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";
or die "utf.pl($enc,$tag,$bom): $!";
print UTF_PL $BOM if $bom;
print UTF_PL "$tag\n";