diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-04-17 15:33:21 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-04-17 15:33:21 +0000 |
commit | f23930d5bcecd13c3bde0f46942a01c0c8de4117 (patch) | |
tree | 449ebcad20cbc1ae196d636a123c6c7552e39455 /pod/perlrun.pod | |
parent | 74d49cd0c6fe69554c001c4efb03d89706f99ff5 (diff) | |
download | perl-f23930d5bcecd13c3bde0f46942a01c0c8de4117.tar.gz |
Note that PVIOs probably aren't worth shrinking. Note 3 possible
subflags for -C if the two Unicode TODOs are done.
p4raw-id: //depot/perl@27872
Diffstat (limited to 'pod/perlrun.pod')
-rw-r--r-- | pod/perlrun.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod index ee35b11bb0..b973779437 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -315,6 +315,10 @@ are as follows; listing the letters is equal to summing the numbers. of decreasing precedence) -- if the variables indicate UTF-8, then the selected "IOEioA" are in effect +=for todo +perltodo mentions Unicode in %ENV and filenames. I guess that these will be +options e and f (or F). + For example, C<-COE> and C<-C6> will both turn on UTF-8-ness on both STDOUT and STDERR. Repeating letters is just redundant, not cumulative nor toggling. |