From: Jarkko Hietaniemi Date: Thu, 6 Dec 2001 17:54:14 +0000 (+0000) Subject: The #4 has nothing to do with Unicode. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ff36f15dfd0415693fbf98afc232a6ae4115c057;p=p5sagit%2Fp5-mst-13.2.git The #4 has nothing to do with Unicode. p4raw-id: //depot/perl@13494 --- diff --git a/t/op/tr.t b/t/op/tr.t index 2f4e7de..b37eb7f 100755 --- 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'); } #