diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-08-12 18:43:50 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-08-12 18:43:50 +0000 |
commit | 4c53e876b789c79a3c29f9f39f439b5326c8d417 (patch) | |
tree | 46e6f12254c09042a3885edba82af60417648e50 /lib/charnames.t | |
parent | 26f423df377276528161ee2c2bb3d257fc527c90 (diff) | |
download | perl-4c53e876b789c79a3c29f9f39f439b5326c8d417.tar.gz |
Mark tests (and one module) having explicit Latin-1
(and one file having explicit UTF-8) with an explicit
'no utf8' (and one explicit 'use utf8').
NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
p4raw-id: //depot/perl@11648
Diffstat (limited to 'lib/charnames.t')
-rw-r--r-- | lib/charnames.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/charnames.t b/lib/charnames.t index 124dad0971..cc38221a65 100644 --- a/lib/charnames.t +++ b/lib/charnames.t @@ -117,7 +117,7 @@ sub to_bytes { { # 20001114.001 - no utf8; # so that the naked 8-bit character won't gripe under use utf8 + no utf8; # naked Latin-1 if (ord("Ä") == 0xc4) { # Try to do this only on Latin-1. use charnames ':full'; |