Re: Need: list of Unicode characters that have canonical decompositions.

[email protected] (Karl Williamson) Fri, 01 Jul 2011 09:37:48 -0600
Newsgroups perl.unicode
Message-ID <[email protected]>
On 06/29/2011 09:06 AM, BobH wrote:
> Karl Williamson wrote:
>
>> If I did this, I would be tempted to have it return an inversion
>> list, instead of an array of every code point that matches the
>> property. ...
>>
>> My question to you is would that be acceptable to you, do you think?
>> I hate to return an enormous array by default when the application
>> doesn't really need it.
>
> Yes, that kind of representation would be sufficient and reasonably
> compact.
>
> Thanks.
>
> Bob
>

I'm trying to think of a good name.  Best so far is UCD::get_prop_invlist()

Any ideas