Message-Id: <
131A588F-4400-11D6-BB3E-00039301D480@dan.co.jp>
p4raw-id: //depot/perl@15624
=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