This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6aec79b
)
mktables: Generate file for NameAlias property
author
Karl Williamson
<public@khwilliamson.com>
Sun, 6 Nov 2011 22:06:42 +0000
(15:06 -0700)
committer
Karl Williamson
<public@khwilliamson.com>
Tue, 8 Nov 2011 15:09:36 +0000
(08:09 -0700)
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
patch
|
blob
|
blame
|
history
diff --git
a/lib/unicore/mktables
b/lib/unicore/mktables
index
b6194e8
..
69ebcc1
100644
(file)
--- 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',
);