diff options
author | Juerd Waalboer <#####@juerd.nl> | 2007-11-17 21:03:00 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-11-23 10:58:24 +0000 |
commit | 740d4bb23b722729f87a23733be98429529fd900 (patch) | |
tree | 878b0c5b967bc4472bfe693ee737fb9c2c218019 /pod/perlunicode.pod | |
parent | e056e17d86381d9e7aef09f26f070da3695a94b4 (diff) | |
download | perl-740d4bb23b722729f87a23733be98429529fd900.tar.gz |
[patch] :utf8 updates
Message-ID: <20071117190300.GY10696@c4.convolution.nl>
p4raw-id: //depot/perl@32461
Diffstat (limited to 'pod/perlunicode.pod')
-rw-r--r-- | pod/perlunicode.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod index bd279f984c..61d62d219f 100644 --- a/pod/perlunicode.pod +++ b/pod/perlunicode.pod @@ -1523,7 +1523,7 @@ to work under 5.6, so you should be safe to try them out. A filehandle that should read or write UTF-8 if ($] > 5.007) { - binmode $fh, ":utf8"; + binmode $fh, ":encoding(utf8)"; } =item * |