in reply to Re: Re: Re: transliterate
in thread transliterate

It would be interesting to compare the results using Unicode strings. In this case, the difference between a character by character scan and a Finite State Machine could be greater, although the FSM generated by <ODE>s/ /+/g</CODE> is so simple that it is probably a character by character scan.

-- TMTOWTDI