utf8_heavy: Return pointer to special treatment hash.
authorKarl Williamson <public@khwilliamson.com>
Sat, 14 May 2011 16:10:21 +0000 (10:10 -0600)
committerKarl Williamson <public@khwilliamson.com>
Thu, 19 May 2011 16:31:20 +0000 (10:31 -0600)
commit64870e056a120beee73d9952c055e61d91973578
tree0998648bc6daf66fd073e86c5eebe852f47e6e47
parentfbe6f3cfe96af50ec0bf4a6c1748bf45042d07d5
utf8_heavy: Return pointer to special treatment hash.

Many of the mapping tables that utf8_heavy.pl deals with have maps that
don't fit into the general scheme of things, and a hash is generated for
those.  This patch causes utf8_heavy to add an entry to the object it
generates containing a reference to this hash.  Prior to this, the name
of the hash had to be known to the users of the table.
lib/utf8_heavy.pl