Change 16144 by gsar@onru on 2002/04/24 18:59:05

        another case of enabling binmode() where it should not be: if the
        *.enc files are CRLF terminated, the result gets CRCRLF terminations

Affected files ...

.... //depot/perl/ext/Encode/t/CJKT.t#2 edit

Differences ...

==== //depot/perl/ext/Encode/t/CJKT.t#2 (text) ====
Index: perl/ext/Encode/t/CJKT.t
--- perl/ext/Encode/t/CJKT.t.~1~        Wed Apr 24 13:15:05 2002
+++ perl/ext/Encode/t/CJKT.t    Wed Apr 24 13:15:05 2002
@@ -55,7 +55,6 @@
 
 
     open $src, "<$src_enc" or die "$src_enc : $!";
-    binmode($src);
     $txt = join('',<$src>);
     close($src);
     
End of Patch.

Reply via email to