This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
-Mutf8 cleanup.
authorJarkko Hietaniemi <jhi@iki.fi>
Wed, 22 May 2002 22:29:08 +0000 (22:29 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
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;