Add cautionary comment to .t
authorKarl Williamson <khw@khw-desktop.(none)>
Sun, 30 May 2010 13:17:52 +0000 (07:17 -0600)
committerDavid Golden <dagolden@cpan.org>
Mon, 28 Jun 2010 23:49:33 +0000 (19:49 -0400)
lib/charnames.t

index 9efd07a..ce2bc34 100644 (file)
@@ -261,7 +261,8 @@ is($_, 'foobar');
 # SADAHIRO Tomoyuki's suggestion is to ensure that the UTF-8ness of both
 # arguments are indentical before calling index.
 # To do this can take advantage of the fact that unicore/Name.pl is 7 bit
-# (or at least should be). So assert that that it's true here.
+# (or at least should be). So assert that that it's true here.  EBCDIC
+# may be a problem (khw).
 
 my $names = do "unicore/Name.pl";
 ok(defined $names);