Unicode::UCD: Allow prop_invmap() to work on non-compact binary properties
authorKarl Williamson <public@khwilliamson.com>
Fri, 30 Dec 2011 04:54:42 +0000 (21:54 -0700)
committerKarl Williamson <public@khwilliamson.com>
Fri, 30 Dec 2011 18:08:28 +0000 (11:08 -0700)
commitc887f93f9d03c5d125f319a4322e94615be456d9
tree00d914662444ffb75828cbac7252a317bdd34c9d
parentc2ca0207a488363c6784d9447b54fa4df29a14a5
Unicode::UCD: Allow prop_invmap() to work on non-compact binary properties

It may be that the tables input to prop_invmap() are not in the most
compact form.  There was a problem coping with these on binary
properties; which this commit fixes by realizing that a binary property
omits its 'Y' property value.

The .t does not pass these tests when the input is not compact, though.
lib/Unicode/UCD.pm