diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-03-03 17:57:29 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-03-03 19:26:17 -0700 |
commit | eb01e50bb8634515813de5d0b3d41067d81d8bf7 (patch) | |
tree | 6a0f605edaed3ba06a77eefaaf084226b58ffb82 /lib | |
parent | fcf1973cc859c6bebd1a7cdf8740f690f33617a1 (diff) | |
download | perl-eb01e50bb8634515813de5d0b3d41067d81d8bf7.tar.gz |
mktables: Write Unicode_1_Name table for UCD.pm
Diffstat (limited to 'lib')
-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 bd0461a3b6..90bdccc8ae 100644 --- a/lib/unicore/mktables +++ b/lib/unicore/mktables @@ -900,7 +900,6 @@ my %why_obsolete; # Documentation only 'Decomposition_Mapping' => 'Accessible via Unicode::Normalize', 'ISO_Comment' => 'Apparently no demand for it, but can access it through Unicode::UCD::charinfo. Obsoleted, and code points for it removed in Unicode 5.2', - 'Unicode_1_Name' => "$simple, and no apparent demand for it, but can access it through Unicode::UCD::charinfo. If there is no later name for a code point, then this one is used instead in charnames", 'Simple_Case_Folding' => "$simple. Can access this through Unicode::UCD::casefold", 'Simple_Lowercase_Mapping' => "$simple. Can access this through Unicode::UCD::charinfo", |