From bba0f13c17a715bb8dc918d2435978323978e952 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Tue, 23 Aug 2011 17:36:13 -0600 Subject: [PATCH] mktables: Don't output Decomposition Type mapping table This table is marked as for internal Perl use only, and its data are already found in lib/unicore/Decomposition.pl --- lib/unicore/mktables | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/unicore/mktables b/lib/unicore/mktables index bef295d..55c909f 100644 --- a/lib/unicore/mktables +++ b/lib/unicore/mktables @@ -12029,6 +12029,8 @@ sub compile_perl() { Perl_Extension => 1, Note => 'Union of all non-canonical decompositions', ); + $dt->set_to_output_map(0); # Mapping can be found instead from + # Perl_Decomposition_Mapping file # _CanonDCIJ is equivalent to Soft_Dotted, but if on a release earlier # than SD appeared, construct it ourselves, based on the first release SD -- 2.7.4