diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-04-17 16:52:54 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-04-17 16:52:54 +0000 |
commit | 5a22a2bbf3880b61603040e7bdfddd4d5f5809a5 (patch) | |
tree | 5550ae7e0db9c4343e2276ea67fb1c7ddad99590 /pod/perlrun.pod | |
parent | 77c0971848175eeb99efb2cca9509cbb29622d32 (diff) | |
download | perl-5a22a2bbf3880b61603040e7bdfddd4d5f5809a5.tar.gz |
Turn on UTF8 cache assertions with -Ca
p4raw-id: //depot/perl@27875
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 b973779437..a0115bc99d 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -314,6 +314,11 @@ are as follows; listing the letters is equal to summing the numbers. variables (the LC_ALL, LC_TYPE, and LANG, in the order of decreasing precedence) -- if the variables indicate UTF-8, then the selected "IOEioA" are in effect + a 256 Set ${^UTF8CACHE} to -1, to run the UTF-8 caching code in + debugging mode. + +=for documenting_the_underdocumented +perl.h gives W/128 as PERL_UNICODE_WIDESYSCALLS "/* for Sarathy */" =for todo perltodo mentions Unicode in %ENV and filenames. I guess that these will be |