This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
utf8.h: Split UNICODE_IS_NONCHAR() into smaller macros
authorKarl Williamson <khw@cpan.org>
Sat, 7 Nov 2015 17:37:47 +0000 (10:37 -0700)
committerKarl Williamson <khw@cpan.org>
Wed, 9 Dec 2015 02:01:28 +0000 (19:01 -0700)
commitc149ab205d3bc5f4d0fc870f24a2a61d78f162a6
treec41eaff652428e4112708a586e6eaff2b4c8dac6
parent7e7b3f792cd41d2ef1db134775922f4fba336b40
utf8.h: Split UNICODE_IS_NONCHAR() into smaller macros

This defines 2 macros that can be used individually to check for
non-characters when the input range is known to be restricted to not
include every possible one.  This is for future commits.
utf8.h