[lltx] euenc: sed -E

Will Robertson wspr81 at gmail.com
Sat Jan 30 05:55:27 CET 2010


Hi Khaled and Elie,

The scripts are broken on my machine because anything with [...]+ has been turned into [...]\+, which doesn't seem to work in my version of sed (Mac OS X 10.6). I've changed it into [...]\{1,\} which is ugly but at least works.

I can't remember if I used + instead of * because of a reason in particular or just because I thought it was a safer choice at the time.

Damned regexp.

-- Will




More information about the lualatex-dev mailing list