From: mh Date: Tue, 10 Dec 2002 21:07:52 +0000 (+0000) Subject: add new config parameter: Mir.DefaultHTMLCharset . It allows us to set the charset... X-Git-Tag: MIR_1_0_0_RC4~6 X-Git-Url: http://erislabs.net/gitweb/?p=mir.git;a=commitdiff_plain;h=091434f93e8619fac94866c3378a6e36b25ccb87 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. --- 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