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 /t/lib | |
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 't/lib')
-rw-r--r-- | t/lib/locale/latin1 | 1 | ||||
-rw-r--r-- | t/lib/locale/utf8 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/t/lib/locale/latin1 b/t/lib/locale/latin1 index f40f7325e0..8499ca46ee 100644 --- a/t/lib/locale/latin1 +++ b/t/lib/locale/latin1 @@ -1,3 +1,4 @@ +no utf8; # naked Latin-1 $locales .= <<EOF; Català Catalan:ca:es:1 15 Français French:fr:be ca ch fr lu:1 15 diff --git a/t/lib/locale/utf8 b/t/lib/locale/utf8 index fbbe94fb51..69bc505038 100644 --- a/t/lib/locale/utf8 +++ b/t/lib/locale/utf8 @@ -1,3 +1,4 @@ +use utf8; $locales .= <<EOF; Català Catalan:ca:es:1 15 Français French:fr:be ca ch fr lu:1 15 |