From: Matt S Trout Date: Thu, 17 Jun 2010 04:07:13 +0000 (+0100) Subject: doc 71648f X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=14ae36e97ba8d6550ac6e83fc3fd01cef28b74ad;p=p5sagit%2Fp5-mst-13.2.git doc 71648f --- diff --git a/pod/perl5132delta.pod b/pod/perl5132delta.pod index fbacb46..397d147 100644 --- a/pod/perl5132delta.pod +++ b/pod/perl5132delta.pod @@ -123,6 +123,13 @@ these days, and the recipes in the pod altered to print out leading zeros to make all the values the same length, as the table that they can generate has them. +=head2 Document tricks for user-defined casing + +perlunicode.pod now contains an explanation of how to override, mangle +and otherwise tweak the way perl handles upper, lower and other case +conversions on unicode data, and how to provide scoped changes to alter +one's own code's behaviour without stomping on anybody else (71648f). + =head1 Performance Enhancements Only allocate entries for @_ on demand - this not only saves memory per