The EBCDIC remapping of the low 256 bites again.
[p5sagit/p5-mst-13.2.git] / ext / Encode / t / mime-header.t
index 826efbf..238be30 100644 (file)
@@ -12,6 +12,10 @@ BEGIN {
       print "1..0 # Skip: Encode was not built\n";
       exit 0;
     }
+    if (ord("A") == 193) {
+       print "1..0 # Skip: EBCDIC\n";
+       exit 0;
+    }
     $| = 1;
 }