summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-03-19 22:10:36 -0600
committerKarl Williamson <khw@cpan.org>2015-03-19 22:53:01 -0600
commit28807e1d2b555609915f7f5b3d5e6fe1ee7e9c5d (patch)
treece8be61d7e1e80ce52f5466974107c1a6c0e9655
parent3071c56699e6a52355bb59a16e1d309f92d749e6 (diff)
downloadperl-28807e1d2b555609915f7f5b3d5e6fe1ee7e9c5d.tar.gz
Update information about using older Unicode
-rw-r--r--charclass_invlists.h2
-rw-r--r--lib/unicore/mktables5
-rw-r--r--regcharclass.h2
3 files changed, 5 insertions, 4 deletions
diff --git a/charclass_invlists.h b/charclass_invlists.h
index da6c043a05..90517660bc 100644
--- a/charclass_invlists.h
+++ b/charclass_invlists.h
@@ -97321,7 +97321,7 @@ static const UV XPosixXDigit_invlist[] = { /* for EBCDIC POSIX-BC */
* a9791f08281d7b0a417e4ad882cf64463f6815db8156932acd85228ac717fd94 lib/unicore/extracted/DLineBreak.txt
* a17a0330e57d774343a53c019f1bc69827c2676982a1bf48e0898a76710e8877 lib/unicore/extracted/DNumType.txt
* c2cb810a67cc5fb4a8d236b6c1bc6dd4d89733d8603881997e8aae2c816a3db1 lib/unicore/extracted/DNumValues.txt
- * 7aaa861571da8311a846f41437e326886f7c4b88c742bb8f0c319968fa5f7e65 lib/unicore/mktables
+ * 808d76136d9952faf581347e9bc040dbab5158f143f243a6de455a4af39b7401 lib/unicore/mktables
* 746472de66b936ac885ca6d6e68058242b4e909e3260c6317f3ec719f78f76cc lib/unicore/version
* 4360c31f23eb368e0f3bfd045a44d3bc37ff0889e216f686ebea02543ac188d9 regen/mk_invlists.pl
* ex: set ro: */
diff --git a/lib/unicore/mktables b/lib/unicore/mktables
index 6e3dd65512..a746b77d41 100644
--- a/lib/unicore/mktables
+++ b/lib/unicore/mktables
@@ -488,8 +488,9 @@ my $unicode_reference_url = 'http://www.unicode.org/reports/tr44/';
#
# croak("Weird Canonical Decomposition of U+$h");
#
-# Simply change to a carp. It will compile, but will not know about any three
-# character decomposition.
+# Simply comment it out. It will compile, but will not know about any three
+# character decompositions. If using the .pm version, there is a similar
+# line.
# The number of code points in \p{alpha=True} halved in 2.1.9. It turns out
# that the reason is that the CJK block starting at 4E00 was removed from
diff --git a/regcharclass.h b/regcharclass.h
index 88debf47a1..27cf8ea1e6 100644
--- a/regcharclass.h
+++ b/regcharclass.h
@@ -2514,7 +2514,7 @@
* a9791f08281d7b0a417e4ad882cf64463f6815db8156932acd85228ac717fd94 lib/unicore/extracted/DLineBreak.txt
* a17a0330e57d774343a53c019f1bc69827c2676982a1bf48e0898a76710e8877 lib/unicore/extracted/DNumType.txt
* c2cb810a67cc5fb4a8d236b6c1bc6dd4d89733d8603881997e8aae2c816a3db1 lib/unicore/extracted/DNumValues.txt
- * 7aaa861571da8311a846f41437e326886f7c4b88c742bb8f0c319968fa5f7e65 lib/unicore/mktables
+ * 808d76136d9952faf581347e9bc040dbab5158f143f243a6de455a4af39b7401 lib/unicore/mktables
* 746472de66b936ac885ca6d6e68058242b4e909e3260c6317f3ec719f78f76cc lib/unicore/version
* 3eaedce3745bef6219cff3b5f63e5f8622c58dc66736281a82df991636d54451 regen/regcharclass.pl
* ex: set ro: */