From a33a1c99e77db13418959b16b072f82ae531372b Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sun, 6 Nov 2011 15:06:42 -0700 Subject: [PATCH] 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. --- lib/unicore/mktables | 1 - 1 file changed, 1 deletion(-) 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', ); -- 2.7.4