From: Jarkko Hietaniemi Date: Wed, 22 May 2002 22:29:08 +0000 (+0000) Subject: -Mutf8 cleanup. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b7d70e14b7309f6197646263d7e3d935cfc0f593;p=p5sagit%2Fp5-mst-13.2.git -Mutf8 cleanup. p4raw-id: //depot/perl@16746 --- diff --git a/ext/Encode/t/mime-header.t b/ext/Encode/t/mime-header.t index 098b639..5b2714b 100644 --- a/ext/Encode/t/mime-header.t +++ b/ext/Encode/t/mime-header.t @@ -19,6 +19,8 @@ BEGIN { $| = 1; } +no utf8; + use strict; #use Test::More qw(no_plan); use Test::More tests => 6;