On Tuesday 10 July 2007 11:47:36 Jean-Marc Lasgouttes wrote:
> It would be even better to provide explicit commands or some kind of
> script to update .lyx file. I suspect it is not trivial.
>
> JMarc

Using iconv?

Something like this for bash

cd /path/to/layouts
for l in *
do
  cp $l tmp.txt
  iconv -f latin1 -t utf8 tmp.txt -o $l
done

-- 
José Abílio

Reply via email to