From 1fbe23a028f3745b6aef135ea0ebfe856a6676ef Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Tue, 8 Nov 2016 00:49:01 +0100 Subject: [PATCH] encodings: use correct encoding "latin7" for ISO 8859-13 - fixes bug #10474 --- lib/encodings | 3 +-- status.22x | 4 +++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/encodings b/lib/encodings index 75ae8f3d0d..47c23cfa8c 100644 --- a/lib/encodings +++ b/lib/encodings @@ -69,8 +69,7 @@ End Encoding iso8859-9 latin5 "Turkish (ISO 8859-9)" ISO-8859-9 fixed inputenc End -# 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 Encoding iso8859-15 latin9 "Western European (ISO 8859-15)" ISO-8859-15 fixed inputenc diff --git a/status.22x b/status.22x index 6dadfe96dd..239350df85 100644 --- a/status.22x +++ b/status.22x @@ -89,7 +89,9 @@ What's new corner cases. - Show symbol name and description in plaintext export of nomenclature - entries (bug 10459) + entries (bug 10459). + +- Correct encoding for Baltic languages like Lithuanian (bug 10474). * LYX2LYX -- 2.39.5