From e5d6fe1e14242b8fffff87d546656ae03d9e788c Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sun, 30 May 2010 07:17:52 -0600 Subject: [PATCH] Add cautionary comment to .t --- lib/charnames.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/charnames.t b/lib/charnames.t index 9efd07a..ce2bc34 100644 --- a/lib/charnames.t +++ b/lib/charnames.t @@ -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); -- 1.8.3.1