Hello, I have a set of local classes and templates. I upgraded templates with lyx2lyx successfully wrt utf encoding.
As far as classes are concerned, running layout2layout.py on 1.4 classes changes the format from 2 to 4 all right, but leaves 8859 encoding, so that I get messages like: Error returned from iconv EILSEQ An invalid multibyte sequence has been encountered in the input. When converting from UTF-8 to UCS-4BE. Input: 0x43 0x68 0x61 0x70 0x69 0x74 0x72 0x65 0x20 0x6e 0x6f 0x6e 0x20 0x6e 0x75 0x6d 0xe9 0x72 0x6f 0x74 0x65 0x20 when the class is loaded. The pieces of text including diacritics (é, è, etc) are lost in the LyX window, but the output is OK. local iconv does not provide utf encoding conversion, so could layout2layout.py provide it as lyx2lyx does ? Or is there any workaround ? -- Jean-Pierre