On 2010-05-27, Jean-Marc Lasgouttes wrote: >>> b) When converting to PDF via pdflatex I ran into several problems: >>> b1) (a lot of them) wrong input encoding: >>> ! Package inputenc Error: Unicode char \u8:=EF=BF=BDin not set up >>> for use w= >>> ith LaTeX.
>> The standard unicode input encoding (utf8) is rather limited. LyX >> has a >> more comprehensive translation table, so setting the output encoding >> to >> "language default" (in Document>Settings>Language) might solve this >> problem. > However the question is to know why the encoding is set to utf8 by > tex2lyx. Most probably because the original file used it. However, in this case the question is, how the non-translable Unicode character came into the file: * Does tex2lyx do "reverse engineering" of LaTeX commands to unicode characters? * or, maybe the OP did insert it after the conversion to LyX? A minimal example file would help. Günter