On Fri, 14 Oct 2005 08:38:55 +0200, Peter Makholm <[EMAIL PROTECTED]> wrote:
> Yesterday I spend some hours getting pugs to understand
> translitterations with multiple ranges in each pair. E.g. 
> 
>   "foobar".trans( "a-z" => "n-za-n" );
> 
> By accident I tested something like:
> 
>   "foobar".trans( ['a' .. 'z'] => "n-za-m" );
> 
> and it didn't work.

It's a bug.  When Pugs gets anyhashes that bug will go away.  Can you
add it in to the errors.


-- 
Please excuse my spelling as I suffer from agraphia. See
http://dformosa.zeta.org.au/~dformosa/Spelling.html to find out more.
Free the Memes.

Reply via email to