diff options
author | Slaven Rezic <slaven@rezic.de> | 2010-02-06 23:19:39 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-02-07 16:16:19 +0100 |
commit | a69635b797939b348e6ed6c090a2b89709dc47b1 (patch) | |
tree | dd4b28446380214a57023038e10d5d61b11c06e3 /pod/perlvar.pod | |
parent | dc08a87be50ba933831af3060c5255da6ce8dea3 (diff) | |
download | perl-a69635b797939b348e6ed6c090a2b89709dc47b1.tar.gz |
changed "an UTF..." to "a UTF..." in all Pods
Diffstat (limited to 'pod/perlvar.pod')
-rw-r--r-- | pod/perlvar.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlvar.pod b/pod/perlvar.pod index 834a880cc6..febf15f65f 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -1321,7 +1321,7 @@ all its results against linear scans, and panicking on any discrepancy. =item ${^UTF8LOCALE} -This variable indicates whether an UTF-8 locale was detected by perl at +This variable indicates whether a 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<perlrun> for more info on this. |