Edwin Leuven <[email protected]> writes:
> i get errors like these:
>
> Error 42 returned from iconv when converting from UTF-8 to UCS-4LE: Illegal
> byte
> sequence
> Converted input:
> Stopped at: 0xe9
> Unconverted input: 0x63 0x69
> Converted output:
>
> example files attached.
>
> can anyone confirm?
This is not a surprise, since your files are encoded in latin1, but
there is no \usepackage[latin1]{inputenc} in there. What latex engine do
you use?
You can pass the option "-e latin1" to tex2lyx in this case.
I understand this situation may be annoying, but I have no better idea
at hand. One possibility would be to take latin1 instead of utf8 as
default encoding, but I am not sure it would help.
What is not good IMO is that all these encoding errors just kill the
stream, whereas they should output a '?' (for example).
JMarc