VMS fix-ups and status
[p5sagit/p5-mst-13.2.git] / lib / utf8.pm
index 7c9a7df..f32c0bc 100644 (file)
@@ -1,6 +1,5 @@
 package utf8;
 
-if (ord('A') != 193) { # make things more pragmatic for EBCDIC folk
 
 $utf8::hint_bits = 0x00800000;
 
@@ -21,8 +20,6 @@ sub AUTOLOAD {
     Carp::croak("Undefined subroutine $AUTOLOAD called");
 }
 
-}
-
 1;
 __END__