From 4ee7c0eabacb52cfaad975a33feeb842bbf347b3 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Wed, 1 Dec 2010 16:15:18 -0700 Subject: [PATCH] Nit in perlunicode.pod --- pod/perlunicode.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod index b950f7b..20acb55 100644 --- a/pod/perlunicode.pod +++ b/pod/perlunicode.pod @@ -23,7 +23,7 @@ Read L. 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. -- 2.7.4