diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-02-17 22:42:03 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-02-17 22:56:25 -0700 |
commit | 8457b38f6553b1ed5f485478160b745dfe1b7fa9 (patch) | |
tree | 5fdbad50c5811e449cd94a1ede8f7bca9d5f22ed /pod/perllexwarn.pod | |
parent | 3a3294736cca38f33952338fa20bc02cffd21550 (diff) | |
download | perl-8457b38f6553b1ed5f485478160b745dfe1b7fa9.tar.gz |
Subclass utf8 warnings so can turn off individually
Diffstat (limited to 'pod/perllexwarn.pod')
-rw-r--r-- | pod/perllexwarn.pod | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/pod/perllexwarn.pod b/pod/perllexwarn.pod index ab717291cb..accbfdf792 100644 --- a/pod/perllexwarn.pod +++ b/pod/perllexwarn.pod @@ -304,7 +304,13 @@ The current hierarchy is: | +- untie | - +- utf8 + +- utf8----------+ + | | + | +- surrogate + | | + | +- non_unicode + | | + | +- nonchar | +- void |