diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-08-12 03:30:07 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-08-12 03:30:07 +0000 |
commit | 169da83847a2059e4bc997fdd0d3f1afb5af3a3f (patch) | |
tree | 3d623a89f24b50d0f909587b26bb09f7b9189584 /t/op/sprintf.t | |
parent | b0f2b690b4ba59b02c372a35658748cb0f31c38e (diff) | |
download | perl-169da83847a2059e4bc997fdd0d3f1afb5af3a3f.tar.gz |
Drop all the unnecessary "use utf8" clauses and some of
the unnecessary "use bytes" ones.
TODO: scour the documentation for unnecessary "use utf8"
and prominently display it in perldelta when the time comes.
("use utf8" should be necessary ONLY if one wants the script
to be in UTF-8.) Also should be checked in some non-ASCII
non-Latin-1 platform, like EBCDIC.
p4raw-id: //depot/perl@11638
Diffstat (limited to 't/op/sprintf.t')
-rwxr-xr-x | t/op/sprintf.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/sprintf.t b/t/op/sprintf.t index 89992d62d0..01b36fe7e5 100755 --- a/t/op/sprintf.t +++ b/t/op/sprintf.t @@ -4,7 +4,7 @@ # doubles (if supported), of machine-specific short and long # integers, machine-specific floating point exceptions (infinity, # not-a-number ...), of the effects of locale, and of features -# specific to multi-byte characters (under use utf8 and such). +# specific to multi-byte characters (under the utf8 pragma and such). BEGIN { chdir 't' if -d 't'; |