This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
UCD.t: Allow to test earlier Unicodes
authorKarl Williamson <public@khwilliamson.com>
Thu, 29 Mar 2012 03:06:30 +0000 (21:06 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sat, 2 Jun 2012 14:29:17 +0000 (08:29 -0600)
commit3eb27b83aeeefcfce726e060bd7fd15974427792
tree685e24ce9f4de4d86cfe5f43aa18cb33dffcf778
parent5fede848e715f7495513251e50a3df7f3525e10b
UCD.t: Allow to test earlier Unicodes

In Unicode 6.1, the only property that is stored in hex format that
wasn't handled elsewhere is the bmg property, but earlier Unicodes had
some of the Unihan (if they are being compiled) ones stored that way
too.  So make it more general.
lib/Unicode/UCD.t