summaryrefslogtreecommitdiff
path: root/ext/Encode/t/Unicode.t
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-04-17 12:24:56 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-04-17 12:24:56 +0000
commitb2704119f33afe129689835c879b2897f2aaf0e4 (patch)
treeb813c2fa255f2750f21a1545503355347ec663a2 /ext/Encode/t/Unicode.t
parent5319f5cda006254c54e21c2a144c8f88da330a7f (diff)
downloadperl-b2704119f33afe129689835c879b2897f2aaf0e4.tar.gz
Upgrade to Encode 1.42, from Dan Kogai.
p4raw-id: //depot/perl@15965
Diffstat (limited to 'ext/Encode/t/Unicode.t')
-rw-r--r--ext/Encode/t/Unicode.t13
1 files changed, 1 insertions, 12 deletions
diff --git a/ext/Encode/t/Unicode.t b/ext/Encode/t/Unicode.t
index 02eac86d44..bc15aaf216 100644
--- a/ext/Encode/t/Unicode.t
+++ b/ext/Encode/t/Unicode.t
@@ -1,5 +1,5 @@
#
-# $Id: Unicode.t,v 1.7 2002/04/14 22:05:20 dankogai Exp $
+# $Id: Unicode.t,v 1.8 2002/04/16 23:35:00 dankogai Exp $
#
# This script is written entirely in ASCII, even though quoted literals
# do include non-BMP unicode characters -- Are you happy, jhi?
@@ -12,17 +12,6 @@ BEGIN {
print "1..0 # Skip: Encode was not built\n";
exit 0;
}
-# should work without perlio
-# unless (find PerlIO::Layer 'perlio') {
-# print "1..0 # Skip: PerlIO was not built\n";
-# exit 0;
-# }
-
-# should work on EBCDIC
-# if (ord("A") == 193) {
-# print "1..0 # Skip: EBCDIC\n";
-# exit 0;
-# }
$ON_EBCDIC = (ord("A") == 193) || $ARGV[0];
$| = 1;
}