From d07401c4a7075485f1f86b105522abbfc7aeeea8 Mon Sep 17 00:00:00 2001 From: mh Date: Mon, 23 Dec 2002 03:29:21 +0000 Subject: [PATCH] add in Mir.DefaultHTMLCharset (used to set charset in the Mir and OpenMir servlets as well as the content-type META tags in the templates. Add note about setting the default language empty --- etc/config.properties-dist | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/etc/config.properties-dist b/etc/config.properties-dist index 248d3c3f..2674e98b 100755 --- a/etc/config.properties-dist +++ b/etc/config.properties-dist @@ -63,7 +63,9 @@ Mir.Localizer.Logfile=log/localizer.log Mir.Localizer.ProducerConfigFile=etc/producer/producers.xml # Settings for the admin login: -Mir.Login.DefaultLanguage=en +# If the default language is left empty, it will set the accept-language of +# the client browser as the default. +Mir.Login.DefaultLanguage= Mir.Login.Languages=en;nl;de;qu;tr;ay;es @@ -247,6 +249,11 @@ Entity.Logfile=log/dbentity.log # 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=templates/error.template Mir.UserErrorTemplate=templates/usererror.template -- 2.11.0