UTF8 tr/// fixes from Inaba Hiroto.
[p5sagit/p5-mst-13.2.git] / lib / utf8.pm
index f06b893..f9055b5 100644 (file)
@@ -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>