Well, seems like file->import simply calls tex2lyx.exe without any
option such as "-e UTF8". It should not be very difficult to let the
user enter his choice of options...
On 11/2/2018 10:43 PM, Jean-Marc Lasgouttes wrote:
> Le 02/11/2018 à 10:33, Baris Erkus a écrit :
>> So is there a way to tell to tex2lyx to use UTF8 encoding from within
>> LyX? This issue is occured when I import a tex file that has
>> \input{ch1.tex} in it. So, maybe LyX has and option to force tex2lyx to
>> read in UTF8 for all imports?
>
> THe question is why tex2lyx does not see that your main file contains
> UTF8. If LaTeX can process it as UTF8, so should tex2lyx.
>
> JMarc