From: Rafael Garcia-Suarez Date: Tue, 14 Jun 2005 13:02:24 +0000 (+0000) Subject: Document ${^UTF8LOCALE} X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ea8eae4025f3186b92e6e1bfbb28ccfa6dae8a05;p=p5sagit%2Fp5-mst-13.2.git Document ${^UTF8LOCALE} p4raw-id: //depot/perl@24836 --- diff --git a/pod/perlvar.pod b/pod/perlvar.pod index fab45cb..52ed78b 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -1163,6 +1163,13 @@ documentation for the C<-C> switch for more information about the possible values. This variable is set during Perl startup and is thereafter read-only. +=item ${^UTF8LOCALE} + +This variable indicates whether an UTF-8 locale was detected by perl at +startup. This information is used by perl when it's in +adjust-utf8ness-to-locale mode (as when run with the C<-CL> command-line +switch); see L for more info on this. + =item $PERL_VERSION =item $^V