From ec2f012870ad64a16921f53f65a691592067bbce Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Wed, 11 May 2011 21:08:36 -0600 Subject: [PATCH] mktables: Add info giving specials hash name mktables creates %utf8::SwashInfo in each table it generates, giving some info about the table. Add an entry to this for tables that have a hash of special mappings, giving the name of that hash. --- lib/unicore/mktables | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/lib/unicore/mktables b/lib/unicore/mktables index fc287a9..648c49a 100644 --- a/lib/unicore/mktables +++ b/lib/unicore/mktables @@ -5960,7 +5960,9 @@ END # Here we assume we were called after have gone through the whole # file. If we actually generated anything for each map type, add its # respective header and trailer + my $specials_name = ""; if (@multi_code_point_maps) { + $specials_name = "utf8::ToSpec$name"; $pre_body .= < -- 2.7.4