This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Unicode::UCD: Handle inverted input
authorKarl Williamson <khw@cpan.org>
Sun, 5 Jul 2015 04:28:05 +0000 (22:28 -0600)
committerKarl Williamson <khw@cpan.org>
Wed, 29 Jul 2015 04:15:56 +0000 (22:15 -0600)
commit41e588f366d5a442f0c176de551e06b36c96429c
tree82eea1c5f3910a735bb3ca2ad6ecad04c0a606cf
parent584fae67e1052c51534aac265bca2b30ed6865c5
Unicode::UCD: Handle inverted input

No current input comes inverted, but it could some time in the future,
and we wouldn't know.  In one case, it's easy to handle, so do so; in
another, die with a message so won't sneak past.  At that point, if and
when it happens, time could be spent figuring out the best way to handle
the situation.
charclass_invlists.h
lib/Unicode/UCD.pm
regcharclass.h