This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
mktables: Enable -annotate arg on early Unicodes
authorKarl Williamson <public@khwilliamson.com>
Wed, 4 Apr 2012 18:35:54 +0000 (12:35 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sat, 2 Jun 2012 14:29:18 +0000 (08:29 -0600)
commit1d025d66877c2221c4ef30eac81e3cdb44f9851c
treed66a297c7c3d258c9d6d416141e2cb11d90aa2b1
parent853d6ba7554fb92f3ed2faa026850272f04e4479
mktables: Enable -annotate arg on early Unicodes

On early Unicode releases, there is no NChar property, and on V1.1.5, no
surrogates.  The code for -annotate previously assumed these existed,
so failed.  This moves the surrogates testing later, after new code that
specially handles the situation in 1.1.5, and has special handling for
the non-character code points, in that they may not exist in the current
version.
lib/unicore/mktables