You are viewing the version of this documentation from Perl 5.18.3. View the latest version
${^ENCODING}

The object reference to the Encode object that is 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 undef. The direct manipulation of this variable is highly discouraged.

This variable was added in Perl 5.8.2.