This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
mktables: Fix bug for early Unicode versions
authorKarl Williamson <public@khwilliamson.com>
Fri, 30 Dec 2011 16:49:36 +0000 (09:49 -0700)
committerKarl Williamson <public@khwilliamson.com>
Fri, 30 Dec 2011 18:08:32 +0000 (11:08 -0700)
commit9ba5575c1d28bd528491a29c6e400173f308e987
tree46bbf575db9e141162a17064dbf316c2da559f87
parentce4326557fd52ed5f0dbfaaf93f76209db291470
mktables: Fix bug for early Unicode versions

mktables should be able to be run on any Unicode version.  Prior to this
patch, it was trying to do something unconditionally with the Name_Alias
property, whereas it should only do that on versions that have this
property.
lib/unicore/mktables