mktables: Move test to added class member
authorKarl Williamson <public@khwilliamson.com>
Sun, 10 Jul 2011 00:13:10 +0000 (18:13 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sun, 10 Jul 2011 21:35:01 +0000 (15:35 -0600)
commit56557540ec868ff58662dd45fd3cbfad300c4fc5
tree66cbed956aa6a65262049112ba6e43d6f65c5f4b
parent4b9b0bc599bf6e6d08beb6537faebe95a32ba514
mktables: Move test to added class member

Early Unicode releases didn't specify all possible property values,
but newer ones do, with some exceptions.  As an error check, on a newer
relese, a warning is raised if an unexpected property value is raised.
This member allows properties to be handled in new releases that
Unicode doesn't list the property values for.  (Each property value
corresponds to a mapping.)  The previous test that had a hard-coded
value is amended to use the member's value instead.
lib/unicore/mktables