From: Dan Kogai <dankogai@dan.co.jp>
Date: Sun, 31 Mar 2002 02:03:36 +0000 (+0900)
Subject: [Patch] pod/perlvar.pod
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=048c20cb4e4d42ed29da004c81a5121bdfb1d67d;p=p5sagit%2Fp5-mst-13.2.git

[Patch] pod/perlvar.pod
Message-Id: <131A588F-4400-11D6-BB3E-00039301D480@dan.co.jp>

p4raw-id: //depot/perl@15624
---

diff --git a/pod/perlvar.pod b/pod/perlvar.pod
index a42f8c6..6df49c8 100644
--- a/pod/perlvar.pod
+++ b/pod/perlvar.pod
@@ -663,8 +663,11 @@ Also see L<Error Indicators>.
 
 =item ${^ENCODING}
 
-The encoding used to interpret native eight-bit encodings to Unicode,
-see L<encode>.  An opaque C<Encode::XS> object.
+The I<object reference> to Encode object used to convert the source
+code to Unicode.  Thanks to this variable your perl script does not
+have to be written in UTF-8.  Default is I<undef>.  The direct
+manipulation of this variable is highly discouraged.  see L<encoding>
+for more details.
 
 =item $OS_ERROR