summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2010-12-01 16:15:18 -0700
committerFather Chrysostomos <sprout@cpan.org>2010-12-01 18:21:22 -0800
commit4ee7c0eabacb52cfaad975a33feeb842bbf347b3 (patch)
tree44b358b78dfeae12e6c0a2e5407635a4767a8c4e /pod
parent371a505ea6dc25429b55acd7ad25ddbd1bf3a38f (diff)
downloadperl-4ee7c0eabacb52cfaad975a33feeb842bbf347b3.tar.gz
Nit in perlunicode.pod
Diffstat (limited to 'pod')
-rw-r--r--pod/perlunicode.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod
index b950f7bf73..20acb55114 100644
--- a/pod/perlunicode.pod
+++ b/pod/perlunicode.pod
@@ -23,7 +23,7 @@ Read L<Unicode Security Considerations|http://www.unicode.org/reports/tr36>.
Perl knows when a filehandle uses Perl's internal Unicode encodings
(UTF-8, or UTF-EBCDIC if in EBCDIC) if the filehandle is opened with
-the ":utf8" layer. Other encodings can be converted to Perl's
+the ":encoding(utf8)" layer. Other encodings can be converted to Perl's
encoding on input or from Perl's encoding on output by use of the
":encoding(...)" layer. See L<open>.