On Sat, Oct 11, 2008 at 01:42:53PM +0200, Uwe Stöhr wrote: > Andre Poenitz schrieb: > >> I tend to send them in a second mail marked by "Urmph" or similar. > > I got it now, it is OK by me. > >>> But besides this, I'm very happy that someone started to work on >>> tex2lyx's Unicode support. As I wrote some times ago to the list, >>> tex2lyx cannot be developed for further features due to missing >>> Unicode support. >> >> Missing unicode support where? LyX? > > Missing Unicode support for tex2lyx: > [...] > http://bugzilla.lyx.org/show_bug.cgi?id=4299
Well, the problem here, is of course, that the .tex file does not contain any hint what kind of encoding the file contents has. Two possible solutions: (a) add an --encoding commandline parameter (b) after encountering the "magical" comment in line 1 switch to utf8 (b) is more convenient for the user and for use in LyX import - when it works... Andre'