summaryrefslogtreecommitdiff
path: root/pod/perlvar.pod
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-03-16 23:11:11 +0000
committerNicholas Clark <nick@ccl4.org>2006-03-16 23:11:11 +0000
commite07ea26af5fdde170ce4e4e0a797a364c6a185e6 (patch)
tree7d0009f2fe30f4472e8e4ed56660210b01eb8813 /pod/perlvar.pod
parentc1ab7b38fcd3bc8e1433bc0b361e5e875c51124e (diff)
downloadperl-e07ea26af5fdde170ce4e4e0a797a364c6a185e6.tar.gz
Add a new per-interpeter variable PL_utf8cache, which will be used to
control the UTF-8 offset caching code. Make this visible as ${^UTF8CACHE} p4raw-id: //depot/perl@27525
Diffstat (limited to 'pod/perlvar.pod')
-rw-r--r--pod/perlvar.pod4
1 files changed, 4 insertions, 0 deletions
diff --git a/pod/perlvar.pod b/pod/perlvar.pod
index b63973e47a..33c68a023a 100644
--- a/pod/perlvar.pod
+++ b/pod/perlvar.pod
@@ -1145,6 +1145,10 @@ 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 ${^UTF8CACHE}
+
+This variable controls the state of the internal UTF-8 offset caching code.
+
=item ${^UTF8LOCALE}
This variable indicates whether an UTF-8 locale was detected by perl at