Re: [Dev-luatex] string.explode()

2012-01-02 Thread Reinhard Kotucha
On 2012-01-01 at 12:28:06 +0100, Hans Hagen wrote: > On 1-1-2012 10:32, Paul Isambert wrote: > > Reinhard Kotucha a écrit: > >> > >> Hi Taco, > >> though luatex isn't frozen yet, I think that many people are using it > >> already and drastic changes are not desirable. > >> > >> There is o

Re: [Dev-luatex] string.explode()

2012-01-01 Thread Hans Hagen
On 1-1-2012 10:32, Paul Isambert wrote: Reinhard Kotucha a écrit: Hi Taco, though luatex isn't frozen yet, I think that many people are using it already and drastic changes are not desirable. There is one thing which could probably be improved without breaking existing scripts, as far as I ca

Re: [Dev-luatex] string.explode()

2012-01-01 Thread Paul Isambert
Reinhard Kotucha a écrit: > > Hi Taco, > though luatex isn't frozen yet, I think that many people are using it > already and drastic changes are not desirable. > > There is one thing which could probably be improved without breaking > existing scripts, as far as I can see: > > string.explode(

[Dev-luatex] string.explode()

2012-01-01 Thread Reinhard Kotucha
Hi Taco, though luatex isn't frozen yet, I think that many people are using it already and drastic changes are not desirable. There is one thing which could probably be improved without breaking existing scripts, as far as I can see: string.explode(foo, ' +') expects that ' ' is a space toke