From: Karl Williamson Date: Sun, 6 Nov 2011 22:06:42 +0000 (-0700) Subject: mktables: Generate file for NameAlias property X-Git-Tag: v5.15.5~136^2~11 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/a33a1c99e77db13418959b16b072f82ae531372b mktables: Generate file for NameAlias property This is needed for future commits in Unicode::UCD. The contents of file could be figured out from the Name.pl file, but that would be slow, and the file is quite small. --- diff --git a/lib/unicore/mktables b/lib/unicore/mktables index b6194e8..69ebcc1 100644 --- a/lib/unicore/mktables +++ b/lib/unicore/mktables @@ -905,7 +905,6 @@ my %why_obsolete; # Documentation only 'Simple_Uppercase_Mapping' => "$simple. Can access this through Unicode::UCD::charinfo", 'Name' => "Accessible via 'use charnames;'", - 'Name_Alias' => "Accessible via 'use charnames;'", FC_NFKC_Closure => 'Supplanted in usage by NFKC_Casefold; otherwise not useful', );