summaryrefslogtreecommitdiff
path: root/pod/perlunicode.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-12-30 17:37:55 +0200
committerNicholas Clark <nick@ccl4.org>2003-12-30 18:18:28 +0000
commit6cd4dd6cc935be7db587394c8958d598b1ec3baa (patch)
treecb1bf1f14be88a2b491abba448e6372f791c0752 /pod/perlunicode.pod
parent9976c5c751353b29ac7e09170124d707dcdf8151 (diff)
downloadperl-6cd4dd6cc935be7db587394c8958d598b1ec3baa.tar.gz
more uni doc tweakage
Message-ID: <20031230133755.GA23118@vipunen.hut.fi> Date: Tue, 30 Dec 2003 15:37:55 +0200 Subject: one more pod fix From: Jarkko Hietaniemi <jhi@iki.fi> Message-ID: <20031230135641.GA24516@vipunen.hut.fi> Date: Tue, 30 Dec 2003 15:56:41 +0200 p4raw-id: //depot/perl@22013
Diffstat (limited to 'pod/perlunicode.pod')
-rw-r--r--pod/perlunicode.pod5
1 files changed, 3 insertions, 2 deletions
diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod
index d47e7dff62..08f8b71c03 100644
--- a/pod/perlunicode.pod
+++ b/pod/perlunicode.pod
@@ -1087,8 +1087,9 @@ as Unicode (UTF-8), there still are many places where Unicode (in some
encoding or another) could be given as arguments or received as
results, or both, but it is not.
-The following are such interfaces. For all of these Perl currently
-(as of 5.8.1) simply assumes byte strings both as arguments and results.
+The following are such interfaces. For all of these interfaces Perl
+currently (as of 5.8.3) simply assumes byte strings both as arguments
+and results, or UTF-8 strings if the C<encoding> pragma has been used.
One reason why Perl does not attempt to resolve the role of Unicode in
this cases is that the answers are highly dependent on the operating