diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-11-06 15:06:42 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-11-08 08:09:36 -0700 |
commit | a33a1c99e77db13418959b16b072f82ae531372b (patch) | |
tree | 8296f0dd129bdaa4afbaa1db4c16ce0660b210c6 /lib/unicore | |
parent | 6aec79bdd1ed18509878bfc02a57c6abcc132e44 (diff) | |
download | perl-a33a1c99e77db13418959b16b072f82ae531372b.tar.gz |
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.
Diffstat (limited to 'lib/unicore')
-rw-r--r-- | lib/unicore/mktables | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/unicore/mktables b/lib/unicore/mktables index b6194e8b9c..69ebcc121d 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', ); |