summaryrefslogtreecommitdiff
path: root/utf8.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-11-04 09:37:34 -0700
committerKarl Williamson <khw@cpan.org>2020-11-06 07:24:38 -0700
commit8922262882db1daa438836fc0323c90d84cf7f1a (patch)
tree73dd6ea9e5145d9bd0751eb16dc50994d2968b02 /utf8.c
parentca7113073cac53c5ac744b2699c0dffc7c4e26df (diff)
downloadperl-8922262882db1daa438836fc0323c90d84cf7f1a.tar.gz
autodoc.pl: Specify scn for single-purpose files
Many of the files in perl are for one thing only, and hence their embedded documentation will be for that one thing. By creating a hash here of them, those files don't have to worry about what section that documentation goes under, and so it can be completely changed without affecting them.
Diffstat (limited to 'utf8.c')
-rw-r--r--utf8.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/utf8.c b/utf8.c
index be615e13f3..e9f229b83c 100644
--- a/utf8.c
+++ b/utf8.c
@@ -38,14 +38,11 @@ static const char unees[] =
"Malformed UTF-8 character (unexpected end of string)";
/*
-=head1 Unicode Support
These are various utility functions for manipulating UTF8-encoded
strings. For the uninitiated, this is a method of representing arbitrary
Unicode characters as a variable number of bytes, in such a way that
characters in the ASCII range are unmodified, and a zero byte never appears
within non-zero characters.
-
-=cut
*/
/* helper for Perl__force_out_malformed_utf8_message(). Like