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

[email protected] (Karl Williamson) Fri, 01 Jul 2011 11:49:50 -0600
Newsgroups perl.unicode
Message-ID <[email protected]>
On 07/01/2011 10:40 AM, BobH wrote:
> Karl Williamson wrote:
>>>
>>
>> I'm trying to think of a good name. Best so far is
>> UCD::get_prop_invlist()
>
>
> Hm, "get" normally isn't needed.
>
> How about something simpler such as UCD::charlist()
>
> Bob
>

I think not having prop in the name is potentially misleading, and it 
actually isn't a list of the chars.  It's an inversion list that is 
readily convertible into such a list.