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:
c89df6c
)
mktables: fix typo in comment
author
Karl Williamson
<public@khwilliamson.com>
Sun, 19 Dec 2010 19:24:54 +0000
(12:24 -0700)
committer
Karl Williamson
<public@khwilliamson.com>
Mon, 20 Dec 2010 03:21:59 +0000
(20:21 -0700)
lib/unicore/mktables
patch
|
blob
|
blame
|
history
diff --git
a/lib/unicore/mktables
b/lib/unicore/mktables
index
824cdd1
..
d438d21
100644
(file)
--- a/
lib/unicore/mktables
+++ b/
lib/unicore/mktables
@@
-478,7
+478,7
@@
my $unicode_reference_url = 'http://www.unicode.org/reports/tr44/';
#
# Here are some observations about some of the issues in early versions:
#
-# The number of code points in \p{alpha} halve in 2.1.9. It turns out that
+# The number of code points in \p{alpha} halve
d
in 2.1.9. It turns out that
# the reason is that the CJK block starting at 4E00 was removed from PropList,
# and was not put back in until 3.1.0
#