diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-05-11 21:07:37 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-05-19 10:31:20 -0600 |
commit | 83fe8199d6a7b634f6e1ad1413c2d33afffa8ba2 (patch) | |
tree | cad1be95259368cf2686e7854573a037cf92ecfa /lib/utf8_heavy.pl | |
parent | d397ff6a1197c4f2c865c6624bbd6a2d3ce8c0ab (diff) | |
download | perl-83fe8199d6a7b634f6e1ad1413c2d33afffa8ba2.tar.gz |
utf8_heavy.pl: Revise comment
Diffstat (limited to 'lib/utf8_heavy.pl')
-rw-r--r-- | lib/utf8_heavy.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/utf8_heavy.pl b/lib/utf8_heavy.pl index 94c132d099..b3a3a36769 100644 --- a/lib/utf8_heavy.pl +++ b/lib/utf8_heavy.pl @@ -63,8 +63,7 @@ sub croak { require Carp; Carp::croak(@_) } ## $none is undocumented, so I'm (khw) trying to do some documentation ## of it now. It appears to be if there is a mapping in an input file ## that maps to 'XXXX', then that is replaced by $none+1, expressed in - ## hexadecimal. The only place I found it possibly used was in - ## S_pmtrans in op.c. + ## hexadecimal. It is used somehow in tr///. ## ## To make the parsing of $type clear, this code takes the a rather ## unorthodox approach of last'ing out of the block once we have the |