From 091434f93e8619fac94866c3378a6e36b25ccb87 Mon Sep 17 00:00:00 2001 From: mh Date: Tue, 10 Dec 2002 21:07:52 +0000 Subject: [PATCH] add new config parameter: Mir.DefaultHTMLCharset . It allows us to set the charset for the META tags in templates in one central place. It has to be the HTML equivalent of the Java character encoding. --- source/config.properties-dist | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/config.properties-dist b/source/config.properties-dist index dcb56bf8..974c7b06 100755 --- a/source/config.properties-dist +++ b/source/config.properties-dist @@ -207,8 +207,11 @@ Entity.Logfile=log/dbentity.log # don't change this unless you really know your i18n. # The default encoding charset used in the written html files as well # as the dynamic output html. -# also used for the HTML charset meta tag. Mir.DefaultEncoding=ISO8859_1 +# this encoding is used for the HTML charset meta tag. +# it must be the html charset equivalent of the Java encoding above +# don't change this unless... +Mir.DefaultHTMLCharset=ISO-8859-1 Mir.Logfile=log/mir.log Mir.ErrorTemplate=error.template Mir.UserErrorTemplate=usererror.template -- 2.11.0