summaryrefslogtreecommitdiff
path: root/handy.h
diff options
context:
space:
mode:
Diffstat (limited to 'handy.h')
-rw-r--r--handy.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/handy.h b/handy.h
index e091a9b8cd..6f264b75c8 100644
--- a/handy.h
+++ b/handy.h
@@ -467,6 +467,8 @@ uppercase character.
Returns a boolean indicating whether the C C<char> is a US-ASCII (Basic Latin)
lowercase character.
+=head1 Character case changing
+
=for apidoc Am|char|toUPPER|char ch
Converts the specified character to uppercase. Characters outside the
US-ASCII (Basic Latin) range are viewed as not having any case.