[Patch] pod/perlvar.pod
Dan Kogai [Sun, 31 Mar 2002 02:03:36 +0000 (11:03 +0900)]
Message-Id: <131A588F-4400-11D6-BB3E-00039301D480@dan.co.jp>

p4raw-id: //depot/perl@15624

pod/perlvar.pod

index a42f8c6..6df49c8 100644 (file)
@@ -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