Document the "Unicode in package/sub names" problem;
[p5sagit/p5-mst-13.2.git] / pod / perlunicode.pod
index 260dc0f..0aec6fe 100644 (file)
@@ -37,7 +37,7 @@ included to enable recognition of UTF-8 in the Perl scripts themselves
 (in string or regular expression literals, or in identifier names) on
 ASCII-based machines or to recognize UTF-EBCDIC on EBCDIC-based
 machines.  B<These are the only times when an explicit C<use utf8>
-is needed.>
+is needed.>  See L<utf8>.
 
 You can also use the C<encoding> pragma to change the default encoding
 of the data in your script; see L<encoding>.
@@ -765,7 +765,7 @@ But in this particular example, you probably really want
 
 which will match assigned characters known to be part of the Greek script.
 
-[b] See L</User-defined Character Properties>.
+[b] See L</"User-Defined Character Properties">.
 
 =item *