utf8_heavy.pl: Add inversion status to cache key
authorKarl Williamson <public@khwilliamson.com>
Tue, 22 Nov 2011 16:18:28 +0000 (09:18 -0700)
committerKarl Williamson <public@khwilliamson.com>
Fri, 13 Jan 2012 16:58:33 +0000 (09:58 -0700)
commit4a7e937e5e38b45d73f74bc6acde04dfb15ad1aa
tree9c5cd9dd9c801a534e3d87b835cce54e302494c6
parent90412e3e3b234b8972b49e7b15bf4d94b2d1540a
utf8_heavy.pl: Add inversion status to cache key

Contrary to what the debug statement said, what is being returned is a
swash, and that swash is different from one that comes from the same
file but differs in inversion, and so changing the INVERT_IT element
messes things up for any existing one.  Heretofore it hasn't mattered
because the swash returned is always a copy, and so it actually hasn't
created any problems.  But future commits will stop the copying, so this
would create problems then.

The file will now have to be re-'do'ne to get an inverted list from it.
lib/utf8_heavy.pl