The #4 has nothing to do with Unicode.
Jarkko Hietaniemi [Thu, 6 Dec 2001 17:54:14 +0000 (17:54 +0000)]
p4raw-id: //depot/perl@13494

t/op/tr.t

index 2f4e7de..b37eb7f 100755 (executable)
--- a/t/op/tr.t
+++ b/t/op/tr.t
@@ -33,7 +33,7 @@ is($_, "aBCDEFGHIJKLMNOPQRSTUVWXYz",    'partial uc');
 
     tr/I-J/i-j/;
 
-    is($_, "i\xcaj",    'lc with unicode');
+    is($_, "i\xcaj",    'EBCDIC discontinuity');
 }
 #