-Mutf8 cleanup.
Jarkko Hietaniemi [Wed, 22 May 2002 22:29:08 +0000 (22:29 +0000)]
p4raw-id: //depot/perl@16746

ext/Encode/t/mime-header.t

index 098b639..5b2714b 100644 (file)
@@ -19,6 +19,8 @@ BEGIN {
     $| = 1;
 }
 
+no utf8;
+
 use strict;
 #use Test::More qw(no_plan);
 use Test::More tests => 6;