Abdelrazak Younes <[EMAIL PROTECTED]> writes:

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

Seems that this last line should be deleted, or maybe
replaced by
rm tmp.txt

In fact, with a set of local layouts existing in 1.4.4 and needing
utf8 conversion, it's possible to copy from lyx-1.4.4/layouts to
lyx-1.5.0/layouts and do the conversion at the same time (including format
upgrade). A bit complicated (assumes lyx-1.4.4 and lyx-1.5.0 dirs) ?

-- 
Jean-Pierre



Reply via email to