If an encoding is set by -M/-m, it must be in
[p5sagit/p5-mst-13.2.git] / pod / perlunicode.pod
index a5a69ff..106a4bf 100644 (file)
@@ -53,8 +53,7 @@ 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>.   Currently this cannot
-be combined with C<use utf8>.
+of the data in your script; see L<encoding>.
 
 =back