This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Unicode::UCD::prop_invmap(): Make the NFKCCF property return deltas
authorKarl Williamson <public@khwilliamson.com>
Tue, 31 Jan 2012 01:17:11 +0000 (18:17 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sat, 4 Feb 2012 23:29:32 +0000 (16:29 -0700)
commit34132297113975a3522f23d745e0ccf336803994
tree46168c9561d1fe5fc4ebe13d5077e514a14dea98
parentbea2c146352c47a938243d84d1a4fa99f7a328bb
Unicode::UCD::prop_invmap(): Make the NFKCCF property return deltas

The file for this property is stored in the old-style format for
backward compatibility with any applications that might be reading it
directly.  But the values should be returned through the Unicode::UCD
API as deltas for consistency with other, similar properties.
lib/Unicode/UCD.pm
lib/Unicode/UCD.t