>>>>> "José" == José Matos <[EMAIL PROTECTED]> writes:

José> 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

José> Using iconv?

José> Something like this for bash

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

You do not want to translate the whole file, only the 
\begin_layout NameWithAccent
lines. 

JMarc

Reply via email to