This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
utf8n_to_uvchr: U+ should be for only Unicode code points
authorKarl Williamson <khw@cpan.org>
Mon, 19 Jun 2017 18:56:38 +0000 (12:56 -0600)
committerKarl Williamson <khw@cpan.org>
Thu, 13 Jul 2017 03:14:25 +0000 (21:14 -0600)
commit56d0c37799bcd0222199720c9af1333588aefa65
tree3bd8962b24eb173d859de83620bef1ad3e9560b7
parentba627a0b7288a0ee70996a0740fcbee1c34ef451
utf8n_to_uvchr: U+ should be for only Unicode code points

For above-Unicode, we should use 0xDEADBEEF instead of U+DEADBEEF.
                                 ^^                    ^^
This is because U+ only applies to Unicode.  This only affects a warning
message for overlongs.
ext/XS-APItest/t/utf8_warn_base.pl
utf8.c