summaryrefslogtreecommitdiff
path: root/t/op/utf8decode.t
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2001-03-28 18:46:44 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2001-03-28 18:46:44 +0000
commitac829cc3fb088ab84d8c0df184b703b601212226 (patch)
tree7876ca4e76c507a235fbb545ab6c4cbfacaa12aa /t/op/utf8decode.t
parentccf9cce67a3c1245cd98e2e10917597bb5ca12e7 (diff)
downloadperl-ac829cc3fb088ab84d8c0df184b703b601212226.tar.gz
Loose duplicate chunk.
p4raw-id: //depot/perlio@9421
Diffstat (limited to 't/op/utf8decode.t')
-rwxr-xr-xt/op/utf8decode.t12
1 files changed, 0 insertions, 12 deletions
diff --git a/t/op/utf8decode.t b/t/op/utf8decode.t
index 04656ec9f6..cc2b26aaf3 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) {