Re: Module name query: enumerate Unicode canonically equivalent strings

2011-06-24 Thread Shlomi Fish
On Thu, 23 Jun 2011 21:14:11 -0500 BobH <134ra5...@sneakemail.com> wrote: > I am implementing a module which [currently] has only the following > function: > > > permute_string($s) > > Given an arbitrary string, "permute_string()" returns > > a reference to an unsorted array

Module name query: enumerate Unicode canonically equivalent strings

2011-06-24 Thread BobH
I am implementing a module which [currently] has only the following function: permute_string($s) Given an arbitrary string, "permute_string()" returns a reference to an unsorted array of all unique strings that are canonically equivalent to the argument. As an exam