From 4c53e876b789c79a3c29f9f39f439b5326c8d417 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Sun, 12 Aug 2001 18:43:50 +0000 Subject: 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 --- lib/charnames.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/charnames.t') 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'; -- cgit v1.2.1