[lltx] euenc: sed -E
Elie Roux
elie.roux at telecom-bretagne.eu
Sat Jan 30 07:53:36 CET 2010
Will Robertson a écrit :
> 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.
>
Hi,
all these tools are freaking crappy sometimes... they are really
non-standards and differents on all platforms... I tested under GNU and
cygwin (the versions are different, and it certainly is different under
BSD too) and it worked (which was not the case with the -E option which
was not recognized). Maybe it would be best to change '\+' to '*' which
seems more widespread? The result will be the same, I don't think the
t1lm*.fd files will change a lot...
Thank you,
--
Elie
More information about the lualatex-dev
mailing list