develooper Front page | perl.perl6.language | Postings from October 2005

Re: Translitteration and combining strings and array references

Thread Previous | Thread Next
From:
Eric
Date:
October 17, 2005 15:27
Subject:
Re: Translitteration and combining strings and array references
On 16 Oct 2005 03:46:25 -0000, David Formosa (aka ? the Platypus) <
dformosa@dformosa.zeta.org.au> wrote:
>
> On Fri, 14 Oct 2005 08:38:55 +0200, Peter Makholm <peter@makholm.net>
> 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.
>

Actually its been fixed already. Of course i think the whole thing was then
broken again, i was planning on checking it out sometime tonight after
someone else figures out the current $?SELF being undeclared bug. ;) BTW it
doesn't need any hash i just needed pairs which it had for about an hour
before things changed again. lol. so is development on pugs I guess, here
today, gone tomorrow, back again another day.

--
--
__________
Eric Hodges


Thread Previous | Thread Next


Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About