On 2016-11-04, Guenter Milde wrote: ...
> The attached patch removes the *input* encoding iso8859-13 that is still > used by lib/languages: > Language lithuanian > GuiName "Lithuanian" > BabelName lithuanian > PolyglossiaName lithuanian > QuoteStyle german > Encoding iso8859-13 > FontEncoding L7x > LangCode lt_LT > AsBabelOptions true > End I now see that the input encoding is changed in a recent git commit. However, there may be users preferring this encoding for their *.tex files, so maybe fixing is better than removing: > However, you found a bug: The LaTeX name of this input encoding is > not l7xenc but latin7! > The fix would be: > # Not standard, see http://www.vtex.lt/tex/littex/index.html > - Encoding iso8859-13 l7xenc "Baltic (ISO 8859-13)" ISO-8859-13 fixed inputenc > + Encoding iso8859-13 latin7 "Baltic (ISO 8859-13)" ISO-8859-13 fixed inputenc > End > I suppose this does not need a file format update as the LyX name remains > unchanged. Thanks, Günter