projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
089ffa1
)
another case of enabling binmode() where it should not be: if the
Gurusamy Sarathy [Wed, 24 Apr 2002 18:59:05 +0000 (18:59 +0000)]
*.enc files are CRLF terminated, the result gets CRCRLF terminations
p4raw-id: //depot/perl@16144
ext/Encode/t/CJKT.t
patch
|
blob
|
blame
|
history
diff --git
a/ext/Encode/t/CJKT.t
b/ext/Encode/t/CJKT.t
index
4540034
..
f66bb32
100644
(file)
--- a/
ext/Encode/t/CJKT.t
+++ b/
ext/Encode/t/CJKT.t
@@
-55,7
+55,6
@@
for my $charset (sort keys %Charset){
open $src, "<$src_enc" or die "$src_enc : $!";
- binmode($src);
$txt = join('',<$src>);
close($src);