From: Jarkko Hietaniemi Date: Sat, 8 Dec 2001 18:28:02 +0000 (+0000) Subject: Note that some of the Unicode features are X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0c901d84a881d3a182bc6687a12b27d7e8eb12f5;p=p5sagit%2Fp5-mst-13.2.git Note that some of the Unicode features are dependent on perlio. p4raw-id: //depot/perl@13539 --- diff --git a/pod/perluniintro.pod b/pod/perluniintro.pod index 41d27ca..0ecfba0 100644 --- a/pod/perluniintro.pod +++ b/pod/perluniintro.pod @@ -345,6 +345,11 @@ If you run this code twice, the contents of the F will be twice UTF-8 encoded. A C would have avoided the bug, or explicitly opening also the F for input as UTF-8. +B: the C<:utf8> and C<:encoding> features work only if your +Perl has been built with the new "perlio" feature. Almost all +Perl 5.8 platforms do use "perlio", though: you can see whether +yours is by running "perl -V" and looking for C. + =head2 Displaying Unicode As Text Sometimes you might want to display Perl scalars containing Unicode as