From: Karl Williamson Date: Thu, 12 May 2011 03:08:36 +0000 (-0600) Subject: mktables: Add info giving specials hash name X-Git-Tag: accepted/trunk/20130322.191538~4137 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ec2f012870ad64a16921f53f65a691592067bbce;p=platform%2Fupstream%2Fperl.git 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. --- 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 .= <