If an encoding is set by -M/-m, it must be in
[p5sagit/p5-mst-13.2.git] / pod / perlunicode.pod
index 9205fdf..106a4bf 100644 (file)
@@ -52,6 +52,9 @@ ASCII based machines or recognize UTF-EBCDIC on EBCDIC based machines.
 B<NOTE: this should be the only place where an explicit C<use utf8> is
 needed>.
 
+You can also use the C<encoding> pragma to change the default encoding
+of the data in your script; see L<encoding>.
+
 =back
 
 =head2 Byte and Character semantics