This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add warnings for use of problematic code points
authorKarl Williamson <public@khwilliamson.com>
Sun, 9 Jan 2011 22:33:28 +0000 (15:33 -0700)
committerKarl Williamson <public@khwilliamson.com>
Mon, 10 Jan 2011 02:29:03 +0000 (19:29 -0700)
commit9ae3ac1a84c63b0eadf5baf47ce7096482280f32
tree0966549fdd17122b8f585f4a188d3d94434dc155
parent5e3d7cf5b1cf51f4fbbb385e2877c7a903bb778f
Add warnings for use of problematic code points

The non-Unicode code points have no Unicode semantics, so applying operations
such as casing on them warns.

This patch also includes the changes to test the warnings added by recent
commits for handling the surrogates and above-Unicode code points
pod/perldiag.pod
t/lib/warnings/utf8
utf8.c