Re: Need: list of Unicode characters that have canonical decompositions.
[email protected] (BobH) Wed, 29 Jun 2011 10:06:15 -0500
| Newsgroups | perl.unicode |
|---|---|
| Message-ID | <[email protected]> |
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