Change 27589 by [EMAIL PROTECTED] on 2006/03/23 16:27:42
Document the values for ${^UTF8CACHE}
Affected files ...
... //depot/perl/pod/perlvar.pod#152 edit
Differences ...
==== //depot/perl/pod/perlvar.pod#152 (text) ====
Index: perl/pod/perlvar.pod
--- perl/pod/perlvar.pod#151~27525~ 2006-03-16 15:11:11.000000000 -0800
+++ perl/pod/perlvar.pod 2006-03-23 08:27:42.000000000 -0800
@@ -1148,6 +1148,8 @@
=item ${^UTF8CACHE}
This variable controls the state of the internal UTF-8 offset caching code.
+1 for on (the default), 0 for off, -1 to debug the caching code by checking
+all its results against linear scans, and panicking on any discrepancy.
=item ${^UTF8LOCALE}
End of Patch.