EBCDIC has different codepoints.
Jarkko Hietaniemi [Wed, 10 Jul 2002 11:27:44 +0000 (11:27 +0000)]
p4raw-id: //depot/perl@17462

lib/PerlIO/via/t/QuotedPrint.t

index 9b2587c..2ce9cfb 100644 (file)
@@ -9,6 +9,9 @@ BEGIN {
         print "1..0 # Skip: PerlIO not used\n";
        exit 0;
     }
+    if (ord("A") == 193) {
+       print "1..0 # Skip: EBCDIC\n";
+    }
 }
 
 use Test::More tests => 11;