diff options
author | Michael Stevens <mstevens@etla.org> | 2001-02-23 15:47:56 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-02-28 14:37:55 +0000 |
commit | 4ac9195fe27b27610b09db5d1e9a4a36a7b59787 (patch) | |
tree | 814dd10dbd6f7a6fa3d36650ce7b7b45e6f02e82 /lib/utf8.pm | |
parent | db3030c00cb9bf89cc2777cc9facc87b6b1d55e0 (diff) | |
download | perl-4ac9195fe27b27610b09db5d1e9a4a36a7b59787.tar.gz |
Re: Errors in core PODs
Message-ID: <20010223154756.A7723@firedrake.org>
p4raw-id: //depot/perl@8965
Diffstat (limited to 'lib/utf8.pm')
-rw-r--r-- | lib/utf8.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/utf8.pm b/lib/utf8.pm index f06b893a59..f9055b5dd9 100644 --- a/lib/utf8.pm +++ b/lib/utf8.pm @@ -57,7 +57,7 @@ rather than UTF-8). Enabling the C<utf8> pragma has the following effects: -=over +=over 4 =item * @@ -79,6 +79,8 @@ of byte semantics. @chars = split //, $data; # splits characters } +=back + =head1 SEE ALSO L<perlunicode>, L<bytes> |