diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-31 02:04:22 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-31 02:04:22 +0000 |
commit | 5d170f3a2f1aec382dd58400cc2a2fe1d00859b9 (patch) | |
tree | a30f3c6a83845afc14619ab6316c0560dc613ee5 /pod/perlrun.pod | |
parent | 9f4817dbf9f375fea5253c12557f39e3774b891c (diff) | |
download | perl-5d170f3a2f1aec382dd58400cc2a2fe1d00859b9.tar.gz |
Make sv_recode_to_utf8() a real API: the encoding
is a parameter, instead of a global. Document the
PERL_ENCODING.
p4raw-id: //depot/perl@12783
Diffstat (limited to 'pod/perlrun.pod')
-rw-r--r-- | pod/perlrun.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 0bfcaff3b8..0e3017fabd 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -832,6 +832,11 @@ Relevant only if your perl executable was built with B<-DDEBUGGING>, this controls the behavior of global destruction of objects and other references. See L<perlhack/PERL_DESTRUCT_LEVEL> for more information. +=item PERL_ENCODING + +If using the C<encoding> pragma without an explicit encoding name, the +PERL_ENCODING environment variable is consulted for an encoding name. + =item PERL_ROOT (specific to the VMS port) A translation concealed rooted logical name that contains perl and the |