diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-05-28 16:58:11 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-05-28 16:58:11 +0000 |
commit | 5381febe8f5f7c1aad3226a69514f22cfffccf29 (patch) | |
tree | f6b4faaa4299b13bf5222e030e8d0f9dc82d7cf0 /t/io | |
parent | 46f6d75953820aa98fd127b798c807d59138f52d (diff) | |
download | perl-5381febe8f5f7c1aad3226a69514f22cfffccf29.tar.gz |
Various buglets shaken out by -Mutf8.
p4raw-id: //depot/perl@10260
Diffstat (limited to 't/io')
-rwxr-xr-x | t/io/utf8.t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/io/utf8.t b/t/io/utf8.t index ac5cde7a6e..fee0fe6ace 100755 --- a/t/io/utf8.t +++ b/t/io/utf8.t @@ -9,6 +9,8 @@ BEGIN { } } +no utf8; # so that the naked 8-bit chars won't gripe under use utf8 + $| = 1; my $total_tests = 25; if (ord('A') == 193) { $total_tests = 24; } # EBCDIC platforms do not warn on UTF-8 |