From c9e75d84ac8fd806efbeab26c045c215d7833551 Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Fri, 3 Nov 2006 10:38:30 +0000 Subject: [PATCH] enable utf8 since lyx2lyx already reverts it git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15704 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/encodings | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/encodings b/lib/encodings index 0b66abd979..26e89841e1 100644 --- a/lib/encodings +++ b/lib/encodings @@ -1,14 +1,13 @@ # FIXME: Have a look at the encodings known by the inputenc package and add -# missing ones. +# missing ones. Caution: File format change! # FIXME: Find out whether this file is used for more than LaTeX file. # generation. If not it doews not make make sense to have encodings with # "unknown" LaTeX name. # Order of names: LyX name LaTeX name iconv name -# FIXME: Add this (file format change): -#Encoding utf8 utf8 UTF-8 -#End +Encoding utf8 utf8 UTF-8 +End Encoding iso8859-1 latin1 ISO-8859-1 End -- 2.39.5