This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlapi: Add docs for some case-changing macros; clarify others
authorKarl Williamson <public@khwilliamson.com>
Thu, 25 Apr 2013 03:18:14 +0000 (21:18 -0600)
committerKarl Williamson <public@khwilliamson.com>
Mon, 20 May 2013 17:01:49 +0000 (11:01 -0600)
commit1f607577c172af48670c82975935160a27e002b9
treeeeaff2093e7303a9611802880c248232577f5ca4
parent4572fa3eeef0e6fc24d4f16823ed87d5a8e4778b
perlapi: Add docs for some case-changing macros; clarify others

The case changing macros are now almost all documented.  The exception
is toUPPER_LC, which may change in 5.19

In addition the functions in utf8.c that these macros call now refer to
them instead of having their own documentation.  People should really be
using the macros instead of calling the functions directly.  I'm not
deprecating the functions because I can't foresee the need to change
them, so code that uses them should continue to be ok.
handy.h
utf8.c