Dear LyXers, the patch below fixes http://www.lyx.org/trac/ticket/10502 "encodings cp858_ and pt254 not supported by iconv" removing their definitions.
Old LyX-documents using this encoding (that probably never worked) will be treated like any document with unknown input encoding setting: The encoding will automatically be reset to "auto" with a warning written to the terminal. File format change? IMV, this cannot be improved with a file format change, hence we don't need one. OK to go in? Günter diff --git a/lib/encodings b/lib/encodings index 32e876d..afe3d0c 100644 --- a/lib/encodings +++ b/lib/encodings @@ -97,10 +97,6 @@ End Encoding cp855 cp855 "Cyrillic (CP 855)" CP855 fixed inputenc End -# TODO: not supported by iconv (2.24 on Debian) -Encoding cp858 cp858 "Western European (CP 858)" CP858 fixed inputenc -End - Encoding cp862 cp862 "Hebrew (CP 862)" CP862 fixed inputenc End @@ -139,10 +135,6 @@ End Encoding pt154 pt154 "Cyrillic (pt 154)" PT154 fixed inputenc End -# TODO: not supported by iconv (2.24 on Debian) -Encoding pt254 pt254 "Cyrillic (pt 254)" PT254 fixed inputenc -End - # encodings used by CJK.sty # The following encodings that are supported by the CJK package are not