From: Nick Ing-Simmons Date: Wed, 28 Mar 2001 18:46:44 +0000 (+0000) Subject: Loose duplicate chunk. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ac829cc3fb088ab84d8c0df184b703b601212226;p=p5sagit%2Fp5-mst-13.2.git Loose duplicate chunk. p4raw-id: //depot/perlio@9421 --- diff --git a/t/op/utf8decode.t b/t/op/utf8decode.t index 04656ec..cc2b26a 100755 --- a/t/op/utf8decode.t +++ b/t/op/utf8decode.t @@ -8,18 +8,6 @@ BEGIN { { my $wide = v256; use bytes; - if (ord($wide) == 140) { - print "1..0 # Skip: UTF-EBCDIC (not UTF-8) used here\n"; - exit 0; - } - elsif (ord($wide) != 196) { - warn sprintf("v256 starts with %02X\n",ord($wide)); - } -} - -{ - my $wide = v256; - use bytes; my $ordwide = ord($wide); printf "# under use bytes ord(v256) = 0x%02x\n", $ordwide; if ($ordwide == 140) {