Drop all the unnecessary "use utf8" clauses and some of
authorJarkko Hietaniemi <jhi@iki.fi>
Sun, 12 Aug 2001 03:30:07 +0000 (03:30 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sun, 12 Aug 2001 03:30:07 +0000 (03:30 +0000)
commit169da83847a2059e4bc997fdd0d3f1afb5af3a3f
tree3d623a89f24b50d0f909587b26bb09f7b9189584
parentb0f2b690b4ba59b02c372a35658748cb0f31c38e
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
t/comp/require.t
t/io/utf8.t
t/op/concat.t
t/op/each.t
t/op/pat.t
t/op/regmesg.t
t/op/sprintf.t
t/op/tr.t