[Dev-luatex] string.explode()
Reinhard Kotucha
reinhard.kotucha at web.de
Sun Jan 1 09:04:16 CET 2012
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 token (ASCII 0x20). Is it possible to
change string.explode() so that ' ' can be either a space token (ASCII
0x20) or a tabulator (ASCII 0x09) without breaking existing scripts?
Regards,
Reinhard
--
----------------------------------------------------------------------------
Reinhard Kotucha Phone: +49-511-3373112
Marschnerstr. 25
D-30167 Hannover mailto:reinhard.kotucha at web.de
----------------------------------------------------------------------------
Microsoft isn't the answer. Microsoft is the question, and the answer is NO.
----------------------------------------------------------------------------
More information about the dev-luatex
mailing list